File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 88
88
language : objective-c
89
89
osx_image : xcode13.2
90
90
before_install :
91
- - sudo gem install cocoapods
92
91
- nvm install 16
93
92
- npm install -g yarn
94
93
- brew update
Original file line number Diff line number Diff line change 67
67
<splash density =" port-xxxhdpi" src =" res/screens/android/screen-xxxhdpi-portrait.png" />
68
68
</platform >
69
69
<platform name =" ios" >
70
+ <hook src =" hooks/ios-update-pods.sh" type =" before_platform_add" />
71
+ <hook src =" hooks/ios-run-pods.sh" type =" after_platform_add" />
70
72
<allow-intent href =" itms:*" />
71
73
<allow-intent href =" itms-apps:*" />
72
74
<feature name =" CDVWKWebViewEngine" >
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ platform :android do
26
26
skip_upload_images : true ,
27
27
skip_upload_screenshots : true ,
28
28
check_superseded_tracks : true ,
29
- apk : './platforms/android/app/build/outputs/apk/release/app-release.apk ' )
29
+ aab : './platforms/android/app/build/outputs/apk/release/app-release.aab ' )
30
30
end
31
31
lane :prod do
32
32
upload_to_play_store ( track : 'production' ,
33
33
skip_upload_metadata : true ,
34
34
skip_upload_images : true ,
35
35
skip_upload_screenshots : true ,
36
36
check_superseded_tracks : true ,
37
- apk : './platforms/android/app/build/outputs/apk/release/app-release.apk ' )
37
+ aab : './platforms/android/app/build/outputs/apk/release/app-release.aab ' )
38
38
end
39
39
end
You can’t perform that action at this time.
0 commit comments