Skip to content

Commit 75c88aa

Browse files
committed
Switch Version Number to 0.2.2
1 parent b6b2d3f commit 75c88aa

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

iOSSC.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
"$(inherited)",
431431
"@executable_path/Frameworks",
432432
);
433-
MARKETING_VERSION = 0.1.1;
433+
MARKETING_VERSION = 0.2.2;
434434
PRODUCT_BUNDLE_IDENTIFIER = me.kuhlti.iOSSC;
435435
PRODUCT_NAME = "$(TARGET_NAME)";
436436
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -455,7 +455,7 @@
455455
"$(inherited)",
456456
"@executable_path/Frameworks",
457457
);
458-
MARKETING_VERSION = 0.1.1;
458+
MARKETING_VERSION = 0.2.2;
459459
PRODUCT_BUNDLE_IDENTIFIER = me.kuhlti.iOSSC;
460460
PRODUCT_NAME = "$(TARGET_NAME)";
461461
PROVISIONING_PROFILE_SPECIFIER = "";

iOSSC/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>UIViewControllerBasedStatusBarAppearance</key>
6-
<false/>
7-
<key>UIStatusBarStyle</key>
8-
<string>UIStatusBarStyleBlackTranslucent</string>
95
<key>CFBundleDevelopmentRegion</key>
106
<string>$(DEVELOPMENT_LANGUAGE)</string>
117
<key>CFBundleExecutable</key>
@@ -41,6 +37,8 @@
4137
<array>
4238
<string>armv7</string>
4339
</array>
40+
<key>UIStatusBarStyle</key>
41+
<string>UIStatusBarStyleBlackTranslucent</string>
4442
<key>UISupportedInterfaceOrientations</key>
4543
<array>
4644
<string>UIInterfaceOrientationPortrait</string>
@@ -52,5 +50,7 @@
5250
<string>UIInterfaceOrientationLandscapeLeft</string>
5351
<string>UIInterfaceOrientationLandscapeRight</string>
5452
</array>
53+
<key>UIViewControllerBasedStatusBarAppearance</key>
54+
<false/>
5555
</dict>
5656
</plist>

0 commit comments

Comments
 (0)