Skip to content

Commit

Permalink
Add analyze and archive actions to improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckhoupt authored and tahoupt committed Nov 6, 2024
1 parent 62ce479 commit d3224ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/objective-c-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
unzip ios 'Firebase/Firebase.h' 'Firebase/FirebaseAuth/*' 'Firebase/FirebaseFunctions/*' 'Firebase/FirebaseAnalytics/*' 'Firebase/FirebaseDatabase/*'
rm ios
touch GoogleService-Info.plist
xcodebuild clean build -project Bartender.xcodeproj -scheme Bartender ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED="NO"
xcodebuild clean analyze archive -project Bartender.xcodeproj -scheme Bartender ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED="NO"

0 comments on commit d3224ec

Please sign in to comment.