File tree Expand file tree Collapse file tree 2 files changed +13
-23
lines changed
Expand file tree Collapse file tree 2 files changed +13
-23
lines changed Original file line number Diff line number Diff line change 1- # These are supported funding model platforms
2-
3- github : # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4- patreon : # Replace with a single Patreon username
5- open_collective : # Replace with a single Open Collective username
6- ko_fi : FrizzleM # Replace with a single Ko-fi username
7- tidelift : # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8- community_bridge : # Replace with a single Community Bridge project-name e.g., cloud-foundry
9- liberapay : # Replace with a single Liberapay username
10- issuehunt : # Replace with a single IssueHunt username
11- lfx_crowdfunding : # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12- polar : # Replace with a single Polar username
13- buy_me_a_coffee : # Replace with a single Buy Me a Coffee username
14- thanks_dev : # Replace with a single thanks.dev username
15- custom : # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
1+ github :
2+ patreon :
3+ open_collective :
4+ ko_fi : FrizzleM
5+ tidelift :
6+ community_bridge :
7+ liberapay :
8+ issuehunt :
9+ lfx_crowdfunding :
10+ polar :
11+ buy_me_a_coffee :
12+ thanks_dev :
13+ custom :
Original file line number Diff line number Diff line change 11name : ios-resign
22
3- # This workflow resigns a built IPA using the ios-resign GitHub Action.
4- # To trigger manually, click "Run workflow" from the Actions tab or push a new IPA.
53
64on :
7- # Manual trigger
85 workflow_dispatch : {}
9- # Automatically re-sign whenever a new unsigned IPA is committed
106 push :
117 paths :
128 - ' Feather/output/featherunsigned.ipa'
1814 - name : Checkout repository
1915 uses : actions/checkout@v4
2016
21- # Ensure the unsigned IPA is present. If you build the app in a separate job,
22- # point `ipa_path` below to that IPA. Here we assume the unsigned IPA is
23- # stored in Feather/output/featherunsigned.ipa
2417 - name : Verify unsigned IPA exists
2518 run : |
2619 if [ ! -f Feather/output/featherunsigned.ipa ]; then
3730 p12_pass : ${{ secrets.P12_PASS }}
3831 signing_identity : ${{ secrets.SIGNING_IDENTITY }}
3932
40- # Upload the re-signed IPA as a workflow artifact
4133 - name : Upload resigned IPA
4234 uses : actions/upload-artifact@v3
4335 with :
You can’t perform that action at this time.
0 commit comments