Skip to content

Commit 27ce310

Browse files
committed
try fix
1 parent 30945b2 commit 27ce310

File tree

3 files changed

+6
-130
lines changed

3 files changed

+6
-130
lines changed

.github/workflows/unity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: |
108108
dos2unix copy.sh
109109
bash copy.sh
110-
chmod +w copy_test_resources.sh
110+
chmod +x copy_test_resources.sh
111111
dos2unix copy_test_resources.sh
112112
bash copy_test_resources.sh
113113
- name: Inject AppID

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ let package = Package(
4646
]
4747
)
4848
]
49-
)
49+
)

binding/react-native/test-app/RhinoTestApp/ios/RhinoTestApp.xcodeproj/project.pbxproj

+4-128
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88

99
/* Begin PBXBuildFile section */
1010
00E356F31AD99517003FC87E /* RhinoTestAppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* RhinoTestAppTests.m */; };
11-
0C80B921A6F3F58F76C31292 /* libPods-RhinoTestApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-RhinoTestApp.a */; };
1211
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
1312
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1413
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
15-
7699B88040F8A987B510C191 /* libPods-RhinoTestApp-RhinoTestAppTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-RhinoTestApp-RhinoTestAppTests.a */; };
1614
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
1715
C70388E02978D40E009FD868 /* Assets.bundle in Resources */ = {isa = PBXBuildFile; fileRef = C70388DF2978D40E009FD868 /* Assets.bundle */; };
1816
/* End PBXBuildFile section */
@@ -37,8 +35,6 @@
3735
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = RhinoTestApp/Images.xcassets; sourceTree = "<group>"; };
3836
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = RhinoTestApp/Info.plist; sourceTree = "<group>"; };
3937
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = RhinoTestApp/main.m; sourceTree = "<group>"; };
40-
19F6CBCC0A4E27FBF8BF4A61 /* libPods-RhinoTestApp-RhinoTestAppTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RhinoTestApp-RhinoTestAppTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
41-
5DCACB8F33CDC322A6C60F78 /* libPods-RhinoTestApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RhinoTestApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4238
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = RhinoTestApp/LaunchScreen.storyboard; sourceTree = "<group>"; };
4339
C70388DF2978D40E009FD868 /* Assets.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = Assets.bundle; path = RhinoTestApp/Assets.bundle; sourceTree = "<group>"; };
4440
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
@@ -49,15 +45,13 @@
4945
isa = PBXFrameworksBuildPhase;
5046
buildActionMask = 2147483647;
5147
files = (
52-
7699B88040F8A987B510C191 /* libPods-RhinoTestApp-RhinoTestAppTests.a in Frameworks */,
5348
);
5449
runOnlyForDeploymentPostprocessing = 0;
5550
};
5651
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
5752
isa = PBXFrameworksBuildPhase;
5853
buildActionMask = 2147483647;
5954
files = (
60-
0C80B921A6F3F58F76C31292 /* libPods-RhinoTestApp.a in Frameworks */,
6155
);
6256
runOnlyForDeploymentPostprocessing = 0;
6357
};
@@ -99,8 +93,6 @@
9993
isa = PBXGroup;
10094
children = (
10195
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
102-
5DCACB8F33CDC322A6C60F78 /* libPods-RhinoTestApp.a */,
103-
19F6CBCC0A4E27FBF8BF4A61 /* libPods-RhinoTestApp-RhinoTestAppTests.a */,
10496
);
10597
name = Frameworks;
10698
sourceTree = "<group>";
@@ -142,12 +134,9 @@
142134
isa = PBXNativeTarget;
143135
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "RhinoTestAppTests" */;
144136
buildPhases = (
145-
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */,
146137
00E356EA1AD99517003FC87E /* Sources */,
147138
00E356EB1AD99517003FC87E /* Frameworks */,
148139
00E356EC1AD99517003FC87E /* Resources */,
149-
C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */,
150-
F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */,
151140
);
152141
buildRules = (
153142
);
@@ -163,14 +152,11 @@
163152
isa = PBXNativeTarget;
164153
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RhinoTestApp" */;
165154
buildPhases = (
166-
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
167155
FD10A7F022414F080027D42C /* Start Packager */,
168156
13B07F871A680F5B00A75B9A /* Sources */,
169157
13B07F8C1A680F5B00A75B9A /* Frameworks */,
170158
13B07F8E1A680F5B00A75B9A /* Resources */,
171159
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
172-
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
173-
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */,
174160
);
175161
buildRules = (
176162
);
@@ -208,7 +194,7 @@
208194
);
209195
mainGroup = 83CBB9F61A601CBA00E9B192;
210196
packageReferences = (
211-
E1DBE71E2CF54B2E00668B1A /* XCLocalSwiftPackageReference "../../../../../../rhino" */,
197+
E1DBE71F2CF55C2A00668B1A /* XCLocalSwiftPackageReference "rhino" */,
212198
);
213199
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
214200
projectDirPath = "";
@@ -257,118 +243,6 @@
257243
shellPath = /bin/sh;
258244
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
259245
};
260-
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
261-
isa = PBXShellScriptBuildPhase;
262-
buildActionMask = 2147483647;
263-
files = (
264-
);
265-
inputFileListPaths = (
266-
"${PODS_ROOT}/Target Support Files/Pods-RhinoTestApp/Pods-RhinoTestApp-frameworks-${CONFIGURATION}-input-files.xcfilelist",
267-
);
268-
name = "[CP] Embed Pods Frameworks";
269-
outputFileListPaths = (
270-
"${PODS_ROOT}/Target Support Files/Pods-RhinoTestApp/Pods-RhinoTestApp-frameworks-${CONFIGURATION}-output-files.xcfilelist",
271-
);
272-
runOnlyForDeploymentPostprocessing = 0;
273-
shellPath = /bin/sh;
274-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RhinoTestApp/Pods-RhinoTestApp-frameworks.sh\"\n";
275-
showEnvVarsInLog = 0;
276-
};
277-
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
278-
isa = PBXShellScriptBuildPhase;
279-
buildActionMask = 2147483647;
280-
files = (
281-
);
282-
inputFileListPaths = (
283-
);
284-
inputPaths = (
285-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
286-
"${PODS_ROOT}/Manifest.lock",
287-
);
288-
name = "[CP] Check Pods Manifest.lock";
289-
outputFileListPaths = (
290-
);
291-
outputPaths = (
292-
"$(DERIVED_FILE_DIR)/Pods-RhinoTestApp-RhinoTestAppTests-checkManifestLockResult.txt",
293-
);
294-
runOnlyForDeploymentPostprocessing = 0;
295-
shellPath = /bin/sh;
296-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
297-
showEnvVarsInLog = 0;
298-
};
299-
C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
300-
isa = PBXShellScriptBuildPhase;
301-
buildActionMask = 2147483647;
302-
files = (
303-
);
304-
inputFileListPaths = (
305-
);
306-
inputPaths = (
307-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
308-
"${PODS_ROOT}/Manifest.lock",
309-
);
310-
name = "[CP] Check Pods Manifest.lock";
311-
outputFileListPaths = (
312-
);
313-
outputPaths = (
314-
"$(DERIVED_FILE_DIR)/Pods-RhinoTestApp-checkManifestLockResult.txt",
315-
);
316-
runOnlyForDeploymentPostprocessing = 0;
317-
shellPath = /bin/sh;
318-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
319-
showEnvVarsInLog = 0;
320-
};
321-
C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = {
322-
isa = PBXShellScriptBuildPhase;
323-
buildActionMask = 2147483647;
324-
files = (
325-
);
326-
inputFileListPaths = (
327-
"${PODS_ROOT}/Target Support Files/Pods-RhinoTestApp-RhinoTestAppTests/Pods-RhinoTestApp-RhinoTestAppTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
328-
);
329-
name = "[CP] Embed Pods Frameworks";
330-
outputFileListPaths = (
331-
"${PODS_ROOT}/Target Support Files/Pods-RhinoTestApp-RhinoTestAppTests/Pods-RhinoTestApp-RhinoTestAppTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
332-
);
333-
runOnlyForDeploymentPostprocessing = 0;
334-
shellPath = /bin/sh;
335-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RhinoTestApp-RhinoTestAppTests/Pods-RhinoTestApp-RhinoTestAppTests-frameworks.sh\"\n";
336-
showEnvVarsInLog = 0;
337-
};
338-
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
339-
isa = PBXShellScriptBuildPhase;
340-
buildActionMask = 2147483647;
341-
files = (
342-
);
343-
inputFileListPaths = (
344-
"${PODS_ROOT}/Target Support Files/Pods-RhinoTestApp/Pods-RhinoTestApp-resources-${CONFIGURATION}-input-files.xcfilelist",
345-
);
346-
name = "[CP] Copy Pods Resources";
347-
outputFileListPaths = (
348-
"${PODS_ROOT}/Target Support Files/Pods-RhinoTestApp/Pods-RhinoTestApp-resources-${CONFIGURATION}-output-files.xcfilelist",
349-
);
350-
runOnlyForDeploymentPostprocessing = 0;
351-
shellPath = /bin/sh;
352-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RhinoTestApp/Pods-RhinoTestApp-resources.sh\"\n";
353-
showEnvVarsInLog = 0;
354-
};
355-
F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
356-
isa = PBXShellScriptBuildPhase;
357-
buildActionMask = 2147483647;
358-
files = (
359-
);
360-
inputFileListPaths = (
361-
"${PODS_ROOT}/Target Support Files/Pods-RhinoTestApp-RhinoTestAppTests/Pods-RhinoTestApp-RhinoTestAppTests-resources-${CONFIGURATION}-input-files.xcfilelist",
362-
);
363-
name = "[CP] Copy Pods Resources";
364-
outputFileListPaths = (
365-
"${PODS_ROOT}/Target Support Files/Pods-RhinoTestApp-RhinoTestAppTests/Pods-RhinoTestApp-RhinoTestAppTests-resources-${CONFIGURATION}-output-files.xcfilelist",
366-
);
367-
runOnlyForDeploymentPostprocessing = 0;
368-
shellPath = /bin/sh;
369-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RhinoTestApp-RhinoTestAppTests/Pods-RhinoTestApp-RhinoTestAppTests-resources.sh\"\n";
370-
showEnvVarsInLog = 0;
371-
};
372246
FD10A7F022414F080027D42C /* Start Packager */ = {
373247
isa = PBXShellScriptBuildPhase;
374248
buildActionMask = 2147483647;
@@ -423,6 +297,7 @@
423297
isa = XCBuildConfiguration;
424298
buildSettings = {
425299
BUNDLE_LOADER = "$(TEST_HOST)";
300+
DEVELOPMENT_TEAM = 65723695GD;
426301
GCC_PREPROCESSOR_DEFINITIONS = (
427302
"DEBUG=1",
428303
"$(inherited)",
@@ -450,6 +325,7 @@
450325
buildSettings = {
451326
BUNDLE_LOADER = "$(TEST_HOST)";
452327
COPY_PHASE_STRIP = NO;
328+
DEVELOPMENT_TEAM = 65723695GD;
453329
INFOPLIST_FILE = RhinoTestAppTests/Info.plist;
454330
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
455331
LD_RUNPATH_SEARCH_PATHS = (
@@ -690,7 +566,7 @@
690566
/* End XCConfigurationList section */
691567

692568
/* Begin XCLocalSwiftPackageReference section */
693-
E1DBE71E2CF54B2E00668B1A /* XCLocalSwiftPackageReference "../../../../../../rhino" */ = {
569+
E1DBE71F2CF55C2A00668B1A /* XCLocalSwiftPackageReference "rhino" */ = {
694570
isa = XCLocalSwiftPackageReference;
695571
relativePath = ../../../../../../rhino;
696572
};

0 commit comments

Comments
 (0)