Skip to content

Commit 74c661b

Browse files
authored
Improve XCFramework build process & usage. (#238)
* Improve XCFramework build process & usage. * Updated test suite config
1 parent fcd3e8d commit 74c661b

File tree

12 files changed

+46
-1289
lines changed

12 files changed

+46
-1289
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: webfactory/ssh-agent@v0.5.3
5858
with:
5959
ssh-private-key: ${{ secrets.SOVRAN_SSH_KEY }}
60-
- run: xcodebuild -scheme Segment-Package test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13'
60+
- run: xcodebuild -scheme Segment test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13'
6161

6262

6363
build_and_test_tvos:
@@ -71,7 +71,7 @@ jobs:
7171
- uses: webfactory/ssh-agent@v0.5.3
7272
with:
7373
ssh-private-key: ${{ secrets.SOVRAN_SSH_KEY }}
74-
- run: xcodebuild -scheme Segment-Package test -sdk appletvsimulator -destination 'platform=tvOS Simulator,name=Apple TV'
74+
- run: xcodebuild -scheme Segment test -sdk appletvsimulator -destination 'platform=tvOS Simulator,name=Apple TV'
7575

7676
build_and_test_watchos:
7777
needs: cancel_previous
@@ -84,7 +84,7 @@ jobs:
8484
- uses: webfactory/ssh-agent@v0.5.3
8585
with:
8686
ssh-private-key: ${{ secrets.SOVRAN_SSH_KEY }}
87-
- run: xcodebuild -scheme Segment-Package test -sdk watchsimulator -destination 'platform=watchOS Simulator,name=Apple Watch Series 8 (45mm)'
87+
- run: xcodebuild -scheme Segment test -sdk watchsimulator -destination 'platform=watchOS Simulator,name=Apple Watch Series 8 (45mm)'
8888

8989
build_and_test_examples:
9090
needs: cancel_previous

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ Segment-Package_XCFramework
9999
Segment.xcframework.zip
100100
Segment.xcframework
101101
XCFrameworkOutput
102-
102+
*.sha256

Segment.xcodeproj/Segment_Info.plist

Lines changed: 0 additions & 26 deletions
This file was deleted.

Segment.xcodeproj/Segment_Tests_Info.plist

Lines changed: 0 additions & 25 deletions
This file was deleted.

Segment.xcodeproj/project.pbxproj

Lines changed: 0 additions & 986 deletions
This file was deleted.

Segment.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

Segment.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

Segment.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 0 additions & 8 deletions
This file was deleted.

Segment.xcodeproj/xcshareddata/xcbaselines/Segment::Segment-Tests.xcbaseline/528FAAE0-8FE6-4D52-9122-49AD0CBB2625.plist

Lines changed: 0 additions & 42 deletions
This file was deleted.

Segment.xcodeproj/xcshareddata/xcschemes/Segment-Package.xcscheme

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)