Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish beta branch to appstore connect from Github Actions #1727

Merged
merged 83 commits into from
Jan 6, 2025
Merged
Changes from 1 commit
Commits
Show all changes
83 commits
Select commit Hold shift + click to select a range
07628ba
[CI] add first draft to publish to playconsole from Github Actions
clangenb Nov 18, 2024
b36e18b
[CI] add first draft to publish to Appstore Connect
clangenb Nov 18, 2024
8a5612d
[CI] executie IOS publish on this branch for testing
clangenb Nov 20, 2024
d84090e
[CI] update IOS secret names
clangenb Nov 20, 2024
f65b950
[CI] fix branch condition for ios publish
clangenb Nov 20, 2024
f390fb3
[CI] fix branch condition for ios publish
clangenb Nov 20, 2024
f9cebe3
[CI] use new action for uploading to appstore connect
clangenb Nov 20, 2024
de7f4e7
[CI] try new way of publishing
clangenb Nov 20, 2024
73de836
[CI] fix melos IOS build command
clangenb Nov 20, 2024
e6e5edd
[CI] skip duplicate signing setup
clangenb Nov 20, 2024
0b5eef3
[CI] use manual way of signing
clangenb Nov 20, 2024
db3bcbd
try fixing the paths
clangenb Nov 20, 2024
7c40935
use code signing setup from github docs
clangenb Nov 20, 2024
efa7ea1
try another action
clangenb Nov 20, 2024
9a8ba99
Revert "try another action"
clangenb Nov 20, 2024
323821e
Set `-destination` to generic ios platform
clangenb Dec 20, 2024
90ff2ff
fix xcode build command
clangenb Dec 20, 2024
0be55e3
try signing with flutter
clangenb Dec 20, 2024
32ca4b6
remove deprecated flag for build command
clangenb Dec 20, 2024
89f6ce8
try setting flutter signing flags
clangenb Dec 20, 2024
1bad94b
try setting flutter signing flags
clangenb Dec 20, 2024
ea17dab
try manual signing again, add export options file
clangenb Dec 20, 2024
887284c
fix melos command
clangenb Dec 20, 2024
b2d0cd9
fix IPHONEOS_DEPLOYMENT_TARGET to 12
clangenb Dec 20, 2024
43afa4c
print available provisioning profiles
clangenb Dec 20, 2024
f392b36
fix path
clangenb Dec 20, 2024
da7c1ef
create ExportOptions.plist in the CI
clangenb Dec 20, 2024
0ac9f49
fix path
clangenb Dec 20, 2024
4637d4a
fix naming of mobileProvisioning file
clangenb Dec 20, 2024
c140c41
set .plist file while building
clangenb Dec 20, 2024
895cc3e
fix command
clangenb Dec 20, 2024
0380d7f
try fix command
clangenb Dec 20, 2024
d36e3ab
try new cmd
clangenb Dec 20, 2024
4734b5c
try fix command
clangenb Dec 21, 2024
c112fbf
print some more debug logs
clangenb Dec 21, 2024
ecf6cb2
print some more debug logs
clangenb Dec 21, 2024
a9cd051
print some more debug logs
clangenb Dec 21, 2024
e440059
print some more debug logs
clangenb Dec 21, 2024
e5fa257
make platform target 12
clangenb Dec 21, 2024
cd634aa
show export options.plist
clangenb Dec 21, 2024
bfdf01f
Fix export options.plist
clangenb Dec 21, 2024
e17fd7d
add code sign identity
clangenb Dec 21, 2024
cb38e63
make code signing automatic for deps
clangenb Dec 21, 2024
2d9bb75
more debug logs
clangenb Dec 21, 2024
19735b8
remove code signing for deps
clangenb Dec 21, 2024
db4562c
try setting cocoapod
clangenb Dec 21, 2024
d9aa2ca
try building with new flutter action
clangenb Dec 21, 2024
5c0d2c3
try fix command
clangenb Dec 21, 2024
5c46878
remove deprecated argument
clangenb Dec 21, 2024
22ed194
try fixing th provisioning profile
clangenb Dec 21, 2024
1a787d6
try fixing th provisioning profile
clangenb Dec 21, 2024
c3b6cab
try fixing th provisioning profile
clangenb Dec 21, 2024
4adc4d1
try fixing th provisioning profile
clangenb Dec 21, 2024
6da5132
re-introduce --export-options-plist flag
clangenb Dec 22, 2024
9c760ea
fix typo
clangenb Dec 22, 2024
c6bc118
try fix export option-plist flag
clangenb Dec 22, 2024
4d51bad
try to build with flutter version from CI
clangenb Dec 22, 2024
b5c2839
fix cmd
clangenb Dec 22, 2024
4f32867
try rename provisioning profile
clangenb Dec 22, 2024
8cef6b5
doc
clangenb Dec 30, 2024
103983b
try fix provisioning profil
clangenb Dec 30, 2024
9e8dd1d
try fix provisioning profil
clangenb Dec 30, 2024
9d0b3ab
try fix provisioning profil
clangenb Dec 30, 2024
2c0361b
ios chages
pifragile Jan 5, 2025
857083e
revert unnecessary changes
clangenb Jan 5, 2025
f2ac933
try fix exportoptions.plist
clangenb Jan 5, 2025
e50207a
debug print available profiles
clangenb Jan 5, 2025
f4a012e
fix debug print
clangenb Jan 5, 2025
0033b80
add provisioning profile specifier to pbxproj
clangenb Jan 5, 2025
d358cda
closer match to moonchain file
clangenb Jan 5, 2025
2bb379e
add profile to release too
clangenb Jan 5, 2025
7114c33
add env vars
clangenb Jan 5, 2025
a041304
fix code sign identity
clangenb Jan 5, 2025
a64afce
try fixing file path
clangenb Jan 5, 2025
a683c1a
fix appstore connect secrets
clangenb Jan 5, 2025
5e79ff3
fix appstore connect secrets 2
clangenb Jan 5, 2025
b2e199f
fix appstore connect secrets 3
clangenb Jan 5, 2025
cab3a5d
Use an action to upload the ipa
clangenb Jan 5, 2025
d3ad071
remove google upload
clangenb Jan 5, 2025
1321186
better doc
clangenb Jan 5, 2025
bf51266
add better doc
clangenb Jan 5, 2025
b8b2809
[CI] run signed build also on push/PRs on master, but only deploy whe…
clangenb Jan 5, 2025
917dc02
[CI] rename workflow
clangenb Jan 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix path
clangenb committed Dec 22, 2024
commit f392b36e372cb30a6a05809a351fa0f4b7fd1e0d
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_apple_appstore_connect.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles

echo "show provisioning profiles"
ls ~/Library/MobileDevice/Provisioning Profiles/
ls ~/Library/MobileDevice/Provisioning\ Profiles/


# - name: Generate ExportOptions.plist