File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,3 @@ Carthage/
38
38
# # Production
39
39
icook-tv-top-shelf-image.png
40
40
keys /
41
- fabric. *
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ bootstrap:
8
8
bundle exec pod keys set TreasureDataAPIKey " -"
9
9
bundle exec pod install
10
10
# sh scripts/fabric.sh
11
- echo " fabric.apikey" > keys/fabric.apike
11
+ echo " fabric.apikey" > keys/fabric.apikey
12
12
echo " fabric.buildsecret" > keys/fabric.buildsecret
13
13
14
14
coverage :
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ if [ " $CONFIGURATION " = " Release" ] && [ " $CI " != true ]; then
4
+ FABRIC_APIKEY=$( cat ${SRCROOT} /keys/fabric.apikey)
5
+ FABRIC_BUILDSECRET=$( cat ${SRCROOT} /keys/fabric.buildsecret)
6
+ ${PODS_ROOT} /Fabric/run ${FABRIC_APIKEY} ${FABRIC_BUILDSECRET}
7
+ else
8
+ echo " Skip Fabric script"
9
+ fi
You can’t perform that action at this time.
0 commit comments