Skip to content

Commit 7addaf0

Browse files
updated settings for launch
1 parent 4ea5867 commit 7addaf0

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

try! Extension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleDisplayName</key>
8-
<string>try! Extension</string>
8+
<string>try!</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1</string>
20+
<string>2.2</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>CLKComplicationPrincipalClass</key>

try! Today/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleDisplayName</key>
8-
<string>try! Swift Conference</string>
8+
<string>try!</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1</string>
20+
<string>2.2</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>NSExtension</key>

try!/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleDisplayName</key>
8-
<string>trySwift</string>
8+
<string>try!</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1</string>
20+
<string>2.2</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>UISupportedInterfaceOrientations</key>

trySwift.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@
15791579
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
15801580
DEVELOPMENT_TEAM = W6GNU64U6Q;
15811581
INFOPLIST_FILE = "$(SRCROOT)/try! Today/Info.plist";
1582-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1582+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
15831583
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
15841584
PRODUCT_BUNDLE_IDENTIFIER = "com.natashatherobot.trySwift.try--Tokyo";
15851585
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1602,7 +1602,7 @@
16021602
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
16031603
DEVELOPMENT_TEAM = W6GNU64U6Q;
16041604
INFOPLIST_FILE = "$(SRCROOT)/try! Today/Info.plist";
1605-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1605+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
16061606
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
16071607
PRODUCT_BUNDLE_IDENTIFIER = "com.natashatherobot.trySwift.try--Tokyo";
16081608
PRODUCT_NAME = "$(TARGET_NAME)";

trySwift/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.1</string>
20+
<string>2.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)