File tree 2 files changed +3
-3
lines changed
Cryptomator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
"repositoryURL" : " https://github.com/cryptomator/cloud-access-swift.git" ,
25
25
"state" : {
26
26
"branch" : null ,
27
- "revision" : " bf1ec7894cba671545a97f8e2441acedbe4c645c " ,
28
- "version" : " 1.1.5 "
27
+ "revision" : " 09453b28d986dc52b038640be763818fecb633cb " ,
28
+ "version" : " 1.1.6 "
29
29
}
30
30
},
31
31
{
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ platform :ios do
44
44
lane :app_store do
45
45
gym ( scheme : "Cryptomator" , clean : true )
46
46
changelog = File . read ( "changelog.txt" )
47
- deliver ( skip_screenshots : true , submit_for_review : false )
47
+ deliver ( skip_screenshots : true , submit_for_review : true )
48
48
version = get_version_number ( target : "Cryptomator" )
49
49
build = `git rev-list --count $(git rev-parse --abbrev-ref HEAD) | tr -d " \t \n \r "`
50
50
slack (
You can’t perform that action at this time.
0 commit comments