Skip to content

Commit cd0c7b9

Browse files
Updated gradle
1 parent ef91d24 commit cd0c7b9

File tree

7 files changed

+201
-4
lines changed

7 files changed

+201
-4
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
main.java.srcDirs += 'src/main/kotlin'
4343
}
4444
defaultConfig {
45-
minSdkVersion 16
45+
minSdkVersion 19
4646
targetSdkVersion 34
4747
}
4848
lintOptions {

example/android/app/build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
android {
99
namespace = "com.example.example"
10-
compileSdk = flutter.compileSdkVersion
10+
compileSdk = 34
1111
ndkVersion = flutter.ndkVersion
1212

1313
compileOptions {
@@ -24,8 +24,11 @@ android {
2424
applicationId = "com.example.example"
2525
// You can update the following values to match your application needs.
2626
// For more information, see: https://flutter.dev/to/review-gradle-config.
27-
minSdk = flutter.minSdkVersion
28-
targetSdk = flutter.targetSdkVersion
27+
minSdkVersion flutter.minSdkVersion
28+
multiDexEnabled true
29+
targetSdkVersion 34
30+
minSdk = 19
31+
targetSdk = 34
2932
versionCode = flutter.versionCode
3033
versionName = flutter.versionName
3134
}

example/android/build.gradle

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2+
buildscript {
3+
ext.kotlin_version = '1.9.0'
4+
repositories {
5+
google()
6+
jcenter()
7+
mavenCentral()
8+
}
9+
10+
dependencies {
11+
classpath 'com.android.tools.build:gradle:8.0.0'
12+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13+
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.2.0'
14+
classpath 'com.google.gms:google-services:4.3.3'
15+
}
16+
}
117
allprojects {
218
repositories {
319
google()

example/ios/Podfile.lock

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
PODS:
2+
- background_location_tracker (0.0.1):
3+
- Flutter
4+
- Flutter (1.0.0)
5+
- flutter_local_notifications (0.0.1):
6+
- Flutter
7+
- permission_handler_apple (9.3.0):
8+
- Flutter
9+
- shared_preferences_foundation (0.0.1):
10+
- Flutter
11+
- FlutterMacOS
12+
13+
DEPENDENCIES:
14+
- background_location_tracker (from `.symlinks/plugins/background_location_tracker/ios`)
15+
- Flutter (from `Flutter`)
16+
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
17+
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
18+
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
19+
20+
EXTERNAL SOURCES:
21+
background_location_tracker:
22+
:path: ".symlinks/plugins/background_location_tracker/ios"
23+
Flutter:
24+
:path: Flutter
25+
flutter_local_notifications:
26+
:path: ".symlinks/plugins/flutter_local_notifications/ios"
27+
permission_handler_apple:
28+
:path: ".symlinks/plugins/permission_handler_apple/ios"
29+
shared_preferences_foundation:
30+
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
31+
32+
SPEC CHECKSUMS:
33+
background_location_tracker: b8f5e416a4a2de95e6919f76e8b4e670c4086444
34+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
35+
flutter_local_notifications: 395056b3175ba4f08480a7c5de30cd36d69827e4
36+
permission_handler_apple: 4ed2196e43d0651e8ff7ca3483a069d469701f2d
37+
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
38+
39+
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
40+
41+
COCOAPODS: 1.16.2

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1515
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1616
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
17+
E2FBCA86F153144621B4D828 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1C1807651576B94B8819FE2D /* Pods_Runner.framework */; };
18+
FDE03A96246DA1ED3AE95BC5 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 23F5C5744D25054AC6C98EC8 /* Pods_RunnerTests.framework */; };
1719
/* End PBXBuildFile section */
1820

1921
/* Begin PBXContainerItemProxy section */
@@ -42,32 +44,58 @@
4244
/* Begin PBXFileReference section */
4345
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4446
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
47+
1C1807651576B94B8819FE2D /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
48+
23F5C5744D25054AC6C98EC8 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4549
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
4650
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4751
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
52+
5AE26B9B4ED6FCECD20EF89F /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
53+
5D1F3D754475722C4ABD4635 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
4854
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
4955
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5056
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
57+
9041A852D0CEF99D2FEF82A7 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
5158
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
5259
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
5360
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
5461
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
5562
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5663
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5764
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
65+
C5CCE898441B3CD35D946E35 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
66+
D2EFDE7225E3DA68B6BC447D /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
67+
DBEE9E3C234897462F3196EC /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
5868
/* End PBXFileReference section */
5969

6070
/* Begin PBXFrameworksBuildPhase section */
71+
1477DF91E4CB44A296674BF9 /* Frameworks */ = {
72+
isa = PBXFrameworksBuildPhase;
73+
buildActionMask = 2147483647;
74+
files = (
75+
FDE03A96246DA1ED3AE95BC5 /* Pods_RunnerTests.framework in Frameworks */,
76+
);
77+
runOnlyForDeploymentPostprocessing = 0;
78+
};
6179
97C146EB1CF9000F007C117D /* Frameworks */ = {
6280
isa = PBXFrameworksBuildPhase;
6381
buildActionMask = 2147483647;
6482
files = (
83+
E2FBCA86F153144621B4D828 /* Pods_Runner.framework in Frameworks */,
6584
);
6685
runOnlyForDeploymentPostprocessing = 0;
6786
};
6887
/* End PBXFrameworksBuildPhase section */
6988

7089
/* Begin PBXGroup section */
90+
18085B3272F1FD2E1DD84A88 /* Frameworks */ = {
91+
isa = PBXGroup;
92+
children = (
93+
1C1807651576B94B8819FE2D /* Pods_Runner.framework */,
94+
23F5C5744D25054AC6C98EC8 /* Pods_RunnerTests.framework */,
95+
);
96+
name = Frameworks;
97+
sourceTree = "<group>";
98+
};
7199
331C8082294A63A400263BE5 /* RunnerTests */ = {
72100
isa = PBXGroup;
73101
children = (
@@ -76,6 +104,20 @@
76104
path = RunnerTests;
77105
sourceTree = "<group>";
78106
};
107+
39DCA81C7ACAFF4E84F4278E /* Pods */ = {
108+
isa = PBXGroup;
109+
children = (
110+
5D1F3D754475722C4ABD4635 /* Pods-Runner.debug.xcconfig */,
111+
C5CCE898441B3CD35D946E35 /* Pods-Runner.release.xcconfig */,
112+
D2EFDE7225E3DA68B6BC447D /* Pods-Runner.profile.xcconfig */,
113+
DBEE9E3C234897462F3196EC /* Pods-RunnerTests.debug.xcconfig */,
114+
5AE26B9B4ED6FCECD20EF89F /* Pods-RunnerTests.release.xcconfig */,
115+
9041A852D0CEF99D2FEF82A7 /* Pods-RunnerTests.profile.xcconfig */,
116+
);
117+
name = Pods;
118+
path = Pods;
119+
sourceTree = "<group>";
120+
};
79121
9740EEB11CF90186004384FC /* Flutter */ = {
80122
isa = PBXGroup;
81123
children = (
@@ -94,6 +136,8 @@
94136
97C146F01CF9000F007C117D /* Runner */,
95137
97C146EF1CF9000F007C117D /* Products */,
96138
331C8082294A63A400263BE5 /* RunnerTests */,
139+
39DCA81C7ACAFF4E84F4278E /* Pods */,
140+
18085B3272F1FD2E1DD84A88 /* Frameworks */,
97141
);
98142
sourceTree = "<group>";
99143
};
@@ -128,8 +172,10 @@
128172
isa = PBXNativeTarget;
129173
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
130174
buildPhases = (
175+
552DA747912D060070647FA8 /* [CP] Check Pods Manifest.lock */,
131176
331C807D294A63A400263BE5 /* Sources */,
132177
331C807F294A63A400263BE5 /* Resources */,
178+
1477DF91E4CB44A296674BF9 /* Frameworks */,
133179
);
134180
buildRules = (
135181
);
@@ -145,12 +191,15 @@
145191
isa = PBXNativeTarget;
146192
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
147193
buildPhases = (
194+
83CFA7A4B629DDE1249A4E71 /* [CP] Check Pods Manifest.lock */,
148195
9740EEB61CF901F6004384FC /* Run Script */,
149196
97C146EA1CF9000F007C117D /* Sources */,
150197
97C146EB1CF9000F007C117D /* Frameworks */,
151198
97C146EC1CF9000F007C117D /* Resources */,
152199
9705A1C41CF9048500538489 /* Embed Frameworks */,
153200
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
201+
C980E56D0DB857828F2C230E /* [CP] Embed Pods Frameworks */,
202+
08DCCDD787C6C711C80BAD00 /* [CP] Copy Pods Resources */,
154203
);
155204
buildRules = (
156205
);
@@ -222,6 +271,23 @@
222271
/* End PBXResourcesBuildPhase section */
223272

224273
/* Begin PBXShellScriptBuildPhase section */
274+
08DCCDD787C6C711C80BAD00 /* [CP] Copy Pods Resources */ = {
275+
isa = PBXShellScriptBuildPhase;
276+
buildActionMask = 2147483647;
277+
files = (
278+
);
279+
inputFileListPaths = (
280+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
281+
);
282+
name = "[CP] Copy Pods Resources";
283+
outputFileListPaths = (
284+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
285+
);
286+
runOnlyForDeploymentPostprocessing = 0;
287+
shellPath = /bin/sh;
288+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
289+
showEnvVarsInLog = 0;
290+
};
225291
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
226292
isa = PBXShellScriptBuildPhase;
227293
alwaysOutOfDate = 1;
@@ -238,6 +304,50 @@
238304
shellPath = /bin/sh;
239305
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
240306
};
307+
552DA747912D060070647FA8 /* [CP] Check Pods Manifest.lock */ = {
308+
isa = PBXShellScriptBuildPhase;
309+
buildActionMask = 2147483647;
310+
files = (
311+
);
312+
inputFileListPaths = (
313+
);
314+
inputPaths = (
315+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
316+
"${PODS_ROOT}/Manifest.lock",
317+
);
318+
name = "[CP] Check Pods Manifest.lock";
319+
outputFileListPaths = (
320+
);
321+
outputPaths = (
322+
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
323+
);
324+
runOnlyForDeploymentPostprocessing = 0;
325+
shellPath = /bin/sh;
326+
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";
327+
showEnvVarsInLog = 0;
328+
};
329+
83CFA7A4B629DDE1249A4E71 /* [CP] Check Pods Manifest.lock */ = {
330+
isa = PBXShellScriptBuildPhase;
331+
buildActionMask = 2147483647;
332+
files = (
333+
);
334+
inputFileListPaths = (
335+
);
336+
inputPaths = (
337+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
338+
"${PODS_ROOT}/Manifest.lock",
339+
);
340+
name = "[CP] Check Pods Manifest.lock";
341+
outputFileListPaths = (
342+
);
343+
outputPaths = (
344+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
345+
);
346+
runOnlyForDeploymentPostprocessing = 0;
347+
shellPath = /bin/sh;
348+
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";
349+
showEnvVarsInLog = 0;
350+
};
241351
9740EEB61CF901F6004384FC /* Run Script */ = {
242352
isa = PBXShellScriptBuildPhase;
243353
alwaysOutOfDate = 1;
@@ -253,6 +363,23 @@
253363
shellPath = /bin/sh;
254364
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
255365
};
366+
C980E56D0DB857828F2C230E /* [CP] Embed Pods Frameworks */ = {
367+
isa = PBXShellScriptBuildPhase;
368+
buildActionMask = 2147483647;
369+
files = (
370+
);
371+
inputFileListPaths = (
372+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
373+
);
374+
name = "[CP] Embed Pods Frameworks";
375+
outputFileListPaths = (
376+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
377+
);
378+
runOnlyForDeploymentPostprocessing = 0;
379+
shellPath = /bin/sh;
380+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
381+
showEnvVarsInLog = 0;
382+
};
256383
/* End PBXShellScriptBuildPhase section */
257384

258385
/* Begin PBXSourcesBuildPhase section */
@@ -378,6 +505,7 @@
378505
};
379506
331C8088294A63A400263BE5 /* Debug */ = {
380507
isa = XCBuildConfiguration;
508+
baseConfigurationReference = DBEE9E3C234897462F3196EC /* Pods-RunnerTests.debug.xcconfig */;
381509
buildSettings = {
382510
BUNDLE_LOADER = "$(TEST_HOST)";
383511
CODE_SIGN_STYLE = Automatic;
@@ -395,6 +523,7 @@
395523
};
396524
331C8089294A63A400263BE5 /* Release */ = {
397525
isa = XCBuildConfiguration;
526+
baseConfigurationReference = 5AE26B9B4ED6FCECD20EF89F /* Pods-RunnerTests.release.xcconfig */;
398527
buildSettings = {
399528
BUNDLE_LOADER = "$(TEST_HOST)";
400529
CODE_SIGN_STYLE = Automatic;
@@ -410,6 +539,7 @@
410539
};
411540
331C808A294A63A400263BE5 /* Profile */ = {
412541
isa = XCBuildConfiguration;
542+
baseConfigurationReference = 9041A852D0CEF99D2FEF82A7 /* Pods-RunnerTests.profile.xcconfig */;
413543
buildSettings = {
414544
BUNDLE_LOADER = "$(TEST_HOST)";
415545
CODE_SIGN_STYLE = Automatic;

example/ios/Runner.xcworkspace/contents.xcworkspacedata

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

example/ios/Runner/AppDelegate.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Flutter
22
import UIKit
3+
import background_location_tracker
34

45
@main
56
@objc class AppDelegate: FlutterAppDelegate {
@@ -8,6 +9,9 @@ import UIKit
89
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
910
) -> Bool {
1011
GeneratedPluginRegistrant.register(with: self)
12+
BackgroundLocationTrackerPlugin.setPluginRegistrantCallback { registry in
13+
GeneratedPluginRegistrant.register(with: registry)
14+
}
1115
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
1216
}
1317
}

0 commit comments

Comments
 (0)