|
16 | 16 | CE6F6D87156CC07E00D08EB2 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CE6F6D86156CC07E00D08EB2 /* ViewController.m */; };
|
17 | 17 | CE6F6D8A156CC07E00D08EB2 /* ViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE6F6D88156CC07E00D08EB2 /* ViewController_iPhone.xib */; };
|
18 | 18 | CE6F6D8D156CC07E00D08EB2 /* ViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE6F6D8B156CC07E00D08EB2 /* ViewController_iPad.xib */; };
|
| 19 | + CE70AE11156FD6E3006F382A /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE70AE10156FD6E3006F382A /* CoreLocation.framework */; }; |
19 | 20 | /* End PBXBuildFile section */
|
20 | 21 |
|
21 | 22 | /* Begin PBXFileReference section */
|
|
33 | 34 | CE6F6D86156CC07E00D08EB2 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
34 | 35 | CE6F6D89156CC07E00D08EB2 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPhone.xib; sourceTree = "<group>"; };
|
35 | 36 | CE6F6D8C156CC07E00D08EB2 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPad.xib; sourceTree = "<group>"; };
|
| 37 | + CE70AE10156FD6E3006F382A /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; |
36 | 38 | /* End PBXFileReference section */
|
37 | 39 |
|
38 | 40 | /* Begin PBXFrameworksBuildPhase section */
|
39 | 41 | CE6F6D6C156CC07E00D08EB2 /* Frameworks */ = {
|
40 | 42 | isa = PBXFrameworksBuildPhase;
|
41 | 43 | buildActionMask = 2147483647;
|
42 | 44 | files = (
|
| 45 | + CE70AE11156FD6E3006F382A /* CoreLocation.framework in Frameworks */, |
43 | 46 | CE6F6D74156CC07E00D08EB2 /* UIKit.framework in Frameworks */,
|
44 | 47 | CE6F6D76156CC07E00D08EB2 /* Foundation.framework in Frameworks */,
|
45 | 48 | CE6F6D78156CC07E00D08EB2 /* CoreGraphics.framework in Frameworks */,
|
|
69 | 72 | CE6F6D72156CC07E00D08EB2 /* Frameworks */ = {
|
70 | 73 | isa = PBXGroup;
|
71 | 74 | children = (
|
| 75 | + CE70AE10156FD6E3006F382A /* CoreLocation.framework */, |
72 | 76 | CE6F6D73156CC07E00D08EB2 /* UIKit.framework */,
|
73 | 77 | CE6F6D75156CC07E00D08EB2 /* Foundation.framework */,
|
74 | 78 | CE6F6D77156CC07E00D08EB2 /* CoreGraphics.framework */,
|
|
205 | 209 | isa = XCBuildConfiguration;
|
206 | 210 | buildSettings = {
|
207 | 211 | ALWAYS_SEARCH_USER_PATHS = NO;
|
208 |
| - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
| 212 | + ARCHS = ( |
| 213 | + armv7, |
| 214 | + armv6, |
| 215 | + ); |
209 | 216 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
210 | 217 | COPY_PHASE_STRIP = NO;
|
211 | 218 | GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
216 | 223 | "$(inherited)",
|
217 | 224 | );
|
218 | 225 | GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
| 226 | + GCC_THUMB_SUPPORT = NO; |
219 | 227 | GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
220 | 228 | GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
221 | 229 | GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
222 | 230 | GCC_WARN_UNUSED_VARIABLE = YES;
|
223 |
| - IPHONEOS_DEPLOYMENT_TARGET = 5.1; |
| 231 | + IPHONEOS_DEPLOYMENT_TARGET = 4.0; |
224 | 232 | SDKROOT = iphoneos;
|
225 | 233 | TARGETED_DEVICE_FAMILY = "1,2";
|
226 | 234 | };
|
|
230 | 238 | isa = XCBuildConfiguration;
|
231 | 239 | buildSettings = {
|
232 | 240 | ALWAYS_SEARCH_USER_PATHS = NO;
|
233 |
| - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; |
| 241 | + ARCHS = ( |
| 242 | + armv7, |
| 243 | + armv6, |
| 244 | + ); |
234 | 245 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
235 | 246 | COPY_PHASE_STRIP = YES;
|
236 | 247 | GCC_C_LANGUAGE_STANDARD = gnu99;
|
| 248 | + GCC_THUMB_SUPPORT = NO; |
237 | 249 | GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
238 | 250 | GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
239 | 251 | GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
240 | 252 | GCC_WARN_UNUSED_VARIABLE = YES;
|
241 |
| - IPHONEOS_DEPLOYMENT_TARGET = 5.1; |
| 253 | + IPHONEOS_DEPLOYMENT_TARGET = 4.0; |
242 | 254 | OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
243 | 255 | SDKROOT = iphoneos;
|
244 | 256 | TARGETED_DEVICE_FAMILY = "1,2";
|
|
251 | 263 | buildSettings = {
|
252 | 264 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
253 | 265 | GCC_PREFIX_HEADER = "CoreLocationSample-CurrentLocation/CoreLocationSample-CurrentLocation-Prefix.pch";
|
| 266 | + GCC_THUMB_SUPPORT = NO; |
254 | 267 | INFOPLIST_FILE = "CoreLocationSample-CurrentLocation/CoreLocationSample-CurrentLocation-Info.plist";
|
255 | 268 | PRODUCT_NAME = "$(TARGET_NAME)";
|
256 | 269 | WRAPPER_EXTENSION = app;
|
|
262 | 275 | buildSettings = {
|
263 | 276 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
264 | 277 | GCC_PREFIX_HEADER = "CoreLocationSample-CurrentLocation/CoreLocationSample-CurrentLocation-Prefix.pch";
|
| 278 | + GCC_THUMB_SUPPORT = NO; |
265 | 279 | INFOPLIST_FILE = "CoreLocationSample-CurrentLocation/CoreLocationSample-CurrentLocation-Info.plist";
|
266 | 280 | PRODUCT_NAME = "$(TARGET_NAME)";
|
267 | 281 | WRAPPER_EXTENSION = app;
|
|
287 | 301 | CE6F6D92156CC07E00D08EB2 /* Release */,
|
288 | 302 | );
|
289 | 303 | defaultConfigurationIsVisible = 0;
|
| 304 | + defaultConfigurationName = Release; |
290 | 305 | };
|
291 | 306 | /* End XCConfigurationList section */
|
292 | 307 | };
|
|
0 commit comments