Skip to content

Commit

Permalink
Merge pull request #1423 from OneSignal/cd-signing-fix
Browse files Browse the repository at this point in the history
Sign the zipped xcframeworks for swift package manager
  • Loading branch information
emawby committed May 2, 2024
2 parents 487247b + e1f2950 commit 5e3d8e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ jobs:
chmod +x ./build_all_frameworks.sh
./build_all_frameworks.sh
shell: bash
- name: Update Swift Package
run: |
cd iOS_SDK/OneSignalSDK
chmod +x ./update_swift_package.sh
./update_swift_package.sh ${{github.event.inputs.version}}
shell: bash
- name: Code Sign
run: |
cd iOS_SDK/OneSignalSDK
Expand All @@ -68,6 +62,12 @@ jobs:
codesign --timestamp -v --sign "Apple Distribution: OneSignal, Inc. (J3J28YJX9L)" OneSignal_User/OneSignalUser.xcframework
codesign --timestamp -v --sign "Apple Distribution: OneSignal, Inc. (J3J28YJX9L)" OneSignal_XCFramework/OneSignalFramework.xcframework
shell: bash
- name: Update Swift Package
run: |
cd iOS_SDK/OneSignalSDK
chmod +x ./update_swift_package.sh
./update_swift_package.sh ${{github.event.inputs.version}}
shell: bash
- name: Commit Changes
run: |
git config --local user.email "noreply@onesignal.com"
Expand Down

0 comments on commit 5e3d8e4

Please sign in to comment.