We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d14855 commit fbd6667Copy full SHA for fbd6667
.github/workflows/tests.yml
@@ -45,7 +45,9 @@ jobs:
45
run: |
46
# https://github.com/giginet/Scipio/issues/239
47
# https://github.com/giginet/Scipio/issues/241
48
- git checkout https://github.com/firebase/firebase-ios-sdk 11.15.0
+ git clone https://github.com/firebase/firebase-ios-sdk \
49
+ -b 11.15.0 \
50
+ --depth=1
51
swift run scipio create firebase-ios-sdk \
52
--framework-type static \
53
--platform iOS
0 commit comments