diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index db5607d..9d2b75a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -22,12 +22,12 @@ jobs:
- name: Build Example Project
run: |
cd Example
- xcodebuild -workspace ImageKit.xcworkspace -scheme imagekit-Example -destination 'platform=iOS Simulator,name=iPhone 15' clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
+ xcodebuild -workspace ImageKit.xcworkspace -scheme ImageKit-Example -destination 'platform=iOS Simulator,name=iPhone 15' clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- name: Run Tests
run: |
cd Example
- 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
+ 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
- name: Upload Coverage to codecov
run: bash <(curl -s https://codecov.io/bash) -J '^ImageKitIO$' -X coveragepy
diff --git a/.travis.yml b/.travis.yml
index 5e40f86..0fd69e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,5 @@ language: objective-c
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
-- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/imagekit.xcworkspace -scheme imagekit-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
+- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/ImageKit.xcworkspace -scheme ImageKit-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
diff --git a/Example/imagekit.xcodeproj/project.pbxproj b/Example/ImageKit.xcodeproj/project.pbxproj
similarity index 100%
rename from Example/imagekit.xcodeproj/project.pbxproj
rename to Example/ImageKit.xcodeproj/project.pbxproj
diff --git a/Example/imagekit.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/ImageKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata
similarity index 100%
rename from Example/imagekit.xcodeproj/project.xcworkspace/contents.xcworkspacedata
rename to Example/ImageKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata
diff --git a/Example/imagekit.xcodeproj/xcshareddata/xcschemes/imagekit-Example.xcscheme b/Example/ImageKit.xcodeproj/xcshareddata/xcschemes/imagekit-Example.xcscheme
similarity index 93%
rename from Example/imagekit.xcodeproj/xcshareddata/xcschemes/imagekit-Example.xcscheme
rename to Example/ImageKit.xcodeproj/xcshareddata/xcschemes/imagekit-Example.xcscheme
index fbe7413..fb1e286 100644
--- a/Example/imagekit.xcodeproj/xcshareddata/xcschemes/imagekit-Example.xcscheme
+++ b/Example/ImageKit.xcodeproj/xcshareddata/xcschemes/imagekit-Example.xcscheme
@@ -17,7 +17,7 @@
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "ImageKit_Example.app"
BlueprintName = "ImageKit_Example"
- ReferencedContainer = "container:imagekit.xcodeproj">
+ ReferencedContainer = "container:ImageKit.xcodeproj">
+ ReferencedContainer = "container:ImageKit.xcodeproj">
@@ -49,7 +49,7 @@
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "ImageKit_Example.app"
BlueprintName = "ImageKit_Example"
- ReferencedContainer = "container:imagekit.xcodeproj">
+ ReferencedContainer = "container:ImageKit.xcodeproj">
@@ -95,7 +95,7 @@
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "ImageKit_Example.app"
BlueprintName = "ImageKit_Example"
- ReferencedContainer = "container:imagekit.xcodeproj">
+ ReferencedContainer = "container:ImageKit.xcodeproj">
@@ -112,7 +112,7 @@
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "ImageKit_Example.app"
BlueprintName = "ImageKit_Example"
- ReferencedContainer = "container:imagekit.xcodeproj">
+ ReferencedContainer = "container:ImageKit.xcodeproj">
diff --git a/Example/ImageKit.xcworkspace/contents.xcworkspacedata b/Example/ImageKit.xcworkspace/contents.xcworkspacedata
index 027353d..ead65f8 100644
--- a/Example/ImageKit.xcworkspace/contents.xcworkspacedata
+++ b/Example/ImageKit.xcworkspace/contents.xcworkspacedata
@@ -7,7 +7,4 @@
-
-