Skip to content

Commit 8756e00

Browse files
committed
fix: example dir
1 parent 75ddf73 commit 8756e00

File tree

8 files changed

+9559
-6725
lines changed

8 files changed

+9559
-6725
lines changed

.yarn/install-state.gz

2 Bytes
Binary file not shown.

example/.yarn/install-state.gz

942 KB
Binary file not shown.

example/ios/CompressorExample.xcodeproj/project.pbxproj

+2-38
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@
159159
00E356EA1AD99517003FC87E /* Sources */,
160160
00E356EB1AD99517003FC87E /* Frameworks */,
161161
00E356EC1AD99517003FC87E /* Resources */,
162-
C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */,
163162
F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */,
164163
);
165164
buildRules = (
@@ -182,7 +181,6 @@
182181
13B07F8C1A680F5B00A75B9A /* Frameworks */,
183182
13B07F8E1A680F5B00A75B9A /* Resources */,
184183
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
185-
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
186184
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */,
187185
);
188186
buildRules = (
@@ -266,23 +264,6 @@
266264
shellPath = /bin/sh;
267265
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\n";
268266
};
269-
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
270-
isa = PBXShellScriptBuildPhase;
271-
buildActionMask = 2147483647;
272-
files = (
273-
);
274-
inputFileListPaths = (
275-
"${PODS_ROOT}/Target Support Files/Pods-CompressorExample/Pods-CompressorExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
276-
);
277-
name = "[CP] Embed Pods Frameworks";
278-
outputFileListPaths = (
279-
"${PODS_ROOT}/Target Support Files/Pods-CompressorExample/Pods-CompressorExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
280-
);
281-
runOnlyForDeploymentPostprocessing = 0;
282-
shellPath = /bin/sh;
283-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CompressorExample/Pods-CompressorExample-frameworks.sh\"\n";
284-
showEnvVarsInLog = 0;
285-
};
286267
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
287268
isa = PBXShellScriptBuildPhase;
288269
buildActionMask = 2147483647;
@@ -327,23 +308,6 @@
327308
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";
328309
showEnvVarsInLog = 0;
329310
};
330-
C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = {
331-
isa = PBXShellScriptBuildPhase;
332-
buildActionMask = 2147483647;
333-
files = (
334-
);
335-
inputFileListPaths = (
336-
"${PODS_ROOT}/Target Support Files/Pods-CompressorExample-CompressorExampleTests/Pods-CompressorExample-CompressorExampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
337-
);
338-
name = "[CP] Embed Pods Frameworks";
339-
outputFileListPaths = (
340-
"${PODS_ROOT}/Target Support Files/Pods-CompressorExample-CompressorExampleTests/Pods-CompressorExample-CompressorExampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
341-
);
342-
runOnlyForDeploymentPostprocessing = 0;
343-
shellPath = /bin/sh;
344-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CompressorExample-CompressorExampleTests/Pods-CompressorExample-CompressorExampleTests-frameworks.sh\"\n";
345-
showEnvVarsInLog = 0;
346-
};
347311
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
348312
isa = PBXShellScriptBuildPhase;
349313
buildActionMask = 2147483647;
@@ -572,7 +536,7 @@
572536
COPY_PHASE_STRIP = NO;
573537
ENABLE_STRICT_OBJC_MSGSEND = YES;
574538
ENABLE_TESTABILITY = YES;
575-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
539+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
576540
GCC_C_LANGUAGE_STANDARD = gnu99;
577541
GCC_DYNAMIC_NO_PIC = NO;
578542
GCC_NO_COMMON_BLOCKS = YES;
@@ -655,7 +619,7 @@
655619
COPY_PHASE_STRIP = YES;
656620
ENABLE_NS_ASSERTIONS = NO;
657621
ENABLE_STRICT_OBJC_MSGSEND = YES;
658-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
622+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
659623
GCC_C_LANGUAGE_STANDARD = gnu99;
660624
GCC_NO_COMMON_BLOCKS = YES;
661625
GCC_PREPROCESSOR_DEFINITIONS = (

example/ios/Gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ PLATFORMS
9090
x86_64-darwin-19
9191
x86_64-darwin-20
9292
x86_64-darwin-22
93+
x86_64-darwin-24
9394

9495
DEPENDENCIES
9596
activesupport (>= 6.1.7.3, < 7.1.0)
@@ -99,4 +100,4 @@ RUBY VERSION
99100
ruby 3.0.0p0
100101

101102
BUNDLED WITH
102-
2.4.19
103+
2.5.20

example/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ target 'CompressorExample' do
3535
use_react_native!(
3636
:path => config[:reactNativePath],
3737
# Hermes is now enabled by default. Disable by setting this flag to false.
38-
:hermes_enabled => flags[:hermes_enabled],
38+
:hermes_enabled => false,
3939
:fabric_enabled => flags[:fabric_enabled],
4040
# Enables Flipper.
4141
#

0 commit comments

Comments
 (0)