Home | History | Annotate | Download | only in AuthSample.xcodeproj
      1 // !$*UTF8*$!
      2 {
      3 	archiveVersion = 1;
      4 	classes = {
      5 	};
      6 	objectVersion = 46;
      7 	objects = {
      8 
      9 /* Begin PBXBuildFile section */
     10 		63E1E9821B28CB2100EF0978 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 63E1E9811B28CB2100EF0978 /* main.m */; };
     11 		63E1E9851B28CB2100EF0978 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 63E1E9841B28CB2100EF0978 /* AppDelegate.m */; };
     12 		63E1E9881B28CB2100EF0978 /* SelectUserViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 63E1E9871B28CB2100EF0978 /* SelectUserViewController.m */; };
     13 		63E1E98B1B28CB2100EF0978 /* MakeRPCViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 63E1E98A1B28CB2100EF0978 /* MakeRPCViewController.m */; };
     14 		63E1E98E1B28CB2100EF0978 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 63E1E98C1B28CB2100EF0978 /* Main.storyboard */; };
     15 		63E1E9901B28CB2100EF0978 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 63E1E98F1B28CB2100EF0978 /* Images.xcassets */; };
     16 		63F5DE481B28F5C100CDD07E /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 63F5DE471B28F5C100CDD07E /* GoogleService-Info.plist */; };
     17 		832213142AB24DB816D02635 /* libPods-AuthSample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F217A6ECA7F5BD1D5FB5071B /* libPods-AuthSample.a */; };
     18 /* End PBXBuildFile section */
     19 
     20 /* Begin PBXFileReference section */
     21 		63E1E97C1B28CB2100EF0978 /* AuthSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AuthSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
     22 		63E1E9801B28CB2100EF0978 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
     23 		63E1E9811B28CB2100EF0978 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
     24 		63E1E9831B28CB2100EF0978 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
     25 		63E1E9841B28CB2100EF0978 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
     26 		63E1E9861B28CB2100EF0978 /* SelectUserViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelectUserViewController.h; sourceTree = "<group>"; };
     27 		63E1E9871B28CB2100EF0978 /* SelectUserViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SelectUserViewController.m; sourceTree = "<group>"; };
     28 		63E1E9891B28CB2100EF0978 /* MakeRPCViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MakeRPCViewController.h; sourceTree = "<group>"; };
     29 		63E1E98A1B28CB2100EF0978 /* MakeRPCViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MakeRPCViewController.m; sourceTree = "<group>"; };
     30 		63E1E98D1B28CB2100EF0978 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
     31 		63E1E98F1B28CB2100EF0978 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
     32 		63F5DE471B28F5C100CDD07E /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
     33 		A387D6CECBCF2EAF2983033A /* Pods-AuthSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AuthSample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-AuthSample/Pods-AuthSample.debug.xcconfig"; sourceTree = "<group>"; };
     34 		B444176735DA81FBE4B8B80C /* Pods-AuthSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AuthSample.release.xcconfig"; path = "Pods/Target Support Files/Pods-AuthSample/Pods-AuthSample.release.xcconfig"; sourceTree = "<group>"; };
     35 		F217A6ECA7F5BD1D5FB5071B /* libPods-AuthSample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AuthSample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
     36 /* End PBXFileReference section */
     37 
     38 /* Begin PBXFrameworksBuildPhase section */
     39 		63E1E9791B28CB2000EF0978 /* Frameworks */ = {
     40 			isa = PBXFrameworksBuildPhase;
     41 			buildActionMask = 2147483647;
     42 			files = (
     43 				832213142AB24DB816D02635 /* libPods-AuthSample.a in Frameworks */,
     44 			);
     45 			runOnlyForDeploymentPostprocessing = 0;
     46 		};
     47 /* End PBXFrameworksBuildPhase section */
     48 
     49 /* Begin PBXGroup section */
     50 		021FA0E0B3F5D3D477DDAC10 /* Pods */ = {
     51 			isa = PBXGroup;
     52 			children = (
     53 				A387D6CECBCF2EAF2983033A /* Pods-AuthSample.debug.xcconfig */,
     54 				B444176735DA81FBE4B8B80C /* Pods-AuthSample.release.xcconfig */,
     55 			);
     56 			name = Pods;
     57 			sourceTree = "<group>";
     58 		};
     59 		4F443572636F3D60F26E870D /* Frameworks */ = {
     60 			isa = PBXGroup;
     61 			children = (
     62 				F217A6ECA7F5BD1D5FB5071B /* libPods-AuthSample.a */,
     63 			);
     64 			name = Frameworks;
     65 			sourceTree = "<group>";
     66 		};
     67 		63E1E9731B28CB2000EF0978 = {
     68 			isa = PBXGroup;
     69 			children = (
     70 				63E1E97E1B28CB2100EF0978 /* AuthSample */,
     71 				63E1E97D1B28CB2100EF0978 /* Products */,
     72 				021FA0E0B3F5D3D477DDAC10 /* Pods */,
     73 				4F443572636F3D60F26E870D /* Frameworks */,
     74 			);
     75 			sourceTree = "<group>";
     76 		};
     77 		63E1E97D1B28CB2100EF0978 /* Products */ = {
     78 			isa = PBXGroup;
     79 			children = (
     80 				63E1E97C1B28CB2100EF0978 /* AuthSample.app */,
     81 			);
     82 			name = Products;
     83 			sourceTree = "<group>";
     84 		};
     85 		63E1E97E1B28CB2100EF0978 /* AuthSample */ = {
     86 			isa = PBXGroup;
     87 			children = (
     88 				63E1E9861B28CB2100EF0978 /* SelectUserViewController.h */,
     89 				63E1E9871B28CB2100EF0978 /* SelectUserViewController.m */,
     90 				63E1E9891B28CB2100EF0978 /* MakeRPCViewController.h */,
     91 				63E1E98A1B28CB2100EF0978 /* MakeRPCViewController.m */,
     92 				63E1E97F1B28CB2100EF0978 /* Supporting Files */,
     93 			);
     94 			name = AuthSample;
     95 			sourceTree = SOURCE_ROOT;
     96 		};
     97 		63E1E97F1B28CB2100EF0978 /* Supporting Files */ = {
     98 			isa = PBXGroup;
     99 			children = (
    100 				63E1E98C1B28CB2100EF0978 /* Main.storyboard */,
    101 				63F5DE471B28F5C100CDD07E /* GoogleService-Info.plist */,
    102 				63E1E98F1B28CB2100EF0978 /* Images.xcassets */,
    103 				63E1E9801B28CB2100EF0978 /* Info.plist */,
    104 				63E1E9831B28CB2100EF0978 /* AppDelegate.h */,
    105 				63E1E9841B28CB2100EF0978 /* AppDelegate.m */,
    106 				63E1E9811B28CB2100EF0978 /* main.m */,
    107 			);
    108 			name = "Supporting Files";
    109 			path = Misc;
    110 			sourceTree = "<group>";
    111 		};
    112 /* End PBXGroup section */
    113 
    114 /* Begin PBXNativeTarget section */
    115 		63E1E97B1B28CB2000EF0978 /* AuthSample */ = {
    116 			isa = PBXNativeTarget;
    117 			buildConfigurationList = 63E1E9A21B28CB2100EF0978 /* Build configuration list for PBXNativeTarget "AuthSample" */;
    118 			buildPhases = (
    119 				DAABBA7B5788A39108D7CA83 /* [CP] Check Pods Manifest.lock */,
    120 				63E1E9781B28CB2000EF0978 /* Sources */,
    121 				63E1E9791B28CB2000EF0978 /* Frameworks */,
    122 				63E1E97A1B28CB2000EF0978 /* Resources */,
    123 				AEFCCC69DD59CE8F6EB769D7 /* [CP] Copy Pods Resources */,
    124 				D24F6598302C412D4B863D6F /* [CP] Embed Pods Frameworks */,
    125 			);
    126 			buildRules = (
    127 			);
    128 			dependencies = (
    129 			);
    130 			name = AuthSample;
    131 			productName = AuthSample;
    132 			productReference = 63E1E97C1B28CB2100EF0978 /* AuthSample.app */;
    133 			productType = "com.apple.product-type.application";
    134 		};
    135 /* End PBXNativeTarget section */
    136 
    137 /* Begin PBXProject section */
    138 		63E1E9741B28CB2000EF0978 /* Project object */ = {
    139 			isa = PBXProject;
    140 			attributes = {
    141 				LastUpgradeCheck = 0630;
    142 				ORGANIZATIONNAME = gRPC;
    143 				TargetAttributes = {
    144 					63E1E97B1B28CB2000EF0978 = {
    145 						CreatedOnToolsVersion = 6.3.1;
    146 					};
    147 				};
    148 			};
    149 			buildConfigurationList = 63E1E9771B28CB2000EF0978 /* Build configuration list for PBXProject "AuthSample" */;
    150 			compatibilityVersion = "Xcode 3.2";
    151 			developmentRegion = English;
    152 			hasScannedForEncodings = 0;
    153 			knownRegions = (
    154 				en,
    155 				Base,
    156 			);
    157 			mainGroup = 63E1E9731B28CB2000EF0978;
    158 			productRefGroup = 63E1E97D1B28CB2100EF0978 /* Products */;
    159 			projectDirPath = "";
    160 			projectRoot = "";
    161 			targets = (
    162 				63E1E97B1B28CB2000EF0978 /* AuthSample */,
    163 			);
    164 		};
    165 /* End PBXProject section */
    166 
    167 /* Begin PBXResourcesBuildPhase section */
    168 		63E1E97A1B28CB2000EF0978 /* Resources */ = {
    169 			isa = PBXResourcesBuildPhase;
    170 			buildActionMask = 2147483647;
    171 			files = (
    172 				63E1E98E1B28CB2100EF0978 /* Main.storyboard in Resources */,
    173 				63E1E9901B28CB2100EF0978 /* Images.xcassets in Resources */,
    174 				63F5DE481B28F5C100CDD07E /* GoogleService-Info.plist in Resources */,
    175 			);
    176 			runOnlyForDeploymentPostprocessing = 0;
    177 		};
    178 /* End PBXResourcesBuildPhase section */
    179 
    180 /* Begin PBXShellScriptBuildPhase section */
    181 		AEFCCC69DD59CE8F6EB769D7 /* [CP] Copy Pods Resources */ = {
    182 			isa = PBXShellScriptBuildPhase;
    183 			buildActionMask = 2147483647;
    184 			files = (
    185 			);
    186 			inputPaths = (
    187 			);
    188 			name = "[CP] Copy Pods Resources";
    189 			outputPaths = (
    190 			);
    191 			runOnlyForDeploymentPostprocessing = 0;
    192 			shellPath = /bin/sh;
    193 			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-AuthSample/Pods-AuthSample-resources.sh\"\n";
    194 			showEnvVarsInLog = 0;
    195 		};
    196 		D24F6598302C412D4B863D6F /* [CP] Embed Pods Frameworks */ = {
    197 			isa = PBXShellScriptBuildPhase;
    198 			buildActionMask = 2147483647;
    199 			files = (
    200 			);
    201 			inputPaths = (
    202 			);
    203 			name = "[CP] Embed Pods Frameworks";
    204 			outputPaths = (
    205 			);
    206 			runOnlyForDeploymentPostprocessing = 0;
    207 			shellPath = /bin/sh;
    208 			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-AuthSample/Pods-AuthSample-frameworks.sh\"\n";
    209 			showEnvVarsInLog = 0;
    210 		};
    211 		DAABBA7B5788A39108D7CA83 /* [CP] Check Pods Manifest.lock */ = {
    212 			isa = PBXShellScriptBuildPhase;
    213 			buildActionMask = 2147483647;
    214 			files = (
    215 			);
    216 			inputPaths = (
    217 			);
    218 			name = "[CP] Check Pods Manifest.lock";
    219 			outputPaths = (
    220 			);
    221 			runOnlyForDeploymentPostprocessing = 0;
    222 			shellPath = /bin/sh;
    223 			shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n    cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n    exit 1\nfi\n";
    224 			showEnvVarsInLog = 0;
    225 		};
    226 /* End PBXShellScriptBuildPhase section */
    227 
    228 /* Begin PBXSourcesBuildPhase section */
    229 		63E1E9781B28CB2000EF0978 /* Sources */ = {
    230 			isa = PBXSourcesBuildPhase;
    231 			buildActionMask = 2147483647;
    232 			files = (
    233 				63E1E98B1B28CB2100EF0978 /* MakeRPCViewController.m in Sources */,
    234 				63E1E9851B28CB2100EF0978 /* AppDelegate.m in Sources */,
    235 				63E1E9881B28CB2100EF0978 /* SelectUserViewController.m in Sources */,
    236 				63E1E9821B28CB2100EF0978 /* main.m in Sources */,
    237 			);
    238 			runOnlyForDeploymentPostprocessing = 0;
    239 		};
    240 /* End PBXSourcesBuildPhase section */
    241 
    242 /* Begin PBXVariantGroup section */
    243 		63E1E98C1B28CB2100EF0978 /* Main.storyboard */ = {
    244 			isa = PBXVariantGroup;
    245 			children = (
    246 				63E1E98D1B28CB2100EF0978 /* Base */,
    247 			);
    248 			name = Main.storyboard;
    249 			sourceTree = "<group>";
    250 		};
    251 /* End PBXVariantGroup section */
    252 
    253 /* Begin XCBuildConfiguration section */
    254 		63E1E9A01B28CB2100EF0978 /* Debug */ = {
    255 			isa = XCBuildConfiguration;
    256 			buildSettings = {
    257 				ALWAYS_SEARCH_USER_PATHS = NO;
    258 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
    259 				CLANG_CXX_LIBRARY = "libc++";
    260 				CLANG_ENABLE_MODULES = YES;
    261 				CLANG_ENABLE_OBJC_ARC = YES;
    262 				CLANG_WARN_BOOL_CONVERSION = YES;
    263 				CLANG_WARN_CONSTANT_CONVERSION = YES;
    264 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    265 				CLANG_WARN_EMPTY_BODY = YES;
    266 				CLANG_WARN_ENUM_CONVERSION = YES;
    267 				CLANG_WARN_INT_CONVERSION = YES;
    268 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    269 				CLANG_WARN_UNREACHABLE_CODE = YES;
    270 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    271 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
    272 				COPY_PHASE_STRIP = NO;
    273 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    274 				ENABLE_STRICT_OBJC_MSGSEND = YES;
    275 				GCC_C_LANGUAGE_STANDARD = gnu99;
    276 				GCC_DYNAMIC_NO_PIC = NO;
    277 				GCC_NO_COMMON_BLOCKS = YES;
    278 				GCC_OPTIMIZATION_LEVEL = 0;
    279 				GCC_PREPROCESSOR_DEFINITIONS = (
    280 					"DEBUG=1",
    281 					"$(inherited)",
    282 				);
    283 				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    284 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    285 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    286 				GCC_WARN_UNDECLARED_SELECTOR = YES;
    287 				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    288 				GCC_WARN_UNUSED_FUNCTION = YES;
    289 				GCC_WARN_UNUSED_VARIABLE = YES;
    290 				IPHONEOS_DEPLOYMENT_TARGET = 8.3;
    291 				MTL_ENABLE_DEBUG_INFO = YES;
    292 				ONLY_ACTIVE_ARCH = YES;
    293 				SDKROOT = iphoneos;
    294 				TARGETED_DEVICE_FAMILY = "1,2";
    295 			};
    296 			name = Debug;
    297 		};
    298 		63E1E9A11B28CB2100EF0978 /* Release */ = {
    299 			isa = XCBuildConfiguration;
    300 			buildSettings = {
    301 				ALWAYS_SEARCH_USER_PATHS = NO;
    302 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
    303 				CLANG_CXX_LIBRARY = "libc++";
    304 				CLANG_ENABLE_MODULES = YES;
    305 				CLANG_ENABLE_OBJC_ARC = YES;
    306 				CLANG_WARN_BOOL_CONVERSION = YES;
    307 				CLANG_WARN_CONSTANT_CONVERSION = YES;
    308 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    309 				CLANG_WARN_EMPTY_BODY = YES;
    310 				CLANG_WARN_ENUM_CONVERSION = YES;
    311 				CLANG_WARN_INT_CONVERSION = YES;
    312 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    313 				CLANG_WARN_UNREACHABLE_CODE = YES;
    314 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    315 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
    316 				COPY_PHASE_STRIP = NO;
    317 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    318 				ENABLE_NS_ASSERTIONS = NO;
    319 				ENABLE_STRICT_OBJC_MSGSEND = YES;
    320 				GCC_C_LANGUAGE_STANDARD = gnu99;
    321 				GCC_NO_COMMON_BLOCKS = YES;
    322 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    323 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    324 				GCC_WARN_UNDECLARED_SELECTOR = YES;
    325 				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    326 				GCC_WARN_UNUSED_FUNCTION = YES;
    327 				GCC_WARN_UNUSED_VARIABLE = YES;
    328 				IPHONEOS_DEPLOYMENT_TARGET = 8.3;
    329 				MTL_ENABLE_DEBUG_INFO = NO;
    330 				SDKROOT = iphoneos;
    331 				TARGETED_DEVICE_FAMILY = "1,2";
    332 				VALIDATE_PRODUCT = YES;
    333 			};
    334 			name = Release;
    335 		};
    336 		63E1E9A31B28CB2100EF0978 /* Debug */ = {
    337 			isa = XCBuildConfiguration;
    338 			baseConfigurationReference = A387D6CECBCF2EAF2983033A /* Pods-AuthSample.debug.xcconfig */;
    339 			buildSettings = {
    340 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
    341 				INFOPLIST_FILE = Misc/Info.plist;
    342 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
    343 				PRODUCT_NAME = "$(TARGET_NAME)";
    344 			};
    345 			name = Debug;
    346 		};
    347 		63E1E9A41B28CB2100EF0978 /* Release */ = {
    348 			isa = XCBuildConfiguration;
    349 			baseConfigurationReference = B444176735DA81FBE4B8B80C /* Pods-AuthSample.release.xcconfig */;
    350 			buildSettings = {
    351 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
    352 				INFOPLIST_FILE = Misc/Info.plist;
    353 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
    354 				PRODUCT_NAME = "$(TARGET_NAME)";
    355 			};
    356 			name = Release;
    357 		};
    358 /* End XCBuildConfiguration section */
    359 
    360 /* Begin XCConfigurationList section */
    361 		63E1E9771B28CB2000EF0978 /* Build configuration list for PBXProject "AuthSample" */ = {
    362 			isa = XCConfigurationList;
    363 			buildConfigurations = (
    364 				63E1E9A01B28CB2100EF0978 /* Debug */,
    365 				63E1E9A11B28CB2100EF0978 /* Release */,
    366 			);
    367 			defaultConfigurationIsVisible = 0;
    368 			defaultConfigurationName = Release;
    369 		};
    370 		63E1E9A21B28CB2100EF0978 /* Build configuration list for PBXNativeTarget "AuthSample" */ = {
    371 			isa = XCConfigurationList;
    372 			buildConfigurations = (
    373 				63E1E9A31B28CB2100EF0978 /* Debug */,
    374 				63E1E9A41B28CB2100EF0978 /* Release */,
    375 			);
    376 			defaultConfigurationIsVisible = 0;
    377 			defaultConfigurationName = Release;
    378 		};
    379 /* End XCConfigurationList section */
    380 	};
    381 	rootObject = 63E1E9741B28CB2000EF0978 /* Project object */;
    382 }
    383