diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 294ba996..cbd10956 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -70,7 +70,7 @@ jobs: mv rswift-dev/rswift .build/release/rswift chmod +x .build/release/rswift - name: Test - run: fastlane scan --project "Examples/RswiftAppWithStaticFrameworks/RswiftAppWithStaticFrameworks.xcodeproj" --scheme + run: fastlane scan --project "Examples/RswiftAppWithStaticFrameworks/RswiftAppWithStaticFrameworks.xcodeproj" --scheme "App" test-tvOS: runs-on: macos-12 diff --git a/Examples/ResourceApp/ResourceApp.xcodeproj/project.pbxproj b/Examples/ResourceApp/ResourceApp.xcodeproj/project.pbxproj index d1ae7f6c..7b9b0edb 100644 --- a/Examples/ResourceApp/ResourceApp.xcodeproj/project.pbxproj +++ b/Examples/ResourceApp/ResourceApp.xcodeproj/project.pbxproj @@ -710,8 +710,8 @@ ); name = R.swift; outputPaths = ( - "$(SRCROOT)/R.generated.swif", - "$(SRCROOT)/R.UITest.generated.swift", + $SRCROOT/R.generated.swift, + $SRCROOT/R.UITest.generated.swift, ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; diff --git a/Examples/RswiftAppWithStaticFrameworks/RswiftAppWithStaticFrameworks.xcodeproj/project.pbxproj b/Examples/RswiftAppWithStaticFrameworks/RswiftAppWithStaticFrameworks.xcodeproj/project.pbxproj index f41cc9f1..4c6b545e 100644 --- a/Examples/RswiftAppWithStaticFrameworks/RswiftAppWithStaticFrameworks.xcodeproj/project.pbxproj +++ b/Examples/RswiftAppWithStaticFrameworks/RswiftAppWithStaticFrameworks.xcodeproj/project.pbxproj @@ -514,6 +514,7 @@ outputFileListPaths = ( ); outputPaths = ( + $SRCROOT/Bar/Sources/R.generated.swift, ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -534,6 +535,7 @@ outputFileListPaths = ( ); outputPaths = ( + $SRCROOT/Foo/Sources/R.generated.swift, ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; diff --git a/Examples/RtvApp/RtvApp.xcodeproj/project.pbxproj b/Examples/RtvApp/RtvApp.xcodeproj/project.pbxproj index cacf1f69..675fd59d 100644 --- a/Examples/RtvApp/RtvApp.xcodeproj/project.pbxproj +++ b/Examples/RtvApp/RtvApp.xcodeproj/project.pbxproj @@ -143,7 +143,7 @@ buildRules = ( ); dependencies = ( - E212C648291BE0CB000E4F65 /* PBXTargetDependency */, + E2E58383291D6428006E17D9 /* PBXTargetDependency */, ); name = "ResourceApp-tvOS"; packageProductDependencies = ( @@ -261,9 +261,9 @@ target = DEF559961CA4873D009B8C51 /* ResourceApp-tvOS */; targetProxy = DEF559B01CA48892009B8C51 /* PBXContainerItemProxy */; }; - E212C648291BE0CB000E4F65 /* PBXTargetDependency */ = { + E2E58383291D6428006E17D9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - productRef = E212C647291BE0CB000E4F65 /* RswiftGenerateInternalResources */; + productRef = E2E58382291D6428006E17D9 /* RswiftGenerateInternalResources */; }; /* End PBXTargetDependency section */ @@ -510,14 +510,14 @@ /* End XCConfigurationList section */ /* Begin XCSwiftPackageProductDependency section */ - E212C647291BE0CB000E4F65 /* RswiftGenerateInternalResources */ = { - isa = XCSwiftPackageProductDependency; - productName = "plugin:RswiftGenerateInternalResources"; - }; E2C415D328F6E5E00028D537 /* RswiftLibrary */ = { isa = XCSwiftPackageProductDependency; productName = RswiftLibrary; }; + E2E58382291D6428006E17D9 /* RswiftGenerateInternalResources */ = { + isa = XCSwiftPackageProductDependency; + productName = "plugin:RswiftGenerateInternalResources"; + }; /* End XCSwiftPackageProductDependency section */ }; rootObject = D55C6CB01B5D757300301B0D /* Project object */;