Skip to content

Commit 482975d

Browse files
committed
Build Settings
+ minimum target is now iOS 8.0 + now a universal app
1 parent 5e95f34 commit 482975d

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

WorldFacts/WorldFacts.xcodeproj/project.pbxproj

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
53524B441691E77100719AF8 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 53524B3D1691E77100719AF8 /* [email protected] */; };
1717
53524B451691E77100719AF8 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 53524B3E1691E77100719AF8 /* Icon.png */; };
1818
53524B461691E77100719AF8 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 53524B3F1691E77100719AF8 /* [email protected] */; };
19-
538A797D157E567F0007B8A5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 538A797C157E567F0007B8A5 /* UIKit.framework */; };
20-
538A797F157E567F0007B8A5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 538A797E157E567F0007B8A5 /* Foundation.framework */; };
21-
538A7981157E567F0007B8A5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 538A7980157E567F0007B8A5 /* CoreGraphics.framework */; };
22-
538A7983157E567F0007B8A5 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 538A7982157E567F0007B8A5 /* CoreData.framework */; };
2319
538A7989157E567F0007B8A5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 538A7987157E567F0007B8A5 /* InfoPlist.strings */; };
2420
538A798B157E567F0007B8A5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 538A798A157E567F0007B8A5 /* main.m */; };
2521
538A798F157E567F0007B8A5 /* UYLAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 538A798E157E567F0007B8A5 /* UYLAppDelegate.m */; };
@@ -45,10 +41,6 @@
4541
53524B3E1691E77100719AF8 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
4642
53524B3F1691E77100719AF8 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
4743
538A7978157E567F0007B8A5 /* WorldFacts.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WorldFacts.app; sourceTree = BUILT_PRODUCTS_DIR; };
48-
538A797C157E567F0007B8A5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
49-
538A797E157E567F0007B8A5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
50-
538A7980157E567F0007B8A5 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
51-
538A7982157E567F0007B8A5 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
5244
538A7986157E567F0007B8A5 /* WorldFacts-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "WorldFacts-Info.plist"; sourceTree = "<group>"; };
5345
538A7988157E567F0007B8A5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5446
538A798A157E567F0007B8A5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
@@ -72,10 +64,6 @@
7264
isa = PBXFrameworksBuildPhase;
7365
buildActionMask = 2147483647;
7466
files = (
75-
538A797D157E567F0007B8A5 /* UIKit.framework in Frameworks */,
76-
538A797F157E567F0007B8A5 /* Foundation.framework in Frameworks */,
77-
538A7981157E567F0007B8A5 /* CoreGraphics.framework in Frameworks */,
78-
538A7983157E567F0007B8A5 /* CoreData.framework in Frameworks */,
7967
);
8068
runOnlyForDeploymentPostprocessing = 0;
8169
};
@@ -102,7 +90,6 @@
10290
children = (
10391
532CADEA158D1286002BEDC8 /* README */,
10492
538A7984157E567F0007B8A5 /* WorldFacts */,
105-
538A797B157E567F0007B8A5 /* Frameworks */,
10693
538A7979157E567F0007B8A5 /* Products */,
10794
);
10895
sourceTree = "<group>";
@@ -115,17 +102,6 @@
115102
name = Products;
116103
sourceTree = "<group>";
117104
};
118-
538A797B157E567F0007B8A5 /* Frameworks */ = {
119-
isa = PBXGroup;
120-
children = (
121-
538A797C157E567F0007B8A5 /* UIKit.framework */,
122-
538A797E157E567F0007B8A5 /* Foundation.framework */,
123-
538A7980157E567F0007B8A5 /* CoreGraphics.framework */,
124-
538A7982157E567F0007B8A5 /* CoreData.framework */,
125-
);
126-
name = Frameworks;
127-
sourceTree = "<group>";
128-
};
129105
538A7984157E567F0007B8A5 /* WorldFacts */ = {
130106
isa = PBXGroup;
131107
children = (
@@ -363,8 +339,7 @@
363339
538A7996157E567F0007B8A5 /* Debug */ = {
364340
isa = XCBuildConfiguration;
365341
buildSettings = {
366-
GCC_PRECOMPILE_PREFIX_HEADER = YES;
367-
GCC_PREFIX_HEADER = "WorldFacts/WorldFacts-Prefix.pch";
342+
GCC_PRECOMPILE_PREFIX_HEADER = NO;
368343
INFOPLIST_FILE = "WorldFacts/WorldFacts-Info.plist";
369344
PRODUCT_NAME = "$(TARGET_NAME)";
370345
TARGETED_DEVICE_FAMILY = "1,2";
@@ -375,8 +350,7 @@
375350
538A7997157E567F0007B8A5 /* Release */ = {
376351
isa = XCBuildConfiguration;
377352
buildSettings = {
378-
GCC_PRECOMPILE_PREFIX_HEADER = YES;
379-
GCC_PREFIX_HEADER = "WorldFacts/WorldFacts-Prefix.pch";
353+
GCC_PRECOMPILE_PREFIX_HEADER = NO;
380354
INFOPLIST_FILE = "WorldFacts/WorldFacts-Info.plist";
381355
PRODUCT_NAME = "$(TARGET_NAME)";
382356
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)