Skip to content

Commit 177e749

Browse files
TICKET-T-5917 : update ios deployment version - 15 (#183)
* HERESDK-5817 Remove app version from launch screen Signed-off-by: AKASH S KUMAR <[email protected]> * HERESDK-5917 update ios deployment version - 15 Signed-off-by: AKASH S KUMAR <[email protected]> --------- Signed-off-by: AKASH S KUMAR <[email protected]> Co-authored-by: AKASH S KUMAR <[email protected]>
1 parent e1e0dc6 commit 177e749

File tree

5 files changed

+13
-14
lines changed

5 files changed

+13
-14
lines changed

ios/Flutter/AppFrameworkInfo.plist

+1-1
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>12.0</string>
24+
<string>15.0</string>
2525
</dict>
2626
</plist>

ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
platform :ios, '12.4'
2+
platform :ios, '15.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

ios/Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ SPEC CHECKSUMS:
164164
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
165165
wakelock_plus: 373cfe59b235a6dd5837d0fb88791d2f13a90d56
166166

167-
PODFILE CHECKSUM: d0c5cdb80c6b1a5d17f8d9a007326c470e9d6e04
167+
PODFILE CHECKSUM: 35f3b71c1702404c71d87f8c1bb7d0c21e5491ee
168168

169169
COCOAPODS: 1.15.2

ios/Runner.xcodeproj/project.pbxproj

+6-3
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
364364
GCC_WARN_UNUSED_FUNCTION = YES;
365365
GCC_WARN_UNUSED_VARIABLE = YES;
366-
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
366+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
367367
MTL_ENABLE_DEBUG_INFO = NO;
368368
SDKROOT = iphoneos;
369369
SUPPORTED_PLATFORMS = iphoneos;
@@ -386,6 +386,7 @@
386386
"$(PROJECT_DIR)/Flutter",
387387
);
388388
INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist";
389+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
389390
LD_RUNPATH_SEARCH_PATHS = (
390391
"$(inherited)",
391392
"@executable_path/Frameworks",
@@ -450,7 +451,7 @@
450451
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
451452
GCC_WARN_UNUSED_FUNCTION = YES;
452453
GCC_WARN_UNUSED_VARIABLE = YES;
453-
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
454+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
454455
MTL_ENABLE_DEBUG_INFO = YES;
455456
ONLY_ACTIVE_ARCH = YES;
456457
SDKROOT = iphoneos;
@@ -500,7 +501,7 @@
500501
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
501502
GCC_WARN_UNUSED_FUNCTION = YES;
502503
GCC_WARN_UNUSED_VARIABLE = YES;
503-
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
504+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
504505
MTL_ENABLE_DEBUG_INFO = NO;
505506
SDKROOT = iphoneos;
506507
SUPPORTED_PLATFORMS = iphoneos;
@@ -525,6 +526,7 @@
525526
"$(PROJECT_DIR)/Flutter",
526527
);
527528
INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist";
529+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
528530
LD_RUNPATH_SEARCH_PATHS = (
529531
"$(inherited)",
530532
"@executable_path/Frameworks",
@@ -556,6 +558,7 @@
556558
"$(PROJECT_DIR)/Flutter",
557559
);
558560
INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist";
561+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
559562
LD_RUNPATH_SEARCH_PATHS = (
560563
"$(inherited)",
561564
"@executable_path/Frameworks",

ios/Runner/Base.lproj/LaunchScreen.storyboard

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
33
<device id="retina6_1" orientation="portrait" appearance="light"/>
44
<dependencies>
55
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
77
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
88
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
99
</dependencies>
@@ -17,13 +17,13 @@
1717
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1818
<subviews>
1919
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="avatar" translatesAutoresizingMaskIntoConstraints="NO" id="ZIA-Ge-yO1">
20-
<rect key="frame" x="138" y="384" width="138" height="138"/>
20+
<rect key="frame" x="138" y="386" width="138" height="138"/>
2121
<constraints>
2222
<constraint firstAttribute="width" secondItem="ZIA-Ge-yO1" secondAttribute="height" multiplier="1:1" id="eIA-vA-LqY"/>
2323
</constraints>
2424
</imageView>
2525
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="3" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Etg-xn-S4a">
26-
<rect key="frame" x="0.0" y="44" width="414" height="340"/>
26+
<rect key="frame" x="0.0" y="48" width="414" height="338"/>
2727
<string key="text">HERE SDK
2828
Reference Application
2929
for Flutter</string>
@@ -35,13 +35,9 @@ for Flutter</string>
3535
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
3636
<color key="backgroundColor" red="0.14901960784313725" green="0.18431372549019609" blue="0.22745098039215686" alpha="1" colorSpace="calibratedRGB"/>
3737
<constraints>
38-
<constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="fLl-pe-QQF" secondAttribute="bottom" id="1Nx-8k-wLG"/>
3938
<constraint firstItem="ZIA-Ge-yO1" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="2Og-jK-PBo"/>
4039
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="Etg-xn-S4a" secondAttribute="trailing" id="5Sl-7j-uAa"/>
4140
<constraint firstItem="Etg-xn-S4a" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="Au9-y0-WHc"/>
42-
<constraint firstItem="fLl-pe-QQF" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="IcF-rg-wQW"/>
43-
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="fLl-pe-QQF" secondAttribute="trailing" id="R39-sd-hHm"/>
44-
<constraint firstItem="fLl-pe-QQF" firstAttribute="top" secondItem="ZIA-Ge-yO1" secondAttribute="bottom" id="Y0K-JG-Ced"/>
4541
<constraint firstItem="ZIA-Ge-yO1" firstAttribute="centerY" secondItem="6Tk-OE-BBY" secondAttribute="centerY" id="cPC-Nm-s8t"/>
4642
<constraint firstItem="Etg-xn-S4a" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="eR4-8I-Cba"/>
4743
<constraint firstItem="ZIA-Ge-yO1" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="1:3" id="fGK-t3-mf8"/>

0 commit comments

Comments
 (0)