Skip to content

Commit 722226b

Browse files
committed
a
1 parent 9d8fa42 commit 722226b

1 file changed

Lines changed: 32 additions & 33 deletions

File tree

.github/workflows/sign-ipa.yml

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -146,40 +146,39 @@ jobs:
146146
# Copy plist file to workspace
147147
- name: Setup Plist File
148148
run: |
149-
echo "Creating plist file..."
150149
cat > Feather.plist << 'EOL'
151-
<?xml version="1.0" encoding="UTF-8"?>
152-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
153-
<plist version="1.0">
154-
<dict>
155-
<key>items</key>
156-
<array>
157-
<dict>
158-
<key>assets</key>
159-
<array>
160-
<dict>
161-
<key>kind</key>
162-
<string>software-package</string>
163-
<key>url</key>
164-
<string>https://github.com/NeoSigniOS/SignedIPAs/raw/main/ipa/Feather.ipa</string>
165-
</dict>
166-
</array>
167-
<key>metadata</key>
168-
<dict>
169-
<key>bundle-identifier</key>
170-
<string>kh.crysalis.feather</string>
171-
<key>bundle-version</key>
172-
<string>1.4.0</string>
173-
<key>kind</key>
174-
<string>software</string>
175-
<key>title</key>
176-
<string>Feather</string>
177-
</dict>
178-
</dict>
179-
</array>
180-
</dict>
181-
</plist>
182-
EOL
150+
<?xml version="1.0" encoding="UTF-8"?>
151+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
152+
<plist version="1.0">
153+
<dict>
154+
<key>items</key>
155+
<array>
156+
<dict>
157+
<key>assets</key>
158+
<array>
159+
<dict>
160+
<key>kind</key>
161+
<string>software-package</string>
162+
<key>url</key>
163+
<string>https://github.com/NeoSigniOS/SignedIPAs/raw/main/ipa/Feather.ipa</string>
164+
</dict>
165+
</array>
166+
<key>metadata</key>
167+
<dict>
168+
<key>bundle-identifier</key>
169+
<string>kh.crysalis.feather</string>
170+
<key>bundle-version</key>
171+
<string>1.4.0</string>
172+
<key>kind</key>
173+
<string>software</string>
174+
<key>title</key>
175+
<string>Feather</string>
176+
</dict>
177+
</dict>
178+
</array>
179+
</dict>
180+
</plist>
181+
EOL
183182
184183
# Update plist file with new IPA URL
185184
- name: Update Plist File

0 commit comments

Comments
 (0)