Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions example/ios/PinwheelRNExample/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C617.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>35F9.1</string>
</array>
</dict>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTracking</key>
<false/>
</dict>
</plist>
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ PODS:
- React-jsi (= 0.72.17)
- React-logger (= 0.72.17)
- React-perflogger (= 0.72.17)
- RNPinwheelSDK (3.2.0):
- RNPinwheelSDK (3.2.2):
- PinwheelSDK (= 3.1.1)
- RCT-Folly (= 2021.07.22.00)
- React-Core
Expand Down Expand Up @@ -610,10 +610,10 @@ SPEC CHECKSUMS:
React-runtimescheduler: ff30efdf24f8ce62eb517a391ded3d99c4263bb0
React-utils: 7959d4553163b61e01bbe83dbd80e58ca420aecb
ReactCommon: 841449721eb2e004de2c3366844b0a03f329f2cb
RNPinwheelSDK: 5ca559e6f3e62e588fa3d5415731c1665d10c4da
RNPinwheelSDK: b2451f194abd5e472a5da5613565d47cdf9a0857
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: ef534101bb891fb09bae657417f34d399c1efe38

PODFILE CHECKSUM: 4872cfd76ef9f353efbf271bcb9835140510eeb9

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
8 changes: 4 additions & 4 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@pinwheel/react-native-pinwheel": "file:../pinwheel-react-native-pinwheel-3.2.0.tgz",
"@pinwheel/react-native-pinwheel": "file:../pinwheel-react-native-pinwheel-3.2.2.tgz",
"react": "18.2.0",
"react-native": "0.72.17"
},
Expand Down
Loading