File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - uses : actions/checkout@v3
20- - name : Build on iOS 16.0
21- run : xcodebuild -workspace Example\ App/EmojiPicker.xcworkspace -scheme EmojiPicker -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=16.0 ,name=iPhone 14'
22- - name : Test on iOS 16.0
23- run : xcodebuild -workspace Example\ App/EmojiPicker.xcworkspace -scheme EmojiPicker-Example -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=16.0 ,name=iPhone 14' test
20+ - name : Build on iOS 16.2
21+ run : xcodebuild -workspace Example\ App/EmojiPicker.xcworkspace -scheme EmojiPicker -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=16.2 ,name=iPhone 14'
22+ - name : Test on iOS 16.2
23+ run : xcodebuild -workspace Example\ App/EmojiPicker.xcworkspace -scheme EmojiPicker-Example -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=16.2 ,name=iPhone 14' test
You can’t perform that action at this time.
0 commit comments