Skip to content

Commit

Permalink
Merge branch 'meta-dev' into meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFq1 committed Oct 8, 2023
2 parents a853766 + df1ff50 commit 68b950c
Show file tree
Hide file tree
Showing 22 changed files with 1,377 additions and 2,025 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@ jobs:
- name: install deps
run: bash install_dependency.sh
run: |
bash install_dependency.sh
xcodebuild -resolvePackageDependencies -project ClashX.xcodeproj
- name: build
if: startsWith(github.ref, 'refs/tags/')
run: |
xcodebuild -resolvePackageDependencies -project ClashX.xcodeproj
xcodebuild archive -project ClashX.xcodeproj -scheme ClashX\ Meta -archivePath archive/ClashX.xcarchive -showBuildTimingSummary -allowProvisioningUpdates
- name: build-SwiftUI
run: |
xcodebuild -resolvePackageDependencies -project ClashX\ SwiftUI.xcodeproj
xcodebuild archive -project ClashX\ SwiftUI.xcodeproj -scheme ClashX\ Meta -archivePath archive/ClashX\ SwiftUI.xcarchive -showBuildTimingSummary -allowProvisioningUpdates
xcodebuild archive -project ClashX.xcodeproj -scheme ClashX\ Meta\ SwiftUI -archivePath archive/ClashX\ SwiftUI.xcarchive -showBuildTimingSummary -allowProvisioningUpdates
- name: create zip
Expand Down
1,378 changes: 0 additions & 1,378 deletions ClashX SwiftUI.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 68b950c

Please sign in to comment.