Skip to content

Commit e3323db

Browse files
authored
Merge pull request #34 from FrizzleM/codex/remove-comments-from-all-files
Remove comment lines from `.github/FUNDING.yml` and `ios-resign` workflow
2 parents ea4cb01 + 5a0aad2 commit e3323db

File tree

2 files changed

+13
-23
lines changed

2 files changed

+13
-23
lines changed

.github/FUNDING.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
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:

.github/workflows/ios-resign.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: 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

64
on:
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'
@@ -18,9 +14,6 @@ jobs:
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
@@ -37,7 +30,6 @@ jobs:
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:

0 commit comments

Comments
 (0)