File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 27
27
secrets_passphrase : ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
28
28
29
29
jobs :
30
- cocoapods :
31
- name : cocoapods
30
+ spm :
31
+ name : spm
32
32
runs-on : macOS-15
33
33
env :
34
- SPM : false
34
+ SPM : true
35
35
LEGACY : false
36
+ DIR : inappmessaging
36
37
OS : iOS
37
38
DEVICE : iPhone 16
38
39
TEST : true
@@ -42,16 +43,13 @@ jobs:
42
43
- name : Setup
43
44
run : |
44
45
cd inappmessaging
45
- gem install bundler
46
- bundle install
47
46
gem install xcpretty
48
- bundle exec pod install --repo-update
49
47
../scripts/install_prereqs/inappmessaging.sh
50
48
- name : Build ObjC
51
49
run : ./scripts/test.sh
52
50
env :
53
- SWIFT_SUFFIX : " "
51
+ SCHEME : InAppMessagingExample
54
52
- name : Build Swift
55
53
run : ./scripts/test.sh
56
54
env :
57
- SWIFT_SUFFIX : Swift
55
+ SCHEME : InAppMessagingExampleSwift
You can’t perform that action at this time.
0 commit comments