File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
WriteFreely-MultiPlatform.xcodeproj Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
- [ Mac] The published date now reflects the time a post was published, not created.
20
20
- [ Mac] If the option is set, the app now silently checks for updates on launch.
21
21
- [ Mac] New drafts are created in the currently-selected blog, rather than being created in Drafts (or "Anonymous" for Write.as accounts).
22
- - [ iOS, Mac] Updated the URL and minimum version of the WriteFreely Swift package.
22
+ - [ Mac] Updated the URL and minimum version of the WriteFreely Swift package.
23
23
24
24
### Fixed
25
25
@@ -32,6 +32,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
32
- [ Mac] Fixed a regression where text color did not adapt to dark mode correctly.
33
33
- [ Mac] Sharing a post now uses the custom domain (if any).
34
34
35
+ ## [ 1.0.6-ios] - 2021-06-10
36
+
37
+ ### Changed
38
+
39
+ - Updated the URL and minimum version of the WriteFreely Swift package.
40
+
35
41
## [ 1.0.5-ios] - 2021-04-12
36
42
37
43
### Fixed
Original file line number Diff line number Diff line change 969
969
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
970
970
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
971
971
CODE_SIGN_STYLE = Automatic;
972
- CURRENT_PROJECT_VERSION = 608 ;
972
+ CURRENT_PROJECT_VERSION = 612 ;
973
973
DEVELOPMENT_TEAM = TPPAB4YBA6;
974
974
ENABLE_PREVIEWS = YES;
975
975
INFOPLIST_FILE = iOS/Info.plist;
978
978
"$(inherited)",
979
979
"@executable_path/Frameworks",
980
980
);
981
- MARKETING_VERSION = 1.0.5 ;
981
+ MARKETING_VERSION = 1.0.6 ;
982
982
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
983
983
PRODUCT_NAME = "WriteFreely-MultiPlatform";
984
984
SDKROOT = iphoneos;
993
993
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
994
994
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
995
995
CODE_SIGN_STYLE = Automatic;
996
- CURRENT_PROJECT_VERSION = 608 ;
996
+ CURRENT_PROJECT_VERSION = 612 ;
997
997
DEVELOPMENT_TEAM = TPPAB4YBA6;
998
998
ENABLE_PREVIEWS = YES;
999
999
INFOPLIST_FILE = iOS/Info.plist;
1002
1002
"$(inherited)",
1003
1003
"@executable_path/Frameworks",
1004
1004
);
1005
- MARKETING_VERSION = 1.0.5 ;
1005
+ MARKETING_VERSION = 1.0.6 ;
1006
1006
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
1007
1007
PRODUCT_NAME = "WriteFreely-MultiPlatform";
1008
1008
SDKROOT = iphoneos;
You can’t perform that action at this time.
0 commit comments