Skip to content

Commit

Permalink
Merge pull request #85 from iZettle/bump-project-version
Browse files Browse the repository at this point in the history
  • Loading branch information
bartszczepaniak authored May 23, 2022
2 parents 2f1c8b7 + 1123508 commit 491735c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 1.15.2
- Xcode 13.2 compatibility
- [Change] Replace `Carthage` with `SPM`

# 1.15.1
- Move to xcframeworks
Expand Down
4 changes: 2 additions & 2 deletions Presentation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.15.0;
MARKETING_VERSION = 1.15.2;
PRODUCT_BUNDLE_IDENTIFIER = com.iZettle.Presentation;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -496,7 +496,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.15.0;
MARKETING_VERSION = 1.15.2;
PRODUCT_BUNDLE_IDENTIFIER = com.iZettle.Presentation;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion Presentation/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.15.1</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 491735c

Please sign in to comment.