Skip to content

Commit

Permalink
ops(version): 👷 release v2.1.0(5)
Browse files Browse the repository at this point in the history
Whats new:
- New feature: game over balloon animation
- Fonts: added some custom fonts
- Bug fix: fix number of pairs of cards shown
  • Loading branch information
simonberner committed Feb 10, 2022
1 parent 250ccc3 commit d07575a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Memorize21.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_ASSET_PATHS = "\"Memorize21/Preview Content\"";
DEVELOPMENT_TEAM = XLY4UW5GHZ;
ENABLE_PREVIEWS = YES;
Expand All @@ -583,7 +583,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.1.0;
PRODUCT_BUNDLE_IDENTIFIER = dev.simonberner.Memorize21;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -597,7 +597,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_ASSET_PATHS = "\"Memorize21/Preview Content\"";
DEVELOPMENT_TEAM = XLY4UW5GHZ;
ENABLE_PREVIEWS = YES;
Expand All @@ -607,7 +607,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.1.0;
PRODUCT_BUNDLE_IDENTIFIER = dev.simonberner.Memorize21;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
12 changes: 6 additions & 6 deletions Memorize21/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>5</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIAppFonts</key>
<array>
<string>PermanentMarker-Regular.ttf</string>
<string>LuckiestGuy-Regular.ttf</string>
</array>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
Expand All @@ -39,11 +44,6 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIAppFonts</key>
<array>
<string>PermanentMarker-Regular.ttf</string>
<string>LuckiestGuy-Regular.ttf</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down

0 comments on commit d07575a

Please sign in to comment.