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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
15
## [ 0.1.0] - 2020-09-11
9
16
10
17
### Added
@@ -49,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
56
- Contributing guide
50
57
- This changelog
51
58
59
+ [ 0.1.1] https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.0...v0.1.1
52
60
[ 0.1.0] https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...v0.1.0
53
61
[ 0.0.2 ] : https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.1...v0.0.2
54
62
[ 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 789
789
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
790
790
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
791
791
CODE_SIGN_STYLE = Automatic;
792
- CURRENT_PROJECT_VERSION = 242 ;
792
+ CURRENT_PROJECT_VERSION = 243 ;
793
793
DEVELOPMENT_TEAM = TPPAB4YBA6;
794
794
ENABLE_PREVIEWS = YES;
795
795
INFOPLIST_FILE = iOS/Info.plist;
813
813
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
814
814
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
815
815
CODE_SIGN_STYLE = Automatic;
816
- CURRENT_PROJECT_VERSION = 242 ;
816
+ CURRENT_PROJECT_VERSION = 243 ;
817
817
DEVELOPMENT_TEAM = TPPAB4YBA6;
818
818
ENABLE_PREVIEWS = YES;
819
819
INFOPLIST_FILE = iOS/Info.plist;
You can’t perform that action at this time.
0 commit comments