Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Nov 10, 2022
1 parent 7d05e15 commit a7d2fea
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Examples/ResourceApp/ResourceApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@
outputFileListPaths = (
);
outputPaths = (
$SRCROOT/Bar/Sources/R.generated.swift,
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand All @@ -534,6 +535,7 @@
outputFileListPaths = (
);
outputPaths = (
$SRCROOT/Foo/Sources/R.generated.swift,
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
14 changes: 7 additions & 7 deletions Examples/RtvApp/RtvApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
buildRules = (
);
dependencies = (
E212C648291BE0CB000E4F65 /* PBXTargetDependency */,
E2E58383291D6428006E17D9 /* PBXTargetDependency */,
);
name = "ResourceApp-tvOS";
packageProductDependencies = (
Expand Down Expand Up @@ -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 */

Expand Down Expand Up @@ -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 */;
Expand Down

0 comments on commit a7d2fea

Please sign in to comment.