Skip to content

Commit

Permalink
Bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpalmer committed Mar 28, 2021
1 parent 55beca4 commit 3ac06b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CombineMarbles.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@
CODE_SIGN_ENTITLEMENTS = CombineMarbles/CombineMarbles.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "CombineMarbles/Preview\\ Content";
DEVELOPMENT_TEAM = 7BQ6TCJUWD;
ENABLE_PREVIEWS = YES;
Expand All @@ -439,6 +440,7 @@
CODE_SIGN_ENTITLEMENTS = CombineMarbles/CombineMarbles.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "CombineMarbles/Preview\\ Content";
DEVELOPMENT_TEAM = 7BQ6TCJUWD;
ENABLE_PREVIEWS = YES;
Expand Down
10 changes: 5 additions & 5 deletions CombineMarbles/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDarkContent</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
Expand All @@ -47,6 +43,8 @@
<array>
<string>armv7</string>
</array>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDarkContent</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand All @@ -60,5 +58,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
</dict>
</plist>

0 comments on commit 3ac06b6

Please sign in to comment.