Skip to content

Commit 51dc07f

Browse files
committed
fix: repo organization
1 parent 19679cb commit 51dc07f

File tree

6 files changed

+8
-11
lines changed

6 files changed

+8
-11
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: Build Example Project
2323
run: |
2424
cd Example
25-
xcodebuild -workspace ImageKit.xcworkspace -scheme imagekit-Example -destination 'platform=iOS Simulator,name=iPhone 15' clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
25+
xcodebuild -workspace ImageKit.xcworkspace -scheme ImageKit-Example -destination 'platform=iOS Simulator,name=iPhone 15' clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
2626
2727
- name: Run Tests
2828
run: |
2929
cd Example
30-
xcodebuild -workspace ImageKit.xcworkspace -scheme imagekit-Example -destination 'platform=iOS Simulator,name=iPhone 15' -enableCodeCoverage YES clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
30+
xcodebuild -workspace ImageKit.xcworkspace -scheme ImageKit-Example -destination 'platform=iOS Simulator,name=iPhone 15' -enableCodeCoverage YES clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
3131
3232
- name: Upload Coverage to codecov
3333
run: bash <(curl -s https://codecov.io/bash) -J '^ImageKitIO$' -X coveragepy

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ language: objective-c
1010
# - gem install cocoapods # Since Travis is not always on latest version
1111
# - pod install --project-directory=Example
1212
script:
13-
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/imagekit.xcworkspace -scheme imagekit-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
13+
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/ImageKit.xcworkspace -scheme ImageKit-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
1414
- pod lib lint

Example/imagekit.xcodeproj/xcshareddata/xcschemes/imagekit-Example.xcscheme Example/ImageKit.xcodeproj/xcshareddata/xcschemes/ImageKit-Example.xcscheme

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
1818
BuildableName = "ImageKit_Example.app"
1919
BlueprintName = "ImageKit_Example"
20-
ReferencedContainer = "container:imagekit.xcodeproj">
20+
ReferencedContainer = "container:ImageKit.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
<BuildActionEntry
@@ -31,7 +31,7 @@
3131
BlueprintIdentifier = "607FACE41AFB9204008FA782"
3232
BuildableName = "ImageKit_Tests.xctest"
3333
BlueprintName = "ImageKit_Tests"
34-
ReferencedContainer = "container:imagekit.xcodeproj">
34+
ReferencedContainer = "container:ImageKit.xcodeproj">
3535
</BuildableReference>
3636
</BuildActionEntry>
3737
</BuildActionEntries>
@@ -49,7 +49,7 @@
4949
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
5050
BuildableName = "ImageKit_Example.app"
5151
BlueprintName = "ImageKit_Example"
52-
ReferencedContainer = "container:imagekit.xcodeproj">
52+
ReferencedContainer = "container:ImageKit.xcodeproj">
5353
</BuildableReference>
5454
</MacroExpansion>
5555
<CodeCoverageTargets>
@@ -95,7 +95,7 @@
9595
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
9696
BuildableName = "ImageKit_Example.app"
9797
BlueprintName = "ImageKit_Example"
98-
ReferencedContainer = "container:imagekit.xcodeproj">
98+
ReferencedContainer = "container:ImageKit.xcodeproj">
9999
</BuildableReference>
100100
</BuildableProductRunnable>
101101
</LaunchAction>
@@ -112,7 +112,7 @@
112112
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
113113
BuildableName = "ImageKit_Example.app"
114114
BlueprintName = "ImageKit_Example"
115-
ReferencedContainer = "container:imagekit.xcodeproj">
115+
ReferencedContainer = "container:ImageKit.xcodeproj">
116116
</BuildableReference>
117117
</BuildableProductRunnable>
118118
</ProfileAction>

Example/ImageKit.xcworkspace/contents.xcworkspacedata

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)