Skip to content

Commit b76c84c

Browse files
committed
Merge branch 'release/1.2.1'
2 parents 03b6e2c + 64cb713 commit b76c84c

File tree

16 files changed

+237
-157
lines changed

16 files changed

+237
-157
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.2.1 (2022-04-12)
2+
--------------------------
3+
Fix import of non-published NSDictionary helpers from SnowplowTracker on iOS (#161)
4+
15
Version 1.2.0 (2022-03-25)
26
--------------------------
37
Add support for React Native for tvOS (#154)

DemoApp/ios/DemoApp.xcodeproj/project.pbxproj

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
/* Begin PBXBuildFile section */
1010
00E356F31AD99517003FC87E /* DemoAppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* DemoAppTests.m */; };
11+
1160A164EC62290F7C028D03 /* libPods-DemoApp-DemoAppTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BBE94531009F3D920FE15E30 /* libPods-DemoApp-DemoAppTests.a */; };
1112
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
1213
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1314
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
14-
5A4C1A394E64C7FCBD63D452 /* libPods-DemoApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 32533268F6C15C7720CC8659 /* libPods-DemoApp.a */; };
15-
5A4E8491949225660C51B110 /* libPods-DemoApp-DemoAppTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4FCE82306E28111E7E874E0D /* libPods-DemoApp-DemoAppTests.a */; };
1615
6B072D4227980F38001F1BC6 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B072D4127980F38001F1BC6 /* ViewController.m */; };
1716
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
17+
9BFAB77831E02047B803C278 /* libPods-DemoApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 718DCE637F40772C30E07B0F /* libPods-DemoApp.a */; };
1818
/* End PBXBuildFile section */
1919

2020
/* Begin PBXContainerItemProxy section */
@@ -37,13 +37,13 @@
3737
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = DemoApp/Images.xcassets; sourceTree = "<group>"; };
3838
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = DemoApp/Info.plist; sourceTree = "<group>"; };
3939
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = DemoApp/main.m; sourceTree = "<group>"; };
40-
32533268F6C15C7720CC8659 /* libPods-DemoApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DemoApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
41-
4FCE82306E28111E7E874E0D /* libPods-DemoApp-DemoAppTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DemoApp-DemoAppTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4240
6B072D4027980F38001F1BC6 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ViewController.h; path = DemoApp/ViewController.h; sourceTree = "<group>"; };
4341
6B072D4127980F38001F1BC6 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ViewController.m; path = DemoApp/ViewController.m; sourceTree = "<group>"; };
42+
718DCE637F40772C30E07B0F /* libPods-DemoApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DemoApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4443
74662879CCFA9E2DFC48B870 /* Pods-DemoApp-DemoAppTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp-DemoAppTests.release.xcconfig"; path = "Target Support Files/Pods-DemoApp-DemoAppTests/Pods-DemoApp-DemoAppTests.release.xcconfig"; sourceTree = "<group>"; };
4544
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = DemoApp/LaunchScreen.storyboard; sourceTree = "<group>"; };
4645
AB136636EB300CCC0D6D8E48 /* Pods-DemoApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp.release.xcconfig"; path = "Target Support Files/Pods-DemoApp/Pods-DemoApp.release.xcconfig"; sourceTree = "<group>"; };
46+
BBE94531009F3D920FE15E30 /* libPods-DemoApp-DemoAppTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DemoApp-DemoAppTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4747
E1A087EACC1551FA63BAEEF9 /* Pods-DemoApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp.debug.xcconfig"; path = "Target Support Files/Pods-DemoApp/Pods-DemoApp.debug.xcconfig"; sourceTree = "<group>"; };
4848
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
4949
FACC4BAE59341A13D28D4663 /* Pods-DemoApp-DemoAppTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp-DemoAppTests.debug.xcconfig"; path = "Target Support Files/Pods-DemoApp-DemoAppTests/Pods-DemoApp-DemoAppTests.debug.xcconfig"; sourceTree = "<group>"; };
@@ -54,15 +54,15 @@
5454
isa = PBXFrameworksBuildPhase;
5555
buildActionMask = 2147483647;
5656
files = (
57-
5A4E8491949225660C51B110 /* libPods-DemoApp-DemoAppTests.a in Frameworks */,
57+
1160A164EC62290F7C028D03 /* libPods-DemoApp-DemoAppTests.a in Frameworks */,
5858
);
5959
runOnlyForDeploymentPostprocessing = 0;
6060
};
6161
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
6262
isa = PBXFrameworksBuildPhase;
6363
buildActionMask = 2147483647;
6464
files = (
65-
5A4C1A394E64C7FCBD63D452 /* libPods-DemoApp.a in Frameworks */,
65+
9BFAB77831E02047B803C278 /* libPods-DemoApp.a in Frameworks */,
6666
);
6767
runOnlyForDeploymentPostprocessing = 0;
6868
};
@@ -105,8 +105,8 @@
105105
isa = PBXGroup;
106106
children = (
107107
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
108-
32533268F6C15C7720CC8659 /* libPods-DemoApp.a */,
109-
4FCE82306E28111E7E874E0D /* libPods-DemoApp-DemoAppTests.a */,
108+
718DCE637F40772C30E07B0F /* libPods-DemoApp.a */,
109+
BBE94531009F3D920FE15E30 /* libPods-DemoApp-DemoAppTests.a */,
110110
);
111111
name = Frameworks;
112112
sourceTree = "<group>";
@@ -164,8 +164,8 @@
164164
00E356EA1AD99517003FC87E /* Sources */,
165165
00E356EB1AD99517003FC87E /* Frameworks */,
166166
00E356EC1AD99517003FC87E /* Resources */,
167-
37A8A3B3DCEC00959A791795 /* [CP] Embed Pods Frameworks */,
168167
3E0977D4B9DFD54F85F4054C /* [CP] Copy Pods Resources */,
168+
DB101ABE256CC7DCF162137A /* [CP] Embed Pods Frameworks */,
169169
);
170170
buildRules = (
171171
);
@@ -187,8 +187,8 @@
187187
13B07F8C1A680F5B00A75B9A /* Frameworks */,
188188
13B07F8E1A680F5B00A75B9A /* Resources */,
189189
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
190-
798683F38FFF325DAD1CDE1B /* [CP] Embed Pods Frameworks */,
191190
0022D7ED14E9BB327705572C /* [CP] Copy Pods Resources */,
191+
D57656967FC54ED9535AD8F2 /* [CP] Embed Pods Frameworks */,
192192
);
193193
buildRules = (
194194
);
@@ -286,23 +286,6 @@
286286
shellPath = /bin/sh;
287287
shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
288288
};
289-
37A8A3B3DCEC00959A791795 /* [CP] Embed Pods Frameworks */ = {
290-
isa = PBXShellScriptBuildPhase;
291-
buildActionMask = 2147483647;
292-
files = (
293-
);
294-
inputFileListPaths = (
295-
"${PODS_ROOT}/Target Support Files/Pods-DemoApp-DemoAppTests/Pods-DemoApp-DemoAppTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
296-
);
297-
name = "[CP] Embed Pods Frameworks";
298-
outputFileListPaths = (
299-
"${PODS_ROOT}/Target Support Files/Pods-DemoApp-DemoAppTests/Pods-DemoApp-DemoAppTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
300-
);
301-
runOnlyForDeploymentPostprocessing = 0;
302-
shellPath = /bin/sh;
303-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DemoApp-DemoAppTests/Pods-DemoApp-DemoAppTests-frameworks.sh\"\n";
304-
showEnvVarsInLog = 0;
305-
};
306289
3E0977D4B9DFD54F85F4054C /* [CP] Copy Pods Resources */ = {
307290
isa = PBXShellScriptBuildPhase;
308291
buildActionMask = 2147483647;
@@ -342,7 +325,7 @@
342325
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";
343326
showEnvVarsInLog = 0;
344327
};
345-
798683F38FFF325DAD1CDE1B /* [CP] Embed Pods Frameworks */ = {
328+
D57656967FC54ED9535AD8F2 /* [CP] Embed Pods Frameworks */ = {
346329
isa = PBXShellScriptBuildPhase;
347330
buildActionMask = 2147483647;
348331
files = (
@@ -359,6 +342,23 @@
359342
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DemoApp/Pods-DemoApp-frameworks.sh\"\n";
360343
showEnvVarsInLog = 0;
361344
};
345+
DB101ABE256CC7DCF162137A /* [CP] Embed Pods Frameworks */ = {
346+
isa = PBXShellScriptBuildPhase;
347+
buildActionMask = 2147483647;
348+
files = (
349+
);
350+
inputFileListPaths = (
351+
"${PODS_ROOT}/Target Support Files/Pods-DemoApp-DemoAppTests/Pods-DemoApp-DemoAppTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
352+
);
353+
name = "[CP] Embed Pods Frameworks";
354+
outputFileListPaths = (
355+
"${PODS_ROOT}/Target Support Files/Pods-DemoApp-DemoAppTests/Pods-DemoApp-DemoAppTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
356+
);
357+
runOnlyForDeploymentPostprocessing = 0;
358+
shellPath = /bin/sh;
359+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DemoApp-DemoAppTests/Pods-DemoApp-DemoAppTests-frameworks.sh\"\n";
360+
showEnvVarsInLog = 0;
361+
};
362362
EB49A5986F142235D8B123B3 /* [CP] Check Pods Manifest.lock */ = {
363363
isa = PBXShellScriptBuildPhase;
364364
buildActionMask = 2147483647;

DemoApp/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ PODS:
334334
- React-cxxreact (= 0.64.1)
335335
- React-jsi (= 0.64.1)
336336
- React-perflogger (= 0.64.1)
337-
- RNSnowplowTracker (1.2.0):
337+
- RNSnowplowTracker (1.2.1):
338338
- React-Core
339339
- SnowplowTracker (~> 3.0)
340340
- SnowplowTracker (3.1.1):
@@ -518,12 +518,12 @@ SPEC CHECKSUMS:
518518
React-RCTVibration: 4b99a7f5c6c0abbc5256410cc5425fb8531986e1
519519
React-runtimeexecutor: ff951a0c241bfaefc4940a3f1f1a229e7cb32fa6
520520
ReactCommon: bedc99ed4dae329c4fcf128d0c31b9115e5365ca
521-
RNSnowplowTracker: 1e0ac0de5d16775845fcebe7f3d9ad09d59c9c62
521+
RNSnowplowTracker: 88c65c2132ed97c0732473948c00c8f4d6473b12
522522
SnowplowTracker: b4e69eab9de467ceb649ef85646134ed25c992d1
523523
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
524524
Yoga: a7de31c64fe738607e7a3803e3f591a4b1df7393
525525
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
526526

527527
PODFILE CHECKSUM: 7b527a015a98915ca162b60c9964b1fa5aa0663b
528528

529-
COCOAPODS: 1.11.2
529+
COCOAPODS: 1.11.3

DemoApp/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@
12251225
"@sinonjs/commons" "^1.7.0"
12261226

12271227
"@snowplow/react-native-tracker@file:..":
1228-
version "1.0.0"
1228+
version "1.2.1"
12291229

12301230
"@tootallnate/once@1":
12311231
version "1.1.2"

0 commit comments

Comments
 (0)