Skip to content

Commit eea7626

Browse files
committed
Added non-generated Info.plist file
1 parent e8bd2ea commit eea7626

2 files changed

Lines changed: 46 additions & 4 deletions

File tree

Template.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
/* End PBXContainerItemProxy section */
4747

4848
/* Begin PBXFileReference section */
49+
1F1104962DA783B00095B283 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4950
1F65A1E52A715C3700FBA141 /* TemplateTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TemplateTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5051
1F65A1E72A715C3700FBA141 /* TemplateTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TemplateTests.swift; sourceTree = "<group>"; };
5152
1F65A1F22A715C5900FBA141 /* TemplateUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TemplateUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -150,6 +151,7 @@
150151
1FAC1FEF2A6B0E280083E64C /* Settings.bundle */,
151152
1FAC1FB72A6AF4840083E64C /* Template.entitlements */,
152153
1FAC1FB12A6AF4830083E64C /* TemplateApp.swift */,
154+
1F1104962DA783B00095B283 /* Info.plist */,
153155
);
154156
path = Template;
155157
sourceTree = "<group>";
@@ -695,7 +697,7 @@
695697
DEVELOPMENT_ASSET_PATHS = "\"Template/Preview Content\"";
696698
ENABLE_HARDENED_RUNTIME = YES;
697699
ENABLE_PREVIEWS = YES;
698-
GENERATE_INFOPLIST_FILE = YES;
700+
INFOPLIST_FILE = Template/Info.plist;
699701
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
700702
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
701703
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
@@ -706,7 +708,7 @@
706708
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
707709
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
708710
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
709-
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
711+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
710712
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
711713
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
712714
MACOSX_DEPLOYMENT_TARGET = 13.3;
@@ -735,7 +737,7 @@
735737
DEVELOPMENT_ASSET_PATHS = "\"Template/Preview Content\"";
736738
ENABLE_HARDENED_RUNTIME = YES;
737739
ENABLE_PREVIEWS = YES;
738-
GENERATE_INFOPLIST_FILE = YES;
740+
INFOPLIST_FILE = Template/Info.plist;
739741
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
740742
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
741743
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
@@ -746,7 +748,7 @@
746748
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
747749
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
748750
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
749-
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
751+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
750752
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
751753
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
752754
MACOSX_DEPLOYMENT_TARGET = 13.3;

Template/Info.plist

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>Template</string>
9+
<key>CFBundleExecutable</key>
10+
<string>$(EXECUTABLE_NAME)</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>$(PRODUCT_NAME)</string>
17+
<key>CFBundlePackageType</key>
18+
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>$(MARKETING_VERSION)</string>
21+
<key>CFBundleVersion</key>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>UILaunchScreen</key>
24+
<dict>
25+
<key>UIImageName</key>
26+
<string></string>
27+
</dict>
28+
<key>UISupportedInterfaceOrientations</key>
29+
<array>
30+
<string>UIInterfaceOrientationPortrait</string>
31+
</array>
32+
<key>UISupportedInterfaceOrientations~ipad</key>
33+
<array>
34+
<string>UIInterfaceOrientationLandscapeLeft</string>
35+
<string>UIInterfaceOrientationLandscapeRight</string>
36+
<string>UIInterfaceOrientationPortrait</string>
37+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
38+
</array>
39+
</dict>
40+
</plist>

0 commit comments

Comments
 (0)