Skip to content

Commit

Permalink
SIANXSVC-1225: delete unused update.swift file
Browse files Browse the repository at this point in the history
  • Loading branch information
anx-bkelhar committed Mar 18, 2024
1 parent 30cacd7 commit 983de12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Build for Testing
if: always()
run: |
xcodebuild build-for-testing -project ./TwoFas/${{env.PROJECT_NAME}}.xcodeproj -scheme ${{env.SCHEME}} -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro Max'
xcodebuild build-for-testing -project ./TwoFas/${{env.PROJECT_NAME}}.xcodeproj -scheme ${{env.SCHEME}} -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro Max' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- name: Run Tests
run: |
xcodebuild test-without-building -project ./TwoFas/${{env.PROJECT_NAME}}.xcodeproj -scheme ${{env.SCHEME}} -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro Max'
xcodebuild test-without-building -project ./TwoFas/${{env.PROJECT_NAME}}.xcodeproj -scheme ${{env.SCHEME}} -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro Max' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- name: Build/Release
if: always()
uses: hectorguerrini/[email protected]
2 changes: 1 addition & 1 deletion TwoFAS/.swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ included:
excluded:
- swiftgen
- TwoFAS/CodeSupport/GoogleAuthenticator
- TwoFAS/update.swift
- TwoFAS/Common/Generated
- TwoFAS/Other/External

Binary file removed TwoFAS/update.swift
Binary file not shown.

0 comments on commit 983de12

Please sign in to comment.