Skip to content

Commit f99035f

Browse files
feat: update example ios files
1 parent a175958 commit f99035f

File tree

4 files changed

+38
-5
lines changed

4 files changed

+38
-5
lines changed

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>9.0</string>
24+
<string>11.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile.lock

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
PODS:
2+
- Flutter (1.0.0)
3+
- phone_number (1.0.0):
4+
- Flutter
5+
- PhoneNumberKit/PhoneNumberKitCore (= 3.3.4)
6+
- PhoneNumberKit/PhoneNumberKitCore (3.3.4)
7+
8+
DEPENDENCIES:
9+
- Flutter (from `Flutter`)
10+
- phone_number (from `.symlinks/plugins/phone_number/ios`)
11+
12+
SPEC REPOS:
13+
trunk:
14+
- PhoneNumberKit
15+
16+
EXTERNAL SOURCES:
17+
Flutter:
18+
:path: Flutter
19+
phone_number:
20+
:path: ".symlinks/plugins/phone_number/ios"
21+
22+
SPEC CHECKSUMS:
23+
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
24+
phone_number: ad6f917e4fd2e507a198b93dca5eadcb463ec8c2
25+
PhoneNumberKit: 441e8b26ec88d598e3591de9061eff18f5dd12e8
26+
27+
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
28+
29+
COCOAPODS: 1.11.3

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -200,6 +200,7 @@
200200
/* Begin PBXShellScriptBuildPhase section */
201201
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
202202
isa = PBXShellScriptBuildPhase;
203+
alwaysOutOfDate = 1;
203204
buildActionMask = 2147483647;
204205
files = (
205206
);
@@ -236,6 +237,7 @@
236237
};
237238
9740EEB61CF901F6004384FC /* Run Script */ = {
238239
isa = PBXShellScriptBuildPhase;
240+
alwaysOutOfDate = 1;
239241
buildActionMask = 2147483647;
240242
files = (
241243
);
@@ -340,7 +342,7 @@
340342
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
341343
GCC_WARN_UNUSED_FUNCTION = YES;
342344
GCC_WARN_UNUSED_VARIABLE = YES;
343-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
345+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
344346
MTL_ENABLE_DEBUG_INFO = NO;
345347
SDKROOT = iphoneos;
346348
SUPPORTED_PLATFORMS = iphoneos;
@@ -422,7 +424,7 @@
422424
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
423425
GCC_WARN_UNUSED_FUNCTION = YES;
424426
GCC_WARN_UNUSED_VARIABLE = YES;
425-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
427+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
426428
MTL_ENABLE_DEBUG_INFO = YES;
427429
ONLY_ACTIVE_ARCH = YES;
428430
SDKROOT = iphoneos;
@@ -471,7 +473,7 @@
471473
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
472474
GCC_WARN_UNUSED_FUNCTION = YES;
473475
GCC_WARN_UNUSED_VARIABLE = YES;
474-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
476+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
475477
MTL_ENABLE_DEBUG_INFO = NO;
476478
SDKROOT = iphoneos;
477479
SUPPORTED_PLATFORMS = iphoneos;

example/ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@
4343
<false/>
4444
<key>CADisableMinimumFrameDurationOnPhone</key>
4545
<true/>
46+
<key>UIApplicationSupportsIndirectInputEvents</key>
47+
<true/>
4648
</dict>
4749
</plist>

0 commit comments

Comments
 (0)