Skip to content

Commit 61bcf37

Browse files
authored
Merge pull request #579 from DevKor-github/feature/ios-release-metadata
[codex] Update iOS release metadata
2 parents 21db275 + 11b785a commit 61bcf37

6 files changed

Lines changed: 6 additions & 4 deletions

File tree

2.67 KB
Loading
5.33 KB
Loading
7.99 KB
Loading

ios/Runner/Base.lproj/LaunchScreen.storyboard

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
1717
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1818
<subviews>
19-
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4">
19+
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleAspectFit" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4">
2020
</imageView>
2121
</subviews>
22-
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
22+
<color key="backgroundColor" red="0.3843137255" green="0.4705882353" blue="0.9529411765" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
2323
<constraints>
2424
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="1a2-6s-vTC"/>
2525
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="4X2-HB-R7a"/>
@@ -32,6 +32,6 @@
3232
</scene>
3333
</scenes>
3434
<resources>
35-
<image name="LaunchImage" width="168" height="185"/>
35+
<image name="LaunchImage" width="176" height="38"/>
3636
</resources>
3737
</document>

ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
<false/>
4646
<key>LSRequiresIPhoneOS</key>
4747
<true/>
48+
<key>ITSAppUsesNonExemptEncryption</key>
49+
<false/>
4850
<key>NSAlarmKitUsageDescription</key>
4951
<string>OnTime uses alarms to remind you when it is time to prepare for schedules.</string>
5052
<key>UIApplicationSupportsIndirectInputEvents</key>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.0+1
19+
version: 1.0.1+1
2020

2121
environment:
2222
sdk: ^3.8.0

0 commit comments

Comments
 (0)