9 /* Begin PBXBuildFile section */
10 F4D5A08B1CEE01E200562D79 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D5A08A1CEE01E200562D79 /* main.m */; };
11 F4D5A08E1CEE01E200562D79 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D5A08D1CEE01E200562D79 /* AppDelegate.m */; };
12 F4D5A0911CEE01E200562D79 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D5A0901CEE01E200562D79 /* ViewController.m */; };
13 F4D5A0941CEE01E200562D79 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F4D5A0921CEE01E200562D79 /* Main.storyboard */; };
14 F4D5A0961CEE01E200562D79 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F4D5A0951CEE01E200562D79 /* Assets.xcassets */; };
15 F4D5A0991CEE01E200562D79 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F4D5A0971CEE01E200562D79 /* LaunchScreen.storyboard */; };
16 /* End PBXBuildFile section */
18 /* Begin PBXFileReference section */
19 F4D5A0861CEE01E200562D79 /* iOSCocoaPodsTester.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOSCocoaPodsTester.app; sourceTree = BUILT_PRODUCTS_DIR; };
20 F4D5A08A1CEE01E200562D79 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
21 F4D5A08C1CEE01E200562D79 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
22 F4D5A08D1CEE01E200562D79 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
23 F4D5A08F1CEE01E200562D79 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
24 F4D5A0901CEE01E200562D79 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
25 F4D5A0931CEE01E200562D79 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
26 F4D5A0951CEE01E200562D79 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
27 F4D5A0981CEE01E200562D79 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
28 F4D5A09A1CEE01E200562D79 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29 /* End PBXFileReference section */
31 /* Begin PBXFrameworksBuildPhase section */
32 F4D5A0831CEE01E200562D79 /* Frameworks */ = {
33 isa = PBXFrameworksBuildPhase;
34 buildActionMask = 2147483647;
37 runOnlyForDeploymentPostprocessing = 0;
39 /* End PBXFrameworksBuildPhase section */
41 /* Begin PBXGroup section */
42 F4D5A07D1CEE01E200562D79 = {
45 F4D5A0881CEE01E200562D79 /* iOSCocoaPodsTester */,
46 F4D5A0871CEE01E200562D79 /* Products */,
48 sourceTree = "<group>";
50 F4D5A0871CEE01E200562D79 /* Products */ = {
53 F4D5A0861CEE01E200562D79 /* iOSCocoaPodsTester.app */,
56 sourceTree = "<group>";
58 F4D5A0881CEE01E200562D79 /* iOSCocoaPodsTester */ = {
61 F4D5A08C1CEE01E200562D79 /* AppDelegate.h */,
62 F4D5A08D1CEE01E200562D79 /* AppDelegate.m */,
63 F4D5A08F1CEE01E200562D79 /* ViewController.h */,
64 F4D5A0901CEE01E200562D79 /* ViewController.m */,
65 F4D5A0921CEE01E200562D79 /* Main.storyboard */,
66 F4D5A0951CEE01E200562D79 /* Assets.xcassets */,
67 F4D5A0971CEE01E200562D79 /* LaunchScreen.storyboard */,
68 F4D5A09A1CEE01E200562D79 /* Info.plist */,
69 F4D5A0891CEE01E200562D79 /* Supporting Files */,
71 path = iOSCocoaPodsTester;
72 sourceTree = "<group>";
74 F4D5A0891CEE01E200562D79 /* Supporting Files */ = {
77 F4D5A08A1CEE01E200562D79 /* main.m */,
79 name = "Supporting Files";
80 sourceTree = "<group>";
82 /* End PBXGroup section */
84 /* Begin PBXNativeTarget section */
85 F4D5A0851CEE01E200562D79 /* iOSCocoaPodsTester */ = {
86 isa = PBXNativeTarget;
87 buildConfigurationList = F4D5A09D1CEE01E200562D79 /* Build configuration list for PBXNativeTarget "iOSCocoaPodsTester" */;
89 F4D5A0821CEE01E200562D79 /* Sources */,
90 F4D5A0831CEE01E200562D79 /* Frameworks */,
91 F4D5A0841CEE01E200562D79 /* Resources */,
97 name = iOSCocoaPodsTester;
98 productName = iOSCocoaPodsTester;
99 productReference = F4D5A0861CEE01E200562D79 /* iOSCocoaPodsTester.app */;
100 productType = "com.apple.product-type.application";
102 /* End PBXNativeTarget section */
104 /* Begin PBXProject section */
105 F4D5A07E1CEE01E200562D79 /* Project object */ = {
108 LastUpgradeCheck = 0730;
109 ORGANIZATIONNAME = Google;
111 F4D5A0851CEE01E200562D79 = {
112 CreatedOnToolsVersion = 7.3.1;
116 buildConfigurationList = F4D5A0811CEE01E200562D79 /* Build configuration list for PBXProject "iOSCocoaPodsTester" */;
117 compatibilityVersion = "Xcode 3.2";
118 developmentRegion = English;
119 hasScannedForEncodings = 0;
124 mainGroup = F4D5A07D1CEE01E200562D79;
125 productRefGroup = F4D5A0871CEE01E200562D79 /* Products */;
129 F4D5A0851CEE01E200562D79 /* iOSCocoaPodsTester */,
132 /* End PBXProject section */
134 /* Begin PBXResourcesBuildPhase section */
135 F4D5A0841CEE01E200562D79 /* Resources */ = {
136 isa = PBXResourcesBuildPhase;
137 buildActionMask = 2147483647;
139 F4D5A0991CEE01E200562D79 /* LaunchScreen.storyboard in Resources */,
140 F4D5A0961CEE01E200562D79 /* Assets.xcassets in Resources */,
141 F4D5A0941CEE01E200562D79 /* Main.storyboard in Resources */,
143 runOnlyForDeploymentPostprocessing = 0;
145 /* End PBXResourcesBuildPhase section */
147 /* Begin PBXSourcesBuildPhase section */
148 F4D5A0821CEE01E200562D79 /* Sources */ = {
149 isa = PBXSourcesBuildPhase;
150 buildActionMask = 2147483647;
152 F4D5A0911CEE01E200562D79 /* ViewController.m in Sources */,
153 F4D5A08E1CEE01E200562D79 /* AppDelegate.m in Sources */,
154 F4D5A08B1CEE01E200562D79 /* main.m in Sources */,
156 runOnlyForDeploymentPostprocessing = 0;
158 /* End PBXSourcesBuildPhase section */
160 /* Begin PBXVariantGroup section */
161 F4D5A0921CEE01E200562D79 /* Main.storyboard */ = {
162 isa = PBXVariantGroup;
164 F4D5A0931CEE01E200562D79 /* Base */,
166 name = Main.storyboard;
167 sourceTree = "<group>";
169 F4D5A0971CEE01E200562D79 /* LaunchScreen.storyboard */ = {
170 isa = PBXVariantGroup;
172 F4D5A0981CEE01E200562D79 /* Base */,
174 name = LaunchScreen.storyboard;
175 sourceTree = "<group>";
177 /* End PBXVariantGroup section */
179 /* Begin XCBuildConfiguration section */
180 F4D5A09B1CEE01E200562D79 /* Debug */ = {
181 isa = XCBuildConfiguration;
183 ALWAYS_SEARCH_USER_PATHS = NO;
184 CLANG_ANALYZER_NONNULL = YES;
185 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
186 CLANG_CXX_LIBRARY = "libc++";
187 CLANG_ENABLE_MODULES = YES;
188 CLANG_ENABLE_OBJC_ARC = YES;
189 CLANG_WARN_BOOL_CONVERSION = YES;
190 CLANG_WARN_CONSTANT_CONVERSION = YES;
191 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
192 CLANG_WARN_EMPTY_BODY = YES;
193 CLANG_WARN_ENUM_CONVERSION = YES;
194 CLANG_WARN_INT_CONVERSION = YES;
195 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
196 CLANG_WARN_UNREACHABLE_CODE = YES;
197 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
198 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
199 COPY_PHASE_STRIP = NO;
200 DEBUG_INFORMATION_FORMAT = dwarf;
201 ENABLE_STRICT_OBJC_MSGSEND = YES;
202 ENABLE_TESTABILITY = YES;
203 GCC_C_LANGUAGE_STANDARD = gnu99;
204 GCC_DYNAMIC_NO_PIC = NO;
205 GCC_NO_COMMON_BLOCKS = YES;
206 GCC_OPTIMIZATION_LEVEL = 0;
207 GCC_PREPROCESSOR_DEFINITIONS = (
211 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
212 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
213 GCC_WARN_UNDECLARED_SELECTOR = YES;
214 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
215 GCC_WARN_UNUSED_FUNCTION = YES;
216 GCC_WARN_UNUSED_VARIABLE = YES;
217 IPHONEOS_DEPLOYMENT_TARGET = 9.3;
218 MTL_ENABLE_DEBUG_INFO = YES;
219 ONLY_ACTIVE_ARCH = YES;
221 TARGETED_DEVICE_FAMILY = "1,2";
225 F4D5A09C1CEE01E200562D79 /* Release */ = {
226 isa = XCBuildConfiguration;
228 ALWAYS_SEARCH_USER_PATHS = NO;
229 CLANG_ANALYZER_NONNULL = YES;
230 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
231 CLANG_CXX_LIBRARY = "libc++";
232 CLANG_ENABLE_MODULES = YES;
233 CLANG_ENABLE_OBJC_ARC = YES;
234 CLANG_WARN_BOOL_CONVERSION = YES;
235 CLANG_WARN_CONSTANT_CONVERSION = YES;
236 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
237 CLANG_WARN_EMPTY_BODY = YES;
238 CLANG_WARN_ENUM_CONVERSION = YES;
239 CLANG_WARN_INT_CONVERSION = YES;
240 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
241 CLANG_WARN_UNREACHABLE_CODE = YES;
242 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
243 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
244 COPY_PHASE_STRIP = NO;
245 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
246 ENABLE_NS_ASSERTIONS = NO;
247 ENABLE_STRICT_OBJC_MSGSEND = YES;
248 GCC_C_LANGUAGE_STANDARD = gnu99;
249 GCC_NO_COMMON_BLOCKS = YES;
250 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
251 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
252 GCC_WARN_UNDECLARED_SELECTOR = YES;
253 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
254 GCC_WARN_UNUSED_FUNCTION = YES;
255 GCC_WARN_UNUSED_VARIABLE = YES;
256 IPHONEOS_DEPLOYMENT_TARGET = 9.3;
257 MTL_ENABLE_DEBUG_INFO = NO;
259 TARGETED_DEVICE_FAMILY = "1,2";
260 VALIDATE_PRODUCT = YES;
264 F4D5A09E1CEE01E200562D79 /* Debug */ = {
265 isa = XCBuildConfiguration;
267 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
268 INFOPLIST_FILE = iOSCocoaPodsTester/Info.plist;
269 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
270 PRODUCT_BUNDLE_IDENTIFIER = com.google.iOSCocoaPodsTester;
271 PRODUCT_NAME = "$(TARGET_NAME)";
275 F4D5A09F1CEE01E200562D79 /* Release */ = {
276 isa = XCBuildConfiguration;
278 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
279 INFOPLIST_FILE = iOSCocoaPodsTester/Info.plist;
280 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
281 PRODUCT_BUNDLE_IDENTIFIER = com.google.iOSCocoaPodsTester;
282 PRODUCT_NAME = "$(TARGET_NAME)";
286 /* End XCBuildConfiguration section */
288 /* Begin XCConfigurationList section */
289 F4D5A0811CEE01E200562D79 /* Build configuration list for PBXProject "iOSCocoaPodsTester" */ = {
290 isa = XCConfigurationList;
291 buildConfigurations = (
292 F4D5A09B1CEE01E200562D79 /* Debug */,
293 F4D5A09C1CEE01E200562D79 /* Release */,
295 defaultConfigurationIsVisible = 0;
296 defaultConfigurationName = Release;
298 F4D5A09D1CEE01E200562D79 /* Build configuration list for PBXNativeTarget "iOSCocoaPodsTester" */ = {
299 isa = XCConfigurationList;
300 buildConfigurations = (
301 F4D5A09E1CEE01E200562D79 /* Debug */,
302 F4D5A09F1CEE01E200562D79 /* Release */,
304 defaultConfigurationIsVisible = 0;
306 /* End XCConfigurationList section */
308 rootObject = F4D5A07E1CEE01E200562D79 /* Project object */;