diff --git a/tracker/tracker-reactnative/example/ios/Podfile b/tracker/tracker-reactnative/example/ios/Podfile index 581ef9bdd..9fd152d93 100644 --- a/tracker/tracker-reactnative/example/ios/Podfile +++ b/tracker/tracker-reactnative/example/ios/Podfile @@ -46,7 +46,7 @@ target 'RntrackerExample' do :app_path => "#{Pod::Config.instance.installation_root}/.." ) Dir['../../'] - pod 'Openreplay', '~> 1.0.5' + pod 'Openreplay', '~> 1.0.7' target 'RntrackerExampleTests' do diff --git a/tracker/tracker-reactnative/example/ios/Podfile.lock b/tracker/tracker-reactnative/example/ios/Podfile.lock index 66572ab1a..c034dbbf7 100644 --- a/tracker/tracker-reactnative/example/ios/Podfile.lock +++ b/tracker/tracker-reactnative/example/ios/Podfile.lock @@ -17,10 +17,10 @@ PODS: - hermes-engine/Pre-built (= 0.72.4) - hermes-engine/Pre-built (0.72.4) - libevent (2.1.12) - - Openreplay (1.0.5): + - Openreplay (1.0.7): - DeviceKit - SWCompression - - openreplay-reactnative (0.1.0): + - openreplay-reactnative (0.1.1): - Openreplay - RCT-Folly (= 2021.07.22.00) - React-Core @@ -486,7 +486,7 @@ DEPENDENCIES: - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`) - libevent (~> 2.1.12) - - Openreplay (~> 1.0.5) + - Openreplay (~> 1.0.7) - openreplay-reactnative (from `../..`) - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`) @@ -627,8 +627,8 @@ SPEC CHECKSUMS: glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b hermes-engine: 81191603c4eaa01f5e4ae5737a9efcf64756c7b2 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 - Openreplay: c64e4470df13efac242c569c29f213b0e57867b3 - openreplay-reactnative: b7bae2bd88cecc6f0698ac0ffaacd3d385cd2767 + Openreplay: 1361c805302bfa181a98a73b7f5536740126d06d + openreplay-reactnative: 4d76871d1cffc6227f265d34c0fc67a3d61ebbf3 RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 RCTRequired: c0569ecc035894e4a68baecb30fe6a7ea6e399f9 RCTTypeSafety: e90354072c21236e0bcf1699011e39acd25fea2f @@ -665,6 +665,6 @@ SPEC CHECKSUMS: SWCompression: 15e38b06c37077399a1b60bfecc1c2cd71f0ee99 Yoga: 3efc43e0d48686ce2e8c60f99d4e6bd349aff981 -PODFILE CHECKSUM: 5192af7c5d6cfe07b41230fe84a1c01ac433efc5 +PODFILE CHECKSUM: 09dc44ceb84074d4583819c2f2c91bbb3ecea54c COCOAPODS: 1.12.1 diff --git a/tracker/tracker-reactnative/example/ios/RntrackerExample.xcodeproj/project.pbxproj b/tracker/tracker-reactnative/example/ios/RntrackerExample.xcodeproj/project.pbxproj index 76ee919f1..2b7a1299b 100644 --- a/tracker/tracker-reactnative/example/ios/RntrackerExample.xcodeproj/project.pbxproj +++ b/tracker/tracker-reactnative/example/ios/RntrackerExample.xcodeproj/project.pbxproj @@ -11,9 +11,9 @@ 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; - 60ADCB349F6D4931641744DE /* Pods_RntrackerExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EB70A6C522028E464541BDD /* Pods_RntrackerExample.framework */; }; + 685127EDEBE1901FA2CD7940 /* Pods_RntrackerExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2F1F0176E8636C6218CFBD5 /* Pods_RntrackerExample.framework */; }; + 6B7E2AAE0405A9C170126141 /* Pods_RntrackerExample_RntrackerExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 376DC91B5E3C757375E0FB6E /* Pods_RntrackerExample_RntrackerExampleTests.framework */; }; 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; - 97DF8FD3FE651CA8010130D7 /* Pods_RntrackerExample_RntrackerExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D22699E0FFA1C22F7AE3448 /* Pods_RntrackerExample_RntrackerExampleTests.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -36,14 +36,14 @@ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = RntrackerExample/Images.xcassets; sourceTree = ""; }; 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = RntrackerExample/Info.plist; sourceTree = ""; }; 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = RntrackerExample/main.m; sourceTree = ""; }; - 2D22699E0FFA1C22F7AE3448 /* Pods_RntrackerExample_RntrackerExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RntrackerExample_RntrackerExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5EB70A6C522028E464541BDD /* Pods_RntrackerExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RntrackerExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 1813C3889F340F62B2E9BCC3 /* Pods-RntrackerExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RntrackerExample.release.xcconfig"; path = "Target Support Files/Pods-RntrackerExample/Pods-RntrackerExample.release.xcconfig"; sourceTree = ""; }; + 376DC91B5E3C757375E0FB6E /* Pods_RntrackerExample_RntrackerExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RntrackerExample_RntrackerExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 4624C3E22441A0C0EF5B31D9 /* Pods-RntrackerExample-RntrackerExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RntrackerExample-RntrackerExampleTests.release.xcconfig"; path = "Target Support Files/Pods-RntrackerExample-RntrackerExampleTests/Pods-RntrackerExample-RntrackerExampleTests.release.xcconfig"; sourceTree = ""; }; + 730202E59ED3EAD1DB1F34F5 /* Pods-RntrackerExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RntrackerExample.debug.xcconfig"; path = "Target Support Files/Pods-RntrackerExample/Pods-RntrackerExample.debug.xcconfig"; sourceTree = ""; }; + 7BC477A7488F6F964997F17F /* Pods-RntrackerExample-RntrackerExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RntrackerExample-RntrackerExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-RntrackerExample-RntrackerExampleTests/Pods-RntrackerExample-RntrackerExampleTests.debug.xcconfig"; sourceTree = ""; }; 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = RntrackerExample/LaunchScreen.storyboard; sourceTree = ""; }; - 9473576378E546844F1249CB /* Pods-RntrackerExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RntrackerExample.release.xcconfig"; path = "Target Support Files/Pods-RntrackerExample/Pods-RntrackerExample.release.xcconfig"; sourceTree = ""; }; - B3398286B848055D501F1B7C /* Pods-RntrackerExample-RntrackerExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RntrackerExample-RntrackerExampleTests.debug.xcconfig"; path = "Target Support Files/Pods-RntrackerExample-RntrackerExampleTests/Pods-RntrackerExample-RntrackerExampleTests.debug.xcconfig"; sourceTree = ""; }; - C668E804196FA22A7C3B2356 /* Pods-RntrackerExample-RntrackerExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RntrackerExample-RntrackerExampleTests.release.xcconfig"; path = "Target Support Files/Pods-RntrackerExample-RntrackerExampleTests/Pods-RntrackerExample-RntrackerExampleTests.release.xcconfig"; sourceTree = ""; }; + A2F1F0176E8636C6218CFBD5 /* Pods_RntrackerExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RntrackerExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; - EDE6F6808B65834562C20EBE /* Pods-RntrackerExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RntrackerExample.debug.xcconfig"; path = "Target Support Files/Pods-RntrackerExample/Pods-RntrackerExample.debug.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -51,7 +51,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 97DF8FD3FE651CA8010130D7 /* Pods_RntrackerExample_RntrackerExampleTests.framework in Frameworks */, + 6B7E2AAE0405A9C170126141 /* Pods_RntrackerExample_RntrackerExampleTests.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -59,7 +59,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 60ADCB349F6D4931641744DE /* Pods_RntrackerExample.framework in Frameworks */, + 685127EDEBE1901FA2CD7940 /* Pods_RntrackerExample.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -100,8 +100,8 @@ isa = PBXGroup; children = ( ED297162215061F000B7C4FE /* JavaScriptCore.framework */, - 5EB70A6C522028E464541BDD /* Pods_RntrackerExample.framework */, - 2D22699E0FFA1C22F7AE3448 /* Pods_RntrackerExample_RntrackerExampleTests.framework */, + A2F1F0176E8636C6218CFBD5 /* Pods_RntrackerExample.framework */, + 376DC91B5E3C757375E0FB6E /* Pods_RntrackerExample_RntrackerExampleTests.framework */, ); name = Frameworks; sourceTree = ""; @@ -140,10 +140,10 @@ BBD78D7AC51CEA395F1C20DB /* Pods */ = { isa = PBXGroup; children = ( - EDE6F6808B65834562C20EBE /* Pods-RntrackerExample.debug.xcconfig */, - 9473576378E546844F1249CB /* Pods-RntrackerExample.release.xcconfig */, - B3398286B848055D501F1B7C /* Pods-RntrackerExample-RntrackerExampleTests.debug.xcconfig */, - C668E804196FA22A7C3B2356 /* Pods-RntrackerExample-RntrackerExampleTests.release.xcconfig */, + 730202E59ED3EAD1DB1F34F5 /* Pods-RntrackerExample.debug.xcconfig */, + 1813C3889F340F62B2E9BCC3 /* Pods-RntrackerExample.release.xcconfig */, + 7BC477A7488F6F964997F17F /* Pods-RntrackerExample-RntrackerExampleTests.debug.xcconfig */, + 4624C3E22441A0C0EF5B31D9 /* Pods-RntrackerExample-RntrackerExampleTests.release.xcconfig */, ); path = Pods; sourceTree = ""; @@ -155,11 +155,11 @@ isa = PBXNativeTarget; buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "RntrackerExampleTests" */; buildPhases = ( - C3DF83E17741CA620498EBE1 /* [CP] Check Pods Manifest.lock */, + DA57092771EAE2518021C51C /* [CP] Check Pods Manifest.lock */, 00E356EA1AD99517003FC87E /* Sources */, 00E356EB1AD99517003FC87E /* Frameworks */, 00E356EC1AD99517003FC87E /* Resources */, - 81B05CC246621391DA66D200 /* [CP] Embed Pods Frameworks */, + 61EF4E228A069397ACD205F6 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -175,13 +175,13 @@ isa = PBXNativeTarget; buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RntrackerExample" */; buildPhases = ( - A6D6377E2D3186BB6736D56A /* [CP] Check Pods Manifest.lock */, + AD6142C6854F2107FCD8D437 /* [CP] Check Pods Manifest.lock */, FD10A7F022414F080027D42C /* Start Packager */, 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C1A680F5B00A75B9A /* Frameworks */, 13B07F8E1A680F5B00A75B9A /* Resources */, 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, - BA34C2DCDBAC12D7C0BE1BE6 /* [CP] Embed Pods Frameworks */, + D0498E5045E2D545A2BB014B /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -264,7 +264,7 @@ shellPath = /bin/sh; 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"; }; - 81B05CC246621391DA66D200 /* [CP] Embed Pods Frameworks */ = { + 61EF4E228A069397ACD205F6 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -281,7 +281,7 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RntrackerExample-RntrackerExampleTests/Pods-RntrackerExample-RntrackerExampleTests-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - A6D6377E2D3186BB6736D56A /* [CP] Check Pods Manifest.lock */ = { + AD6142C6854F2107FCD8D437 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -303,7 +303,7 @@ 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"; showEnvVarsInLog = 0; }; - BA34C2DCDBAC12D7C0BE1BE6 /* [CP] Embed Pods Frameworks */ = { + D0498E5045E2D545A2BB014B /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -320,7 +320,7 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RntrackerExample/Pods-RntrackerExample-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - C3DF83E17741CA620498EBE1 /* [CP] Check Pods Manifest.lock */ = { + DA57092771EAE2518021C51C /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -394,7 +394,7 @@ /* Begin XCBuildConfiguration section */ 00E356F61AD99517003FC87E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B3398286B848055D501F1B7C /* Pods-RntrackerExample-RntrackerExampleTests.debug.xcconfig */; + baseConfigurationReference = 7BC477A7488F6F964997F17F /* Pods-RntrackerExample-RntrackerExampleTests.debug.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -421,7 +421,7 @@ }; 00E356F71AD99517003FC87E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C668E804196FA22A7C3B2356 /* Pods-RntrackerExample-RntrackerExampleTests.release.xcconfig */; + baseConfigurationReference = 4624C3E22441A0C0EF5B31D9 /* Pods-RntrackerExample-RntrackerExampleTests.release.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; COPY_PHASE_STRIP = NO; @@ -445,7 +445,7 @@ }; 13B07F941A680F5B00A75B9A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EDE6F6808B65834562C20EBE /* Pods-RntrackerExample.debug.xcconfig */; + baseConfigurationReference = 730202E59ED3EAD1DB1F34F5 /* Pods-RntrackerExample.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; @@ -472,7 +472,7 @@ }; 13B07F951A680F5B00A75B9A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9473576378E546844F1249CB /* Pods-RntrackerExample.release.xcconfig */; + baseConfigurationReference = 1813C3889F340F62B2E9BCC3 /* Pods-RntrackerExample.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; diff --git a/tracker/tracker-reactnative/example/package.json b/tracker/tracker-reactnative/example/package.json index 537899ad7..6e3d0dea8 100644 --- a/tracker/tracker-reactnative/example/package.json +++ b/tracker/tracker-reactnative/example/package.json @@ -23,4 +23,4 @@ "engines": { "node": ">=16" } -} \ No newline at end of file +} diff --git a/tracker/tracker-reactnative/package.json b/tracker/tracker-reactnative/package.json index 9e41d708d..e4ed049cb 100644 --- a/tracker/tracker-reactnative/package.json +++ b/tracker/tracker-reactnative/package.json @@ -1,6 +1,6 @@ { "name": "@openreplay/react-native", - "version": "0.1.1", + "version": "0.1.2", "description": "Openreplay React-native connector for iOS applications", "main": "lib/commonjs/index", "module": "lib/module/index",