Skip to content

Commit c5fd5f9

Browse files
committed
feat: update min iOS Version to 13.0
Signed-off-by: Denis Dobanda <[email protected]>
1 parent aaca377 commit c5fd5f9

File tree

3 files changed

+67
-68
lines changed

3 files changed

+67
-68
lines changed

example/ios/Podfile.lock

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- flutter_security_toolkit (0.0.1):
3+
- flutter_security_toolkit (1.0.1):
44
- Flutter
5+
- SecurityToolkit (~> 1.0)
56
- integration_test (0.0.1):
67
- Flutter
8+
- SecurityToolkit (1.0.1)
79

810
DEPENDENCIES:
911
- Flutter (from `Flutter`)
1012
- flutter_security_toolkit (from `.symlinks/plugins/flutter_security_toolkit/ios`)
1113
- integration_test (from `.symlinks/plugins/integration_test/ios`)
1214

15+
SPEC REPOS:
16+
trunk:
17+
- SecurityToolkit
18+
1319
EXTERNAL SOURCES:
1420
Flutter:
1521
:path: Flutter
@@ -20,9 +26,10 @@ EXTERNAL SOURCES:
2026

2127
SPEC CHECKSUMS:
2228
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
23-
flutter_security_toolkit: 4bfaa6b0e58669037ca16f97b66ada44793fdaa3
29+
flutter_security_toolkit: 73412e795f89286c565f7f91b76b2c4c610c953a
2430
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
31+
SecurityToolkit: 51927d4723e634bddb83a4d16e86940b344fa6a4
2532

2633
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
2734

28-
COCOAPODS: 1.15.2
35+
COCOAPODS: 1.16.2

example/ios/Runner.xcodeproj/project.pbxproj

+56-64
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
1212
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1313
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
14-
7EA600107093DD49D6ED3F74 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8538C9DAF14C58EC1A5C6499 /* Pods_Runner.framework */; };
14+
80D24D3515E7726B63655F06 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1220DF8B1539FCD3D99D1A59 /* Pods_RunnerTests.framework */; };
15+
845EF56157C48BC6559F3B82 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3C8BBCF15B960431EA28B21 /* Pods_Runner.framework */; };
1516
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1617
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1718
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
18-
EE4BB922389E1037ED620D5C /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC5F21E3DD3C0CF2B9A5DAAB /* Pods_RunnerTests.framework */; };
1919
/* End PBXBuildFile section */
2020

2121
/* Begin PBXContainerItemProxy section */
@@ -42,45 +42,45 @@
4242
/* End PBXCopyFilesBuildPhase section */
4343

4444
/* Begin PBXFileReference section */
45-
116403F876FA9503D33DDAC4 /* 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>"; };
45+
1220DF8B1539FCD3D99D1A59 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4646
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4747
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
4848
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
4949
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5050
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
51-
62AD99310EBA704AE2C1E5CB /* 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>"; };
52-
652DC182E415FCFC5BF258DD /* 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>"; };
51+
66C030F384E65AE7EB6BB9FA /* 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>"; };
5352
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
5453
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5554
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
56-
8538C9DAF14C58EC1A5C6499 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5755
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
5856
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
57+
976639FAF4AFEF6FE8A166F2 /* 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>"; };
5958
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
6059
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
6160
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6261
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6362
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
64-
9948D12CC66ABA94E7C6ED9F /* 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>"; };
65-
9A3B5C985E3A1F2C8BDBB58C /* 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-
BC5F21E3DD3C0CF2B9A5DAAB /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
67-
CDEFA4E6DB0ECA9A477120FB /* 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>"; };
63+
BCC9E959282720E422C8B6F4 /* 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>"; };
64+
CBE9005B2CFB40FCDC0CE766 /* 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>"; };
65+
CC4C196C0A4950D1DBB99067 /* 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>"; };
66+
D3C8BBCF15B960431EA28B21 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
67+
E0F795F4758F1FEF75A63386 /* 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>"; };
6868
/* End PBXFileReference section */
6969

7070
/* Begin PBXFrameworksBuildPhase section */
7171
97C146EB1CF9000F007C117D /* Frameworks */ = {
7272
isa = PBXFrameworksBuildPhase;
7373
buildActionMask = 2147483647;
7474
files = (
75-
7EA600107093DD49D6ED3F74 /* Pods_Runner.framework in Frameworks */,
75+
845EF56157C48BC6559F3B82 /* Pods_Runner.framework in Frameworks */,
7676
);
7777
runOnlyForDeploymentPostprocessing = 0;
7878
};
7979
F44BFDC660BD6F3D8C3E1883 /* Frameworks */ = {
8080
isa = PBXFrameworksBuildPhase;
8181
buildActionMask = 2147483647;
8282
files = (
83-
EE4BB922389E1037ED620D5C /* Pods_RunnerTests.framework in Frameworks */,
83+
80D24D3515E7726B63655F06 /* Pods_RunnerTests.framework in Frameworks */,
8484
);
8585
runOnlyForDeploymentPostprocessing = 0;
8686
};
@@ -95,15 +95,24 @@
9595
path = RunnerTests;
9696
sourceTree = "<group>";
9797
};
98+
54AD53412B92F3CE364AB06E /* Frameworks */ = {
99+
isa = PBXGroup;
100+
children = (
101+
D3C8BBCF15B960431EA28B21 /* Pods_Runner.framework */,
102+
1220DF8B1539FCD3D99D1A59 /* Pods_RunnerTests.framework */,
103+
);
104+
name = Frameworks;
105+
sourceTree = "<group>";
106+
};
98107
5AD6654A49831B8A86A9F02C /* Pods */ = {
99108
isa = PBXGroup;
100109
children = (
101-
9948D12CC66ABA94E7C6ED9F /* Pods-Runner.debug.xcconfig */,
102-
9A3B5C985E3A1F2C8BDBB58C /* Pods-Runner.release.xcconfig */,
103-
62AD99310EBA704AE2C1E5CB /* Pods-Runner.profile.xcconfig */,
104-
CDEFA4E6DB0ECA9A477120FB /* Pods-RunnerTests.debug.xcconfig */,
105-
652DC182E415FCFC5BF258DD /* Pods-RunnerTests.release.xcconfig */,
106-
116403F876FA9503D33DDAC4 /* Pods-RunnerTests.profile.xcconfig */,
110+
66C030F384E65AE7EB6BB9FA /* Pods-Runner.debug.xcconfig */,
111+
BCC9E959282720E422C8B6F4 /* Pods-Runner.release.xcconfig */,
112+
976639FAF4AFEF6FE8A166F2 /* Pods-Runner.profile.xcconfig */,
113+
CBE9005B2CFB40FCDC0CE766 /* Pods-RunnerTests.debug.xcconfig */,
114+
E0F795F4758F1FEF75A63386 /* Pods-RunnerTests.release.xcconfig */,
115+
CC4C196C0A4950D1DBB99067 /* Pods-RunnerTests.profile.xcconfig */,
107116
);
108117
path = Pods;
109118
sourceTree = "<group>";
@@ -127,7 +136,7 @@
127136
97C146EF1CF9000F007C117D /* Products */,
128137
331C8082294A63A400263BE5 /* RunnerTests */,
129138
5AD6654A49831B8A86A9F02C /* Pods */,
130-
C7DF9798D3AC54A66D5DB254 /* Frameworks */,
139+
54AD53412B92F3CE364AB06E /* Frameworks */,
131140
);
132141
sourceTree = "<group>";
133142
};
@@ -155,23 +164,14 @@
155164
path = Runner;
156165
sourceTree = "<group>";
157166
};
158-
C7DF9798D3AC54A66D5DB254 /* Frameworks */ = {
159-
isa = PBXGroup;
160-
children = (
161-
8538C9DAF14C58EC1A5C6499 /* Pods_Runner.framework */,
162-
BC5F21E3DD3C0CF2B9A5DAAB /* Pods_RunnerTests.framework */,
163-
);
164-
name = Frameworks;
165-
sourceTree = "<group>";
166-
};
167167
/* End PBXGroup section */
168168

169169
/* Begin PBXNativeTarget section */
170170
331C8080294A63A400263BE5 /* RunnerTests */ = {
171171
isa = PBXNativeTarget;
172172
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
173173
buildPhases = (
174-
BC69FE4AE75C9E9C63FC66FF /* [CP] Check Pods Manifest.lock */,
174+
EA460437C7A7D5CCFECF9ED1 /* [CP] Check Pods Manifest.lock */,
175175
331C807D294A63A400263BE5 /* Sources */,
176176
331C807F294A63A400263BE5 /* Resources */,
177177
F44BFDC660BD6F3D8C3E1883 /* Frameworks */,
@@ -190,14 +190,14 @@
190190
isa = PBXNativeTarget;
191191
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
192192
buildPhases = (
193-
867D82721525D5D0AE4272F1 /* [CP] Check Pods Manifest.lock */,
193+
7C802916A7E84B78FFEFF688 /* [CP] Check Pods Manifest.lock */,
194194
9740EEB61CF901F6004384FC /* Run Script */,
195195
97C146EA1CF9000F007C117D /* Sources */,
196196
97C146EB1CF9000F007C117D /* Frameworks */,
197197
97C146EC1CF9000F007C117D /* Resources */,
198198
9705A1C41CF9048500538489 /* Embed Frameworks */,
199199
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
200-
6E0C29AB09F3F995E76F9E1C /* [CP] Embed Pods Frameworks */,
200+
D7D899DE6C5FC4179B369E2B /* [CP] Embed Pods Frameworks */,
201201
);
202202
buildRules = (
203203
);
@@ -238,7 +238,6 @@
238238
);
239239
mainGroup = 97C146E51CF9000F007C117D;
240240
packageReferences = (
241-
88F1A75B2C6CD1030076CF0A /* XCLocalSwiftPackageReference "mobile-security-suite" */,
242241
);
243242
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
244243
projectDirPath = "";
@@ -288,24 +287,7 @@
288287
shellPath = /bin/sh;
289288
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
290289
};
291-
6E0C29AB09F3F995E76F9E1C /* [CP] Embed Pods Frameworks */ = {
292-
isa = PBXShellScriptBuildPhase;
293-
buildActionMask = 2147483647;
294-
files = (
295-
);
296-
inputFileListPaths = (
297-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
298-
);
299-
name = "[CP] Embed Pods Frameworks";
300-
outputFileListPaths = (
301-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
302-
);
303-
runOnlyForDeploymentPostprocessing = 0;
304-
shellPath = /bin/sh;
305-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
306-
showEnvVarsInLog = 0;
307-
};
308-
867D82721525D5D0AE4272F1 /* [CP] Check Pods Manifest.lock */ = {
290+
7C802916A7E84B78FFEFF688 /* [CP] Check Pods Manifest.lock */ = {
309291
isa = PBXShellScriptBuildPhase;
310292
buildActionMask = 2147483647;
311293
files = (
@@ -342,7 +324,24 @@
342324
shellPath = /bin/sh;
343325
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
344326
};
345-
BC69FE4AE75C9E9C63FC66FF /* [CP] Check Pods Manifest.lock */ = {
327+
D7D899DE6C5FC4179B369E2B /* [CP] Embed Pods Frameworks */ = {
328+
isa = PBXShellScriptBuildPhase;
329+
buildActionMask = 2147483647;
330+
files = (
331+
);
332+
inputFileListPaths = (
333+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
334+
);
335+
name = "[CP] Embed Pods Frameworks";
336+
outputFileListPaths = (
337+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
338+
);
339+
runOnlyForDeploymentPostprocessing = 0;
340+
shellPath = /bin/sh;
341+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
342+
showEnvVarsInLog = 0;
343+
};
344+
EA460437C7A7D5CCFECF9ED1 /* [CP] Check Pods Manifest.lock */ = {
346345
isa = PBXShellScriptBuildPhase;
347346
buildActionMask = 2147483647;
348347
files = (
@@ -457,7 +456,7 @@
457456
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
458457
GCC_WARN_UNUSED_FUNCTION = YES;
459458
GCC_WARN_UNUSED_VARIABLE = YES;
460-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
459+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
461460
MTL_ENABLE_DEBUG_INFO = NO;
462461
SDKROOT = iphoneos;
463462
SUPPORTED_PLATFORMS = iphoneos;
@@ -490,7 +489,7 @@
490489
};
491490
331C8088294A63A400263BE5 /* Debug */ = {
492491
isa = XCBuildConfiguration;
493-
baseConfigurationReference = CDEFA4E6DB0ECA9A477120FB /* Pods-RunnerTests.debug.xcconfig */;
492+
baseConfigurationReference = CBE9005B2CFB40FCDC0CE766 /* Pods-RunnerTests.debug.xcconfig */;
494493
buildSettings = {
495494
BUNDLE_LOADER = "$(TEST_HOST)";
496495
CODE_SIGN_STYLE = Automatic;
@@ -508,7 +507,7 @@
508507
};
509508
331C8089294A63A400263BE5 /* Release */ = {
510509
isa = XCBuildConfiguration;
511-
baseConfigurationReference = 652DC182E415FCFC5BF258DD /* Pods-RunnerTests.release.xcconfig */;
510+
baseConfigurationReference = E0F795F4758F1FEF75A63386 /* Pods-RunnerTests.release.xcconfig */;
512511
buildSettings = {
513512
BUNDLE_LOADER = "$(TEST_HOST)";
514513
CODE_SIGN_STYLE = Automatic;
@@ -524,7 +523,7 @@
524523
};
525524
331C808A294A63A400263BE5 /* Profile */ = {
526525
isa = XCBuildConfiguration;
527-
baseConfigurationReference = 116403F876FA9503D33DDAC4 /* Pods-RunnerTests.profile.xcconfig */;
526+
baseConfigurationReference = CC4C196C0A4950D1DBB99067 /* Pods-RunnerTests.profile.xcconfig */;
528527
buildSettings = {
529528
BUNDLE_LOADER = "$(TEST_HOST)";
530529
CODE_SIGN_STYLE = Automatic;
@@ -587,7 +586,7 @@
587586
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
588587
GCC_WARN_UNUSED_FUNCTION = YES;
589588
GCC_WARN_UNUSED_VARIABLE = YES;
590-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
589+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
591590
MTL_ENABLE_DEBUG_INFO = YES;
592591
ONLY_ACTIVE_ARCH = YES;
593592
SDKROOT = iphoneos;
@@ -638,7 +637,7 @@
638637
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
639638
GCC_WARN_UNUSED_FUNCTION = YES;
640639
GCC_WARN_UNUSED_VARIABLE = YES;
641-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
640+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
642641
MTL_ENABLE_DEBUG_INFO = NO;
643642
SDKROOT = iphoneos;
644643
SUPPORTED_PLATFORMS = iphoneos;
@@ -728,13 +727,6 @@
728727
defaultConfigurationName = Release;
729728
};
730729
/* End XCConfigurationList section */
731-
732-
/* Begin XCLocalSwiftPackageReference section */
733-
88F1A75B2C6CD1030076CF0A /* XCLocalSwiftPackageReference "mobile-security-suite" */ = {
734-
isa = XCLocalSwiftPackageReference;
735-
relativePath = "../../../../mobile-security-suite";
736-
};
737-
/* End XCLocalSwiftPackageReference section */
738730
};
739731
rootObject = 97C146E61CF9000F007C117D /* Project object */;
740732
}

ios/flutter_security_toolkit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Internal flutter_security_toolkit
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.platform = :ios, '12.0'
18+
s.platform = :ios, '13.0'
1919
s.dependency 'SecurityToolkit', '~> 1.0'
2020

2121
# Flutter.framework does not contain a i386 slice.

0 commit comments

Comments
 (0)