Skip to content

Commit

Permalink
Merge branch 'codesign'
Browse files Browse the repository at this point in the history
  • Loading branch information
christocracy committed Apr 22, 2024
2 parents dde732e + 536d594 commit 9dee606
Show file tree
Hide file tree
Showing 37 changed files with 1,405 additions and 44 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c30704a378a2840b2ba6f8b6dac58d8a
ef24420944e46ec3be54a938ace6ea5b
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fc1c1d2ca59ff2c2b3e4b62a4ddb4cfc1e80170f
5ffb007eee69e2670b1addd2dc467289671cf3d9
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a4544983be563ad9cd152b20a5a1b74f8d637728d0ada5ee4e9b14af05e6daa5
6d18e0695079ef503e690852c4482688e017de7bb566724732cc6bb9e0b8f3c2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19ab7d57d009b7162653091216f8d27250d6170d15f418b521d23c7aab386dd90abc4f7404069642ee0f18c5e3f2392df1df396e5f211035f2074e7996f224f8
0217b0a97fe4a3379d2e56197a99d5664269f7ef8b985dbcaa5e4b587e0335021ebf3e88f2d0742e9e7f119374dfd2c9cb42c01ea0f681b75b26a9d460092235
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>20240325201713</lastUpdated>
<lastUpdated>20240416171250</lastUpdated>
</versioning>
</metadata>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f81ee76d1a10b183a18852b29aeb8d51
2061702453bcb97a73dba6b86d1edaf7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0aa06143f2f1057882c48fc7930cc86f12f541d3
feb2367f72761f4b699ae58ec047461e9a9234d6
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7ef59e7f8081741f788288ed0e03f1755da7af3d461ea236255a590c0d5bc8e0
d591c768f36f5312337747427dc34e860871086323d975f1388f7d36480a2702
Original file line number Diff line number Diff line change
@@ -1 +1 @@
123a74a3149292661ee1efc48f1d31b24d8c1a3cbf5f5390b05cdd67ea12f22d6c4f338b7d5834a15a7bb05aa9f75df75b71a1312d4ebe0763598b83f685f7a2
b37bbbf38d78ae8d1e939475578deed59aa6974b57b2f2875e010d852ed334764ab0b17314468a1cad1b6f96288ecbaa5e66a3d5dbc3dd9ba5b265614685fc3f
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>20240325201713</lastUpdated>
<lastUpdated>20240416171250</lastUpdated>
</versioning>
</metadata>
4 changes: 4 additions & 0 deletions example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.transistorsoft.flutterbackgroundgeolocationexample">

<uses-permission
android:name="android.permission.FOREGROUND_SERVICE_HEALTH"
tools:node="remove" />

<!-- The INTERNET permission is required for development. Specifically,
flutter needs it to communicate with the running application
Expand Down
45 changes: 37 additions & 8 deletions example/ios/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -1,12 +1,41 @@
<?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">
<!--
PrivacyInfo.xcprivacy
Runner
Created by Christopher Scott on 2024-04-02.
Copyright (c) 2024 The Chromium Authors. All rights reserved.
-->
<plist version="1.0">
<dict/>
<dict>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
<string>1C8F.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C617.1</string>
<string>0A2A.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>E174.1</string>
</array>
</dict>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTracking</key>
<false/>
</dict>
</plist>
8 changes: 4 additions & 4 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
67B3CEE91CA97466B4DAA9A7 /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F4FB182D63BCD68900007F3D /* libPods-Runner.a */; };
836774E82BB453EA006FB1B2 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 836774E72BB453EA006FB1B2 /* PrivacyInfo.xcprivacy */; };
836774EA2BBC4972006FB1B2 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 836774E92BBC4972006FB1B2 /* PrivacyInfo.xcprivacy */; };
978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
97C146F31CF9000F007C117D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; };
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
Expand Down Expand Up @@ -38,7 +38,7 @@
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
836774E72BB453EA006FB1B2 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
836774E92BBC4972006FB1B2 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
97C146EE1CF9000F007C117D /* BG Geo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BG Geo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -87,7 +87,7 @@
97C146E51CF9000F007C117D = {
isa = PBXGroup;
children = (
836774E72BB453EA006FB1B2 /* PrivacyInfo.xcprivacy */,
836774E92BBC4972006FB1B2 /* PrivacyInfo.xcprivacy */,
9740EEB11CF90186004384FC /* Flutter */,
97C146F01CF9000F007C117D /* Runner */,
97C146EF1CF9000F007C117D /* Products */,
Expand Down Expand Up @@ -206,7 +206,7 @@
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
836774E82BB453EA006FB1B2 /* PrivacyInfo.xcprivacy in Resources */,
836774EA2BBC4972006FB1B2 /* PrivacyInfo.xcprivacy in Resources */,
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
12 changes: 6 additions & 6 deletions ios/TSLocationManager.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<array>
<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 @@ -19,7 +19,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -37,9 +37,9 @@
</dict>
<dict>
<key>BinaryPath</key>
<string>TSLocationManager.framework/TSLocationManager</string>
<string>TSLocationManager.framework/Versions/A/TSLocationManager</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</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>simulator</string>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified ios/TSLocationManager.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified ios/TSLocationManager.xcframework/_CodeSignature/CodeRequirements
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 9dee606

Please sign in to comment.