Skip to content

Commit

Permalink
Merge branch 'iOS-PrivacyInfo'
Browse files Browse the repository at this point in the history
  • Loading branch information
christocracy committed Mar 28, 2024
2 parents 0a75085 + 01f0b57 commit cdc05be
Show file tree
Hide file tree
Showing 37 changed files with 2,091 additions and 40 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log

## 4.15.2 — 2024-03-19
## 4.16.0 — 2024-03-28
* [iOS] codesign `TSLocationManage.xcframework`
* [iOS] Update `CocoaLumberjack` version -> `3.8.5` (version which includes its own `PrivacyInfo`)
* [iOS] Implement new [iOS Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files?language=objc)
* Add property `AuthorizationEvent.status`, provding the HTTP status code from the `refreshUrl`.

## 4.15.2 — 2024-03-18
* [iOS] Fix bug in iOS scheduler, triggering ON incorrectly. For example, given a `schedule: ['1 00:00-23:59'], the plu
gin was trigging on for `DAY 2`.

Expand Down
3 changes: 2 additions & 1 deletion RNBackgroundGeolocation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Pod::Spec.new do |s|
s.dependency 'React-Core'
s.static_framework = true
s.preserve_paths = 'docs', 'CHANGELOG.md', 'LICENSE', 'package.json', 'RNBackgroundGeolocation.ios.js'
s.dependency 'CocoaLumberjack', '~> 3.7.2'
s.dependency 'CocoaLumberjack', '~> 3.8.5'
s.source_files = 'ios/RNBackgroundGeolocation/*.{h,m}'
s.libraries = 'sqlite3', 'z', 'stdc++'
s.vendored_frameworks = 'ios/RNBackgroundGeolocation/TSLocationManager.xcframework'
s.resource_bundles = {'TSLocationManagerPrivacy' => ['ios/Resources/PrivacyInfo.xcprivacy']}
end
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
196ad13d7f44547d57aa0354f8a60962
c30704a378a2840b2ba6f8b6dac58d8a
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ed7117a19a6085cf00fbadffe7bea76cc9ac893c
fc1c1d2ca59ff2c2b3e4b62a4ddb4cfc1e80170f
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aea99588a3a067b5625b6c07a4d1908feabb26ed5fd4684e5bd3c74cd17eb666
a4544983be563ad9cd152b20a5a1b74f8d637728d0ada5ee4e9b14af05e6daa5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21caad762201c2947052a6417896088adb36d9da30325c9367630cd5709ac37fe2418bd33aa175baceaa2b00a6ced43787e7dc0488d5cdb17bb91d471d6ad177
19ab7d57d009b7162653091216f8d27250d6170d15f418b521d23c7aab386dd90abc4f7404069642ee0f18c5e3f2392df1df396e5f211035f2074e7996f224f8
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<version>3.5.3</version>
<version>3.5.4</version>
</versions>
<lastUpdated>20240314143931</lastUpdated>
<lastUpdated>20240325201713</lastUpdated>
</versioning>
</metadata>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
78697b725091ef2f843f784e81af2eb2
f81ee76d1a10b183a18852b29aeb8d51
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e10291d20a96bb5c550fd52a6c3b00b1b97caec1
0aa06143f2f1057882c48fc7930cc86f12f541d3
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7527d3948c46f91e3bc05767cb70abf19c53f1d558d6cdacf28c7323ab24b69a
7ef59e7f8081741f788288ed0e03f1755da7af3d461ea236255a590c0d5bc8e0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b1cc08685d2f295e9460b677c24a5d52383979cdf8edb7dfb3565212f07bfe6be1a50b3aea5544cea231f5f784a38bc0154bce099cae27b4e8771d7e5c4c096c
123a74a3149292661ee1efc48f1d31b24d8c1a3cbf5f5390b05cdd67ea12f22d6c4f338b7d5834a15a7bb05aa9f75df75b71a1312d4ebe0763598b83f685f7a2
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<version>3.5.3</version>
<version>3.5.4</version>
</versions>
<lastUpdated>20240314143931</lastUpdated>
<lastUpdated>20240325201713</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@
<array>
<dict>
<key>BinaryPath</key>
<string>TSLocationManager.framework/TSLocationManager</string>
<string>TSLocationManager.framework/Versions/A/TSLocationManager</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>TSLocationManager.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>TSLocationManager.framework/TSLocationManager</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>TSLocationManager.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>TSLocationManager.framework/Versions/A/TSLocationManager</string>
<string>TSLocationManager.framework/TSLocationManager</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>TSLocationManager.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -50,7 +50,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit cdc05be

Please sign in to comment.