Skip to content

Commit eade995

Browse files
committed
Fix package json and lockfile
1 parent a4520c1 commit eade995

5 files changed

Lines changed: 4778 additions & 9 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>NSPrivacyAccessedAPITypes</key>
6+
<array>
7+
<dict>
8+
<key>NSPrivacyAccessedAPIType</key>
9+
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
10+
<key>NSPrivacyAccessedAPITypeReasons</key>
11+
<array>
12+
<string>C617.1</string>
13+
</array>
14+
</dict>
15+
<dict>
16+
<key>NSPrivacyAccessedAPIType</key>
17+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
18+
<key>NSPrivacyAccessedAPITypeReasons</key>
19+
<array>
20+
<string>CA92.1</string>
21+
</array>
22+
</dict>
23+
<dict>
24+
<key>NSPrivacyAccessedAPIType</key>
25+
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
26+
<key>NSPrivacyAccessedAPITypeReasons</key>
27+
<array>
28+
<string>35F9.1</string>
29+
</array>
30+
</dict>
31+
</array>
32+
<key>NSPrivacyCollectedDataTypes</key>
33+
<array/>
34+
<key>NSPrivacyTracking</key>
35+
<false/>
36+
</dict>
37+
</plist>

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ PODS:
428428
- React-jsi (= 0.72.17)
429429
- React-logger (= 0.72.17)
430430
- React-perflogger (= 0.72.17)
431-
- RNPinwheelSDK (3.2.0):
431+
- RNPinwheelSDK (3.2.2):
432432
- PinwheelSDK (= 3.1.1)
433433
- RCT-Folly (= 2021.07.22.00)
434434
- React-Core
@@ -610,10 +610,10 @@ SPEC CHECKSUMS:
610610
React-runtimescheduler: ff30efdf24f8ce62eb517a391ded3d99c4263bb0
611611
React-utils: 7959d4553163b61e01bbe83dbd80e58ca420aecb
612612
ReactCommon: 841449721eb2e004de2c3366844b0a03f329f2cb
613-
RNPinwheelSDK: 5ca559e6f3e62e588fa3d5415731c1665d10c4da
613+
RNPinwheelSDK: b2451f194abd5e472a5da5613565d47cdf9a0857
614614
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
615615
Yoga: ef534101bb891fb09bae657417f34d399c1efe38
616616

617617
PODFILE CHECKSUM: 4872cfd76ef9f353efbf271bcb9835140510eeb9
618618

619-
COCOAPODS: 1.15.2
619+
COCOAPODS: 1.16.2

example/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@pinwheel/react-native-pinwheel": "file:../pinwheel-react-native-pinwheel-3.2.0.tgz",
13+
"@pinwheel/react-native-pinwheel": "file:../pinwheel-react-native-pinwheel-3.2.2.tgz",
1414
"react": "18.2.0",
1515
"react-native": "0.72.17"
1616
},

0 commit comments

Comments
 (0)