File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
WriteFreely-MultiPlatform.xcodeproj Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.1] - 2020-09-14
9+
10+ ### Added
11+
12+ - Icon asset for App Store
13+ - [ iOS] LaunchScreen storyboard added for iPad multitasking requirements
14+
815## [ 0.1.0] - 2020-09-11
916
1017### Added
@@ -49,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4956 - Contributing guide
5057 - This changelog
5158
59+ [ 0.1.1] https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.0...v0.1.1
5260[ 0.1.0] https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...v0.1.0
5361[ 0.0.2 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.1...v0.0.2
5462[ 0.0.1 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/releases/tag/v0.0.1
Original file line number Diff line number Diff line change 789789 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
790790 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
791791 CODE_SIGN_STYLE = Automatic;
792- CURRENT_PROJECT_VERSION = 242 ;
792+ CURRENT_PROJECT_VERSION = 243 ;
793793 DEVELOPMENT_TEAM = TPPAB4YBA6;
794794 ENABLE_PREVIEWS = YES;
795795 INFOPLIST_FILE = iOS/Info.plist;
813813 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
814814 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
815815 CODE_SIGN_STYLE = Automatic;
816- CURRENT_PROJECT_VERSION = 242 ;
816+ CURRENT_PROJECT_VERSION = 243 ;
817817 DEVELOPMENT_TEAM = TPPAB4YBA6;
818818 ENABLE_PREVIEWS = YES;
819819 INFOPLIST_FILE = iOS/Info.plist;
You can’t perform that action at this time.
0 commit comments