Skip to content

Commit 9af1f0e

Browse files
committed
fix: try pod install and android
1 parent 4d0ad73 commit 9af1f0e

File tree

5 files changed

+74
-43
lines changed

5 files changed

+74
-43
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ commands:
331331
332332
- run:
333333
name: Start MITM proxy with custom config
334-
command: mitmdump ~/project/examples/hybrid/e2e/proxy-server.py --set block_global=false --listen-host 0.0.0.0 --listen-port 8082 &
334+
command:mitmdump -s ~/project/examples/hybrid/e2e/proxy-server.py --set block_global=false --listen-host 0.0.0.0 --listen-port 8082
335335

336336
background: true
337337

@@ -905,10 +905,10 @@ jobs:
905905
TOKEN: << parameters.TOKEN >>
906906
steps:
907907
- advanced-checkout/shallow-checkout
908-
- install_node_modules:
909-
app-dir: << parameters.working_directory >>
910-
- build_and_pack_sdk:
911-
working_directory: << parameters.working_directory >>
908+
- install_node_modules
909+
- node/install-packages:
910+
pkg-manager: yarn
911+
app-dir: examples/hybrid
912912
- install_pods:
913913
working_directory: examples/hybrid/ios
914914
- run:

examples/hybrid/ios/HybridSampleApp.xcodeproj/project.pbxproj

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
051446968CD6840DE1405937 /* libPods-HybridSampleApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2348D2431F4989E260C46246 /* libPods-HybridSampleApp.a */; };
1110
0C21903C2CD3E63C00D7A037 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0CFE4DD12CC818D30003EEA7 /* Main.storyboard */; };
1211
0C3BA7932CD3D7380012085A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0CFE4DD62CC818D40003EEA7 /* LaunchScreen.storyboard */; };
1312
0CFE4DCA2CC818D30003EEA7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CFE4DC92CC818D30003EEA7 /* AppDelegate.m */; };
@@ -19,6 +18,7 @@
1918
0CFE4DEF2CC818D50003EEA7 /* HybridSampleAppUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CFE4DEE2CC818D50003EEA7 /* HybridSampleAppUITests.m */; };
2019
0CFE4DF12CC818D50003EEA7 /* HybridSampleAppUITestsLaunchTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CFE4DF02CC818D50003EEA7 /* HybridSampleAppUITestsLaunchTests.m */; };
2120
0CFE4DFE2CC81A4D0003EEA7 /* Instabug.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0CFE4DFD2CC81A4D0003EEA7 /* Instabug.xcframework */; };
21+
FCBC22B3A9C75BA1AAF480E1 /* libPods-HybridSampleApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 14C2454FFB8A5023AED721D7 /* libPods-HybridSampleApp.a */; };
2222
/* End PBXBuildFile section */
2323

2424
/* Begin PBXContainerItemProxy section */
@@ -39,6 +39,7 @@
3939
/* End PBXContainerItemProxy section */
4040

4141
/* Begin PBXFileReference section */
42+
021B14A90620D99B9917EC1C /* Pods-HybridSampleApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HybridSampleApp.release.xcconfig"; path = "Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp.release.xcconfig"; sourceTree = "<group>"; };
4243
0CFE4DC52CC818D30003EEA7 /* HybridSampleApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HybridSampleApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
4344
0CFE4DC82CC818D30003EEA7 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
4445
0CFE4DC92CC818D30003EEA7 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
@@ -57,9 +58,8 @@
5758
0CFE4DEE2CC818D50003EEA7 /* HybridSampleAppUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HybridSampleAppUITests.m; sourceTree = "<group>"; };
5859
0CFE4DF02CC818D50003EEA7 /* HybridSampleAppUITestsLaunchTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HybridSampleAppUITestsLaunchTests.m; sourceTree = "<group>"; };
5960
0CFE4DFD2CC81A4D0003EEA7 /* Instabug.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = Instabug.xcframework; path = Pods/Instabug/Instabug.xcframework; sourceTree = "<group>"; };
60-
2348D2431F4989E260C46246 /* libPods-HybridSampleApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HybridSampleApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
61-
4F209936D53F10FE130F6E33 /* Pods-HybridSampleApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HybridSampleApp.release.xcconfig"; path = "Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp.release.xcconfig"; sourceTree = "<group>"; };
62-
B2032BFA8C3EDC4737092A31 /* Pods-HybridSampleApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HybridSampleApp.debug.xcconfig"; path = "Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp.debug.xcconfig"; sourceTree = "<group>"; };
61+
14C2454FFB8A5023AED721D7 /* libPods-HybridSampleApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HybridSampleApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
62+
186E35683F28099437AF6CB1 /* Pods-HybridSampleApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HybridSampleApp.debug.xcconfig"; path = "Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp.debug.xcconfig"; sourceTree = "<group>"; };
6363
/* End PBXFileReference section */
6464

6565
/* Begin PBXFrameworksBuildPhase section */
@@ -68,7 +68,7 @@
6868
buildActionMask = 2147483647;
6969
files = (
7070
0CFE4DFE2CC81A4D0003EEA7 /* Instabug.xcframework in Frameworks */,
71-
051446968CD6840DE1405937 /* libPods-HybridSampleApp.a in Frameworks */,
71+
FCBC22B3A9C75BA1AAF480E1 /* libPods-HybridSampleApp.a in Frameworks */,
7272
);
7373
runOnlyForDeploymentPostprocessing = 0;
7474
};
@@ -149,8 +149,8 @@
149149
2DDC8407773CA2FAF348AF0C /* Pods */ = {
150150
isa = PBXGroup;
151151
children = (
152-
B2032BFA8C3EDC4737092A31 /* Pods-HybridSampleApp.debug.xcconfig */,
153-
4F209936D53F10FE130F6E33 /* Pods-HybridSampleApp.release.xcconfig */,
152+
186E35683F28099437AF6CB1 /* Pods-HybridSampleApp.debug.xcconfig */,
153+
021B14A90620D99B9917EC1C /* Pods-HybridSampleApp.release.xcconfig */,
154154
);
155155
path = Pods;
156156
sourceTree = "<group>";
@@ -159,7 +159,7 @@
159159
isa = PBXGroup;
160160
children = (
161161
0CFE4DFD2CC81A4D0003EEA7 /* Instabug.xcframework */,
162-
2348D2431F4989E260C46246 /* libPods-HybridSampleApp.a */,
162+
14C2454FFB8A5023AED721D7 /* libPods-HybridSampleApp.a */,
163163
);
164164
name = Frameworks;
165165
sourceTree = "<group>";
@@ -171,15 +171,15 @@
171171
isa = PBXNativeTarget;
172172
buildConfigurationList = 0CFE4DF42CC818D50003EEA7 /* Build configuration list for PBXNativeTarget "HybridSampleApp" */;
173173
buildPhases = (
174-
B2D9CF30EBFE8764AC7F56A1 /* [CP] Check Pods Manifest.lock */,
174+
887C85FF77114EE53BBBEA59 /* [CP] Check Pods Manifest.lock */,
175175
0CFE4DC12CC818D30003EEA7 /* Sources */,
176176
0CFE4DC22CC818D30003EEA7 /* Frameworks */,
177177
0CFE4DC32CC818D30003EEA7 /* Resources */,
178178
0C3BA78F2CD3CC490012085A /* start */,
179179
0C3BA7902CD3CD1D0012085A /* Bundle React Native code and images */,
180-
54B8062DC4D0F4F488D4FB84 /* [CP] Embed Pods Frameworks */,
181-
F0C609EE02180CD797D403AE /* [CP] Copy Pods Resources */,
182-
1E7F5946CA83A327C5B332A4 /* [CP-User] [instabug-reactnative] Upload Sourcemap */,
180+
43E9D8C4501A4EA56A4DD1A7 /* [CP] Embed Pods Frameworks */,
181+
3D02E3227CE8C673228EF5BC /* [CP] Copy Pods Resources */,
182+
4427C0BFC4EB64590F890DF4 /* [CP-User] [instabug-reactnative] Upload Sourcemap */,
183183
);
184184
buildRules = (
185185
);
@@ -335,17 +335,24 @@
335335
shellPath = /bin/sh;
336336
shellScript = "# Type a script or drag a script file from your workspace\nexport NODE_BINARY=node\nexport ENTRY_FILE=\"index.js\"\n\n# This is the path to your project's root, where \"package.json\" lives\nexport PROJECT_ROOT=\"$PROJECT_DIR/..\"\n\nWITH_ENVIRONMENT=\"${PROJECT_ROOT}/node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"${PROJECT_ROOT}/node_modules/react-native/scripts/react-native-xcode.sh\"\n\nif [[ -f \"$WITH_ENVIRONMENT\" ]]; then\n /bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\nelse\n echo \"error: File $WITH_ENVIRONMENT does not exist. Are you sure React Native is installed in your project?\"\n exit 1\nfi\n";
337337
};
338-
1E7F5946CA83A327C5B332A4 /* [CP-User] [instabug-reactnative] Upload Sourcemap */ = {
338+
3D02E3227CE8C673228EF5BC /* [CP] Copy Pods Resources */ = {
339339
isa = PBXShellScriptBuildPhase;
340340
buildActionMask = 2147483647;
341341
files = (
342342
);
343-
name = "[CP-User] [instabug-reactnative] Upload Sourcemap";
343+
inputFileListPaths = (
344+
"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-resources-${CONFIGURATION}-input-files.xcfilelist",
345+
);
346+
name = "[CP] Copy Pods Resources";
347+
outputFileListPaths = (
348+
"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-resources-${CONFIGURATION}-output-files.xcfilelist",
349+
);
344350
runOnlyForDeploymentPostprocessing = 0;
345351
shellPath = /bin/sh;
346-
shellScript = "#!/bin/sh\n\nmain() {\n # Read environment variables from ios/.xcode.env if it exists\n env_path=\"$PODS_ROOT/../.xcode.env\"\n if [ -f \"$env_path\" ]; then\n source \"$env_path\"\n fi\n\n # Read environment variables from ios/.xcode.env.local if it exists\n local_env_path=\"${ENV_PATH}.local\"\n if [ -f \"$local_env_path\" ]; then\n source \"$local_env_path\"\n fi\n\n if [[ \"$INSTABUG_SOURCEMAPS_UPLOAD_DISABLE\" = true ]]; then\n echo \"[Info] \\`INSTABUG_SOURCEMAPS_UPLOAD_DISABLE\\` was set to true, skipping sourcemaps upload...\"\n exit 0\n fi\n\n if [[ \"$CONFIGURATION\" = \"Debug\" ]]; then\n echo \"[Info] Building in debug mode, skipping sourcemaps upload...\"\n exit 0\n fi\n\n if [[ -z \"$INFOPLIST_FILE\" ]] || [[ -z \"$PROJECT_DIR\" ]]; then\n echo \"[Error] Instabug sourcemaps script must be invoked by Xcode\"\n exit 0\n fi\n\n local source_map_file=$(generate_sourcemaps | tail -n 1)\n\n local js_project_dir=\"$PROJECT_DIR/..\"\n local instabug_dir=$(dirname $(node -p \"require.resolve('instabug-reactnative/package.json')\"))\n local inferred_token=$(cd $js_project_dir && source $instabug_dir/scripts/find-token.sh)\n local app_token=$(resolve_var \"App Token\" \"INSTABUG_APP_TOKEN\" \"$inferred_token\" | tail -n 1)\n\n local inferred_name=$(/usr/libexec/PlistBuddy -c 'print CFBundleShortVersionString' \"$PROJECT_DIR/$INFOPLIST_FILE\")\n local version_name=$(resolve_var \"Version Name\" \"INSTABUG_APP_VERSION_NAME\" \"$inferred_name\" | tail -n 1)\n\n local inferred_code=$(/usr/libexec/PlistBuddy -c 'print CFBundleVersion' \"$PROJECT_DIR/$INFOPLIST_FILE\")\n local version_code=$(resolve_var \"Version Code\" \"INSTABUG_APP_VERSION_CODE\" \"$inferred_code\" | tail -n 1)\n\n node $instabug_dir/bin/index.js upload-sourcemaps \\\n --platform ios \\\n --file $source_map_file \\\n --token $app_token \\\n --name $version_name \\\n --code $version_code\n}\n\ngenerate_sourcemaps() {\n local react_native_dir=$(dirname $(node -p \"require.resolve('react-native/package.json')\"))\n\n # Fixes an issue with react-native prior to v0.67.0\n # For more info: https://github.com/facebook/react-native/issues/32168\n export RN_DIR=$react_native_dir\n\n # Used withing `react-native-xcode.sh` to generate sourcemap file\n export SOURCEMAP_FILE=\"$(pwd)/main.jsbundle.map\";\n\n source \"$react_native_dir/scripts/react-native-xcode.sh\"\n\n if [[ ! -f \"$SOURCEMAP_FILE\" ]]; then\n echo \"[Error] Unable to find source map file at: $SOURCEMAP_FILE\"\n exit 0\n fi\n\n echo $SOURCEMAP_FILE\n}\n\nresolve_var() {\n local name=$1\n local env_key=$2\n local default_value=$3\n\n local env_value=\"${!env_key}\"\n\n if [[ -n \"$env_value\" ]] && [[ -n \"$default_value\" ]] && [[ \"$env_value\" != default_value ]]; then\n echo \"[Warning] Environment variable \\`$env_key\\` might have incorrect value, make sure this was intentional:\"\n echo \" Environment Value: $env_value\"\n echo \" Default Value: $default_value\"\n fi\n\n local value=\"${env_value:-$default_value}\"\n\n if [[ -z \"$value\" ]]; then\n echo \"[Error] Unable to find $name! Set the environment variable \\`$env_key\\` and try again.\"\n exit 0\n fi\n\n echo $value\n}\n\nmain \"$@\"; exit\n";
352+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-resources.sh\"\n";
353+
showEnvVarsInLog = 0;
347354
};
348-
54B8062DC4D0F4F488D4FB84 /* [CP] Embed Pods Frameworks */ = {
355+
43E9D8C4501A4EA56A4DD1A7 /* [CP] Embed Pods Frameworks */ = {
349356
isa = PBXShellScriptBuildPhase;
350357
buildActionMask = 2147483647;
351358
files = (
@@ -362,7 +369,17 @@
362369
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-frameworks.sh\"\n";
363370
showEnvVarsInLog = 0;
364371
};
365-
B2D9CF30EBFE8764AC7F56A1 /* [CP] Check Pods Manifest.lock */ = {
372+
4427C0BFC4EB64590F890DF4 /* [CP-User] [instabug-reactnative] Upload Sourcemap */ = {
373+
isa = PBXShellScriptBuildPhase;
374+
buildActionMask = 2147483647;
375+
files = (
376+
);
377+
name = "[CP-User] [instabug-reactnative] Upload Sourcemap";
378+
runOnlyForDeploymentPostprocessing = 0;
379+
shellPath = /bin/sh;
380+
shellScript = "#!/bin/sh\n\nmain() {\n # Read environment variables from ios/.xcode.env if it exists\n env_path=\"$PODS_ROOT/../.xcode.env\"\n if [ -f \"$env_path\" ]; then\n source \"$env_path\"\n fi\n\n # Read environment variables from ios/.xcode.env.local if it exists\n local_env_path=\"${ENV_PATH}.local\"\n if [ -f \"$local_env_path\" ]; then\n source \"$local_env_path\"\n fi\n\n if [[ \"$INSTABUG_SOURCEMAPS_UPLOAD_DISABLE\" = true ]]; then\n echo \"[Info] \\`INSTABUG_SOURCEMAPS_UPLOAD_DISABLE\\` was set to true, skipping sourcemaps upload...\"\n exit 0\n fi\n\n if [[ \"$CONFIGURATION\" = \"Debug\" ]]; then\n echo \"[Info] Building in debug mode, skipping sourcemaps upload...\"\n exit 0\n fi\n\n if [[ -z \"$INFOPLIST_FILE\" ]] || [[ -z \"$PROJECT_DIR\" ]]; then\n echo \"[Error] Instabug sourcemaps script must be invoked by Xcode\"\n exit 0\n fi\n\n local source_map_file=$(generate_sourcemaps | tail -n 1)\n\n local js_project_dir=\"$PROJECT_DIR/..\"\n local instabug_dir=$(dirname $(node -p \"require.resolve('instabug-reactnative/package.json')\"))\n local inferred_token=$(cd $js_project_dir && source $instabug_dir/scripts/find-token.sh)\n local app_token=$(resolve_var \"App Token\" \"INSTABUG_APP_TOKEN\" \"$inferred_token\" | tail -n 1)\n\n local inferred_name=$(/usr/libexec/PlistBuddy -c 'print CFBundleShortVersionString' \"$PROJECT_DIR/$INFOPLIST_FILE\")\n local version_name=$(resolve_var \"Version Name\" \"INSTABUG_APP_VERSION_NAME\" \"$inferred_name\" | tail -n 1)\n\n local inferred_code=$(/usr/libexec/PlistBuddy -c 'print CFBundleVersion' \"$PROJECT_DIR/$INFOPLIST_FILE\")\n local version_code=$(resolve_var \"Version Code\" \"INSTABUG_APP_VERSION_CODE\" \"$inferred_code\" | tail -n 1)\n\n node $instabug_dir/bin/index.js upload-sourcemaps \\\n --platform ios \\\n --file $source_map_file \\\n --token $app_token \\\n --name $version_name \\\n --code $version_code\n}\n\ngenerate_sourcemaps() {\n local react_native_dir=$(dirname $(node -p \"require.resolve('react-native/package.json')\"))\n\n # Fixes an issue with react-native prior to v0.67.0\n # For more info: https://github.com/facebook/react-native/issues/32168\n export RN_DIR=$react_native_dir\n\n # Used withing `react-native-xcode.sh` to generate sourcemap file\n export SOURCEMAP_FILE=\"$(pwd)/main.jsbundle.map\";\n\n source \"$react_native_dir/scripts/react-native-xcode.sh\"\n\n if [[ ! -f \"$SOURCEMAP_FILE\" ]]; then\n echo \"[Error] Unable to find source map file at: $SOURCEMAP_FILE\"\n exit 0\n fi\n\n echo $SOURCEMAP_FILE\n}\n\nresolve_var() {\n local name=$1\n local env_key=$2\n local default_value=$3\n\n local env_value=\"${!env_key}\"\n\n if [[ -n \"$env_value\" ]] && [[ -n \"$default_value\" ]] && [[ \"$env_value\" != default_value ]]; then\n echo \"[Warning] Environment variable \\`$env_key\\` might have incorrect value, make sure this was intentional:\"\n echo \" Environment Value: $env_value\"\n echo \" Default Value: $default_value\"\n fi\n\n local value=\"${env_value:-$default_value}\"\n\n if [[ -z \"$value\" ]]; then\n echo \"[Error] Unable to find $name! Set the environment variable \\`$env_key\\` and try again.\"\n exit 0\n fi\n\n echo $value\n}\n\nmain \"$@\"; exit\n";
381+
};
382+
887C85FF77114EE53BBBEA59 /* [CP] Check Pods Manifest.lock */ = {
366383
isa = PBXShellScriptBuildPhase;
367384
buildActionMask = 2147483647;
368385
files = (
@@ -384,23 +401,6 @@
384401
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";
385402
showEnvVarsInLog = 0;
386403
};
387-
F0C609EE02180CD797D403AE /* [CP] Copy Pods Resources */ = {
388-
isa = PBXShellScriptBuildPhase;
389-
buildActionMask = 2147483647;
390-
files = (
391-
);
392-
inputFileListPaths = (
393-
"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-resources-${CONFIGURATION}-input-files.xcfilelist",
394-
);
395-
name = "[CP] Copy Pods Resources";
396-
outputFileListPaths = (
397-
"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-resources-${CONFIGURATION}-output-files.xcfilelist",
398-
);
399-
runOnlyForDeploymentPostprocessing = 0;
400-
shellPath = /bin/sh;
401-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HybridSampleApp/Pods-HybridSampleApp-resources.sh\"\n";
402-
showEnvVarsInLog = 0;
403-
};
404404
/* End PBXShellScriptBuildPhase section */
405405

406406
/* Begin PBXSourcesBuildPhase section */
@@ -593,7 +593,7 @@
593593
};
594594
0CFE4DF52CC818D50003EEA7 /* Debug */ = {
595595
isa = XCBuildConfiguration;
596-
baseConfigurationReference = B2032BFA8C3EDC4737092A31 /* Pods-HybridSampleApp.debug.xcconfig */;
596+
baseConfigurationReference = 186E35683F28099437AF6CB1 /* Pods-HybridSampleApp.debug.xcconfig */;
597597
buildSettings = {
598598
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
599599
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
@@ -623,7 +623,7 @@
623623
};
624624
0CFE4DF62CC818D50003EEA7 /* Release */ = {
625625
isa = XCBuildConfiguration;
626-
baseConfigurationReference = 4F209936D53F10FE130F6E33 /* Pods-HybridSampleApp.release.xcconfig */;
626+
baseConfigurationReference = 021B14A90620D99B9917EC1C /* Pods-HybridSampleApp.release.xcconfig */;
627627
buildSettings = {
628628
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
629629
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;

examples/hybrid/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ EXTERNAL SOURCES:
583583

584584
SPEC CHECKSUMS:
585585
Base64: cecfb41a004124895a7bcee567a89bae5a89d49b
586-
boost: 57d2868c099736d80fcd648bf211b4431e51a558
586+
boost: 64032b9e9b938fda23325e68a3771f0fabf414dc
587587
CodePush: ea174f879b85dff65380bee54243bbe523ea16b2
588588
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
589589
FBLazyVector: 4cce221dd782d3ff7c4172167bba09d58af67ccb
@@ -631,6 +631,6 @@ SPEC CHECKSUMS:
631631
SSZipArchive: c69881e8ac5521f0e622291387add5f60f30f3c4
632632
Yoga: 8796b55dba14d7004f980b54bcc9833ee45b28ce
633633

634-
PODFILE CHECKSUM: f0a49ea7e3045fdea84ba77de8fe027e46373cea
634+
PODFILE CHECKSUM: 9a2ed7da3e725fc0ebcaccdd52555a91c1a0de0a
635635

636636
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)