Skip to content

Commit

Permalink
fix: repo organization
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnv committed Jun 4, 2024
1 parent 19679cb commit 9233b53
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "ImageKit_Example.app"
BlueprintName = "ImageKit_Example"
ReferencedContainer = "container:imagekit.xcodeproj">
ReferencedContainer = "container:ImageKit.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
Expand All @@ -31,7 +31,7 @@
BlueprintIdentifier = "607FACE41AFB9204008FA782"
BuildableName = "ImageKit_Tests.xctest"
BlueprintName = "ImageKit_Tests"
ReferencedContainer = "container:imagekit.xcodeproj">
ReferencedContainer = "container:ImageKit.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -49,7 +49,7 @@
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "ImageKit_Example.app"
BlueprintName = "ImageKit_Example"
ReferencedContainer = "container:imagekit.xcodeproj">
ReferencedContainer = "container:ImageKit.xcodeproj">
</BuildableReference>
</MacroExpansion>
<CodeCoverageTargets>
Expand Down Expand Up @@ -95,7 +95,7 @@
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "ImageKit_Example.app"
BlueprintName = "ImageKit_Example"
ReferencedContainer = "container:imagekit.xcodeproj">
ReferencedContainer = "container:ImageKit.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -112,7 +112,7 @@
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "ImageKit_Example.app"
BlueprintName = "ImageKit_Example"
ReferencedContainer = "container:imagekit.xcodeproj">
ReferencedContainer = "container:ImageKit.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
3 changes: 0 additions & 3 deletions Example/ImageKit.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9233b53

Please sign in to comment.