We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4991feb commit bacbb70Copy full SHA for bacbb70
.github/workflows/inappmessaging.yml
@@ -27,12 +27,13 @@ env:
27
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
28
29
jobs:
30
- cocoapods:
31
- name: cocoapods
+ spm:
+ name: spm
32
runs-on: macOS-15
33
env:
34
SPM: false
35
LEGACY: false
36
+ DIR: inappmessaging
37
OS: iOS
38
DEVICE: iPhone 16
39
TEST: true
@@ -42,16 +43,13 @@ jobs:
42
43
- name: Setup
44
run: |
45
cd inappmessaging
- gem install bundler
46
- bundle install
47
gem install xcpretty
48
- bundle exec pod install --repo-update
49
../scripts/install_prereqs/inappmessaging.sh
50
- name: Build ObjC
51
run: ./scripts/test.sh
52
53
- SWIFT_SUFFIX: ""
+ SCHEME: InAppMessagingExample
54
- name: Build Swift
55
56
57
- SWIFT_SUFFIX: Swift
+ SCHEME: InAppMessagingExampleSwift
0 commit comments