File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ pod install
1515echo " ============================================"
1616echo " Changing bundle identifiers"
1717echo " ============================================"
18- sed -i ' s/com.getfetchapp.Fetch/com.getfetchapp.Fetch-' $( date +%s) ' /g' Fetch.xcodeproj/project.pbxproj
19- sed -i ' s/com.getfetchapp.PutioKit/com.getfetchapp.PutioKit-' $( date +%s) ' /g' Fetch.xcodeproj/project.pbxproj
20- sed -i ' s/com.getfetchapp.SRBarcodeScanner/com.getfetchapp.SRBarcodeScanner-' $( date +%s) ' /g' Fetch.xcodeproj/project.pbxproj
18+ sed -i -e ' s/com.getfetchapp.Fetch/com.getfetchapp.Fetch-' $( date +%s) ' /g' Fetch.xcodeproj/project.pbxproj
19+ sed -i -e ' s/com.getfetchapp.PutioKit/com.getfetchapp.PutioKit-' $( date +%s) ' /g' Fetch.xcodeproj/project.pbxproj
20+ sed -i -e ' s/com.getfetchapp.SRBarcodeScanner/com.getfetchapp.SRBarcodeScanner-' $( date +%s) ' /g' Fetch.xcodeproj/project.pbxproj
2121echo " ============================================"
2222echo " Fetch is ready to build! 🚀"
2323echo " ============================================"
You can’t perform that action at this time.
0 commit comments