Skip to content

Commit

Permalink
i might work
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-otto committed Aug 14, 2024
1 parent ef9d370 commit d40d715
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/publish_cocoapod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ publish-ios-pod-spec:

- echo "spec.source = { :http => 'https://github.com/epotheke/epotheke-sdk/releases/download/"${CI_COMMIT_TAG}"/Epotheke-CocoaPod.zip' }" >> epotheke-sdk.podspec

- echo "spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }"
- echo "spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }"

- echo end >> epotheke-sdk.podspec


- pod spec lint epotheke-sdk.podspec --verbose
- pod trunk push epotheke-sdk.podspec

Expand Down

0 comments on commit d40d715

Please sign in to comment.