Skip to content

Commit f33f854

Browse files
committed
Update Example App
- Update version number - Commit xcodeproj changes
1 parent 8565a1f commit f33f854

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

examples/RNOneSignalTS/ios/RNOneSignalTS.xcodeproj/project.pbxproj

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
00E356EB1AD99517003FC87E /* Frameworks */,
212212
00E356EC1AD99517003FC87E /* Resources */,
213213
985973970AD5AD54BC615F13 /* [CP] Copy Pods Resources */,
214+
0D3C4A67F609AD5AE123C9B5 /* [CP] Embed Pods Frameworks */,
214215
);
215216
buildRules = (
216217
);
@@ -233,6 +234,7 @@
233234
13B07F8E1A680F5B00A75B9A /* Resources */,
234235
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
235236
258A29E138A5D5C56B8AB2B5 /* [CP] Copy Pods Resources */,
237+
680D6FE20D3CFD9E80BCC3D2 /* [CP] Embed Pods Frameworks */,
236238
);
237239
buildRules = (
238240
);
@@ -382,6 +384,24 @@
382384
shellPath = /bin/sh;
383385
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
384386
};
387+
0D3C4A67F609AD5AE123C9B5 /* [CP] Embed Pods Frameworks */ = {
388+
isa = PBXShellScriptBuildPhase;
389+
buildActionMask = 2147483647;
390+
files = (
391+
);
392+
inputPaths = (
393+
"${PODS_ROOT}/Target Support Files/Pods-RNOneSignalTS-RNOneSignalTSTests/Pods-RNOneSignalTS-RNOneSignalTSTests-frameworks.sh",
394+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OneSignal/OneSignal.framework/OneSignal",
395+
);
396+
name = "[CP] Embed Pods Frameworks";
397+
outputPaths = (
398+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OneSignal.framework",
399+
);
400+
runOnlyForDeploymentPostprocessing = 0;
401+
shellPath = /bin/sh;
402+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNOneSignalTS-RNOneSignalTSTests/Pods-RNOneSignalTS-RNOneSignalTSTests-frameworks.sh\"\n";
403+
showEnvVarsInLog = 0;
404+
};
385405
0FEF11F60825F2FC61B8C711 /* [CP] Check Pods Manifest.lock */ = {
386406
isa = PBXShellScriptBuildPhase;
387407
buildActionMask = 2147483647;
@@ -480,6 +500,24 @@
480500
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";
481501
showEnvVarsInLog = 0;
482502
};
503+
680D6FE20D3CFD9E80BCC3D2 /* [CP] Embed Pods Frameworks */ = {
504+
isa = PBXShellScriptBuildPhase;
505+
buildActionMask = 2147483647;
506+
files = (
507+
);
508+
inputPaths = (
509+
"${PODS_ROOT}/Target Support Files/Pods-RNOneSignalTS/Pods-RNOneSignalTS-frameworks.sh",
510+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OneSignal/OneSignal.framework/OneSignal",
511+
);
512+
name = "[CP] Embed Pods Frameworks";
513+
outputPaths = (
514+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OneSignal.framework",
515+
);
516+
runOnlyForDeploymentPostprocessing = 0;
517+
shellPath = /bin/sh;
518+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNOneSignalTS/Pods-RNOneSignalTS-frameworks.sh\"\n";
519+
showEnvVarsInLog = 0;
520+
};
483521
7C5D09C9CEB1208DFD72EAEA /* [CP] Check Pods Manifest.lock */ = {
484522
isa = PBXShellScriptBuildPhase;
485523
buildActionMask = 2147483647;

examples/RNOneSignalTS/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"react": "16.13.1",
14-
"react-native": "0.63.3",
15-
"react-native-onesignal": "4.1.0"
14+
"react-native": "0.64.1",
15+
"react-native-onesignal": "4.1.1"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.8.4",

0 commit comments

Comments
 (0)