Skip to content

Commit a369ca6

Browse files
committed
Remove deprecated workspace and scheme files from Contentstack project
- Deleted the contents.xcworkspacedata file from Contentstack.xcodeproj. - Removed IDEWorkspaceChecks.plist and WorkspaceSettings.xcsettings from xcshareddata. - Eliminated all xcscheme files related to iOS, macOS, tvOS, and watchOS tests. - Created new workspace and scheme files for ContentstackSwift project.
1 parent a707ed1 commit a369ca6

16 files changed

Lines changed: 15 additions & 2759 deletions

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build and run tests
4747
run: |
4848
xcodebuild test \
49-
-workspace Contentstack.xcworkspace \
49+
-workspace ContentstackSwift.xcworkspace \
5050
-scheme "Contentstack macOS Tests" \
5151
-destination 'platform=macOS,arch=arm64' \
5252
ONLY_ACTIVE_ARCH=NO \
@@ -90,7 +90,7 @@ jobs:
9090
- name: Build and run tests
9191
run: |
9292
xcodebuild test \
93-
-workspace Contentstack.xcworkspace \
93+
-workspace ContentstackSwift.xcworkspace \
9494
-scheme "Contentstack iOS Tests" \
9595
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2' \
9696
-sdk iphonesimulator \

Contentstack.xcodeproj/ContentstackTests_Info.plist

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

Contentstack.xcodeproj/Contentstack_Info.plist

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

Contentstack.xcodeproj/project.pbxproj

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

Contentstack.xcodeproj/project.xcworkspace/contents.xcworkspacedata

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

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

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

Contentstack.xcodeproj/xcshareddata/xcschemes/Contentstack iOS Tests.xcscheme

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

Contentstack.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

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

ContentstackSwift.xcworkspace/contents.xcworkspacedata

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Contentstack.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist renamed to ContentstackSwift.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

File renamed without changes.

0 commit comments

Comments
 (0)