Skip to content

Commit 047ce8e

Browse files
committed
Fix for invalid marketing version number when uploading to App Store
1 parent 8518053 commit 047ce8e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.0.0a1]
99

1010
### Added
1111

@@ -86,7 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8686
- Contributing guide
8787
- This changelog
8888

89-
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.1...HEAD
89+
[1.0.0a1]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0...0.1.1
9090
[0.1.1]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.0...v0.1.1
9191
[0.1.0]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...v0.1.0
9292
[0.0.2]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.1...v0.0.2

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@
901901
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
902902
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
903903
CODE_SIGN_STYLE = Automatic;
904-
CURRENT_PROJECT_VERSION = 329;
904+
CURRENT_PROJECT_VERSION = 330;
905905
DEVELOPMENT_TEAM = TPPAB4YBA6;
906906
ENABLE_PREVIEWS = YES;
907907
INFOPLIST_FILE = iOS/Info.plist;
@@ -910,7 +910,7 @@
910910
"$(inherited)",
911911
"@executable_path/Frameworks",
912912
);
913-
MARKETING_VERSION = 1.0a1;
913+
MARKETING_VERSION = 1.0.0;
914914
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
915915
PRODUCT_NAME = "WriteFreely-MultiPlatform";
916916
SDKROOT = iphoneos;
@@ -925,7 +925,7 @@
925925
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
926926
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
927927
CODE_SIGN_STYLE = Automatic;
928-
CURRENT_PROJECT_VERSION = 329;
928+
CURRENT_PROJECT_VERSION = 330;
929929
DEVELOPMENT_TEAM = TPPAB4YBA6;
930930
ENABLE_PREVIEWS = YES;
931931
INFOPLIST_FILE = iOS/Info.plist;
@@ -934,7 +934,7 @@
934934
"$(inherited)",
935935
"@executable_path/Frameworks",
936936
);
937-
MARKETING_VERSION = 1.0a1;
937+
MARKETING_VERSION = 1.0.0;
938938
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
939939
PRODUCT_NAME = "WriteFreely-MultiPlatform";
940940
SDKROOT = iphoneos;
@@ -952,7 +952,7 @@
952952
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
953953
CODE_SIGN_STYLE = Automatic;
954954
COMBINE_HIDPI_IMAGES = YES;
955-
CURRENT_PROJECT_VERSION = 329;
955+
CURRENT_PROJECT_VERSION = 330;
956956
DEVELOPMENT_TEAM = TPPAB4YBA6;
957957
ENABLE_HARDENED_RUNTIME = YES;
958958
ENABLE_PREVIEWS = YES;
@@ -962,7 +962,7 @@
962962
"@executable_path/../Frameworks",
963963
);
964964
MACOSX_DEPLOYMENT_TARGET = 11.0;
965-
MARKETING_VERSION = 1.0d3;
965+
MARKETING_VERSION = 1.0.0;
966966
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
967967
PRODUCT_NAME = "WriteFreely-MultiPlatform";
968968
SDKROOT = macosx;
@@ -978,7 +978,7 @@
978978
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
979979
CODE_SIGN_STYLE = Automatic;
980980
COMBINE_HIDPI_IMAGES = YES;
981-
CURRENT_PROJECT_VERSION = 329;
981+
CURRENT_PROJECT_VERSION = 330;
982982
DEVELOPMENT_TEAM = TPPAB4YBA6;
983983
ENABLE_HARDENED_RUNTIME = YES;
984984
ENABLE_PREVIEWS = YES;
@@ -988,7 +988,7 @@
988988
"@executable_path/../Frameworks",
989989
);
990990
MACOSX_DEPLOYMENT_TARGET = 11.0;
991-
MARKETING_VERSION = 1.0d3;
991+
MARKETING_VERSION = 1.0.0;
992992
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
993993
PRODUCT_NAME = "WriteFreely-MultiPlatform";
994994
SDKROOT = macosx;

0 commit comments

Comments
 (0)