File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Runner.xcworkspace/xcshareddata Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 445
445
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
446
446
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
447
447
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
448
- SWIFT_VERSION = 4.0 ;
448
+ SWIFT_VERSION = 4.2 ;
449
449
VALID_ARCHS = "arm64 armv7 armv7s";
450
450
VERSIONING_SYSTEM = "apple-generic";
451
451
};
473
473
PRODUCT_NAME = "$(TARGET_NAME)";
474
474
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
475
475
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
476
- SWIFT_VERSION = 4.0 ;
476
+ SWIFT_VERSION = 4.2 ;
477
477
VERSIONING_SYSTEM = "apple-generic";
478
478
};
479
479
name = Release;
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >BuildSystemType</key >
6
+ <string >Original</string >
7
+ </dict >
8
+ </plist >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Flutter
5
5
@objc class AppDelegate : FlutterAppDelegate {
6
6
override func application(
7
7
_ application: UIApplication ,
8
- didFinishLaunchingWithOptions launchOptions: [ UIApplicationLaunchOptionsKey : Any ] ?
8
+ didFinishLaunchingWithOptions launchOptions: [ UIApplication . LaunchOptionsKey : Any ] ?
9
9
) -> Bool {
10
10
GeneratedPluginRegistrant . register ( with: self )
11
11
return super. application ( application, didFinishLaunchingWithOptions: launchOptions)
Original file line number Diff line number Diff line change 3
3
#
4
4
Pod ::Spec . new do |s |
5
5
s . name = 'google_api_availability'
6
- s . version = '1.0.4 '
6
+ s . version = '1.0.5 '
7
7
s . summary = 'A Flutter plugin to check the availability of Google Play Services on an Android device.'
8
8
s . description = <<-DESC
9
9
A Flutter plugin to check the availability of Google Play Services on an Android device.
@@ -15,7 +15,7 @@ A Flutter plugin to check the availability of Google Play Services on an Android
15
15
s . source_files = 'Classes/**/*'
16
16
s . public_header_files = 'Classes/**/*.h'
17
17
s . dependency 'Flutter'
18
-
18
+ s . swift_version = '4.2'
19
19
s . ios . deployment_target = '8.0'
20
20
end
21
21
You can’t perform that action at this time.
0 commit comments