Skip to content

Commit f37bf63

Browse files
committed
fix: reintegrate OSS attributions with demo app
1 parent 6482b43 commit f37bf63

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

examples/rn-app/ios/license_plist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ manual:
539539
- name: '@[email protected]'
540540
version: '2.0.1'
541541
source: open-telemetry/opentelemetry-js
542-
file: '../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@opentelemetry/sdk-metrics/LICENSE'
542+
file: '../../../node_modules/@opentelemetry/sdk-metrics/LICENSE'
543543
- name: '@[email protected]'
544544
version: '5.0.1'
545545
source: https://github.com/callstack/react-native-slider
@@ -1681,7 +1681,7 @@ manual:
16811681
16821682
version: '2.20.3'
16831683
source: https://github.com/tj/commander.js
1684-
file: '../../../node_modules/terser/node_modules/commander/LICENSE'
1684+
file: '../../../node_modules/commander/LICENSE'
16851685
16861686
version: '0.5.21'
16871687
source: https://github.com/evanw/node-source-map-support
@@ -1941,7 +1941,7 @@ manual:
19411941
19421942
version: '12.1.0'
19431943
source: https://github.com/tj/commander.js
1944-
file: '../../../node_modules/commander/LICENSE'
1944+
file: '../../../node_modules/react-native/node_modules/commander/LICENSE'
19451945
19461946
version: '29.7.0'
19471947
source: https://github.com/jestjs/jest

examples/rn-app/ios/ottrelite-example.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; };
1313
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
1414
D410E1A8A7878985640D08B5 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; };
15+
59F21F8927D7433DB835433E /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 33007D938D8C4288B101C28E /* Settings.bundle */; };
1516
/* End PBXBuildFile section */
1617

1718
/* Begin PBXFileReference section */
@@ -25,6 +26,7 @@
2526
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = "ottrelite-example/LaunchScreen.storyboard"; sourceTree = "<group>"; };
2627
C99C15BC2D28CEC0D0EC281F /* Pods-ottrelite-example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ottrelite-example.release.xcconfig"; path = "Target Support Files/Pods-ottrelite-example/Pods-ottrelite-example.release.xcconfig"; sourceTree = "<group>"; };
2728
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
29+
33007D938D8C4288B101C28E /* Settings.bundle */ = {isa = PBXFileReference; name = "Settings.bundle"; path = "Settings.bundle"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.plug-in; explicitFileType = undefined; includeInIndex = 0; };
2830
/* End PBXFileReference section */
2931

3032
/* Begin PBXFrameworksBuildPhase section */
@@ -47,6 +49,7 @@
4749
13B07FB61A68108700A75B9A /* Info.plist */,
4850
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
4951
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
52+
33007D938D8C4288B101C28E /* Settings.bundle */,
5053
);
5154
name = "ottrelite-example";
5255
sourceTree = "<group>";
@@ -106,7 +109,7 @@
106109
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ottrelite-example" */;
107110
buildPhases = (
108111
7E2E43A796E2E7A560F9E60E /* [CP] Check Pods Manifest.lock */,
109-
746927F4F19D42F8B02E6FDB /* Generate licenses with LicensePlist */,
112+
5CF1F556B5C640F7A4A4BD48 /* Generate licenses with LicensePlist */,
110113
13B07F871A680F5B00A75B9A /* Sources */,
111114
13B07F8C1A680F5B00A75B9A /* Frameworks */,
112115
13B07F8E1A680F5B00A75B9A /* Resources */,
@@ -162,6 +165,7 @@
162165
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
163166
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
164167
D410E1A8A7878985640D08B5 /* PrivacyInfo.xcprivacy in Resources */,
168+
59F21F8927D7433DB835433E /* Settings.bundle in Resources */,
165169
);
166170
runOnlyForDeploymentPostprocessing = 0;
167171
};
@@ -201,7 +205,7 @@
201205
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ottrelite-example/Pods-ottrelite-example-resources.sh\"\n";
202206
showEnvVarsInLog = 0;
203207
};
204-
746927F4F19D42F8B02E6FDB /* Generate licenses with LicensePlist */ = {
208+
5CF1F556B5C640F7A4A4BD48 /* Generate licenses with LicensePlist */ = {
205209
isa = PBXShellScriptBuildPhase;
206210
buildActionMask = 2147483647;
207211
files = (

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ packages:
66
nodeLinker: hoisted
77

88
onlyBuiltDependencies:
9+
- '@biomejs/biome'
10+
- '@evilmartians/lefthook'
11+
- core-js
912
- esbuild
1013
- nitro-codegen
1114
- node-pty
1215
- react-native-nitro-modules
16+
- unrs-resolver

0 commit comments

Comments
 (0)