Skip to content

Commit 451ce0f

Browse files
committed
[tests] Bump min OS versions in all tests.
1 parent 7c5de2e commit 451ce0f

File tree

62 files changed

+64
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+64
-64
lines changed

tests/common/TestProjects/IBToolTaskTests/GenericAndDeviceSpecific/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>MinimumOSVersion</key>
24-
<string>12.2</string>
24+
<string>13.0</string>
2525
<key>UIDeviceFamily</key>
2626
<array>
2727
<integer>1</integer>

tests/common/TestProjects/IBToolTaskTests/LinkedAndTranslated/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>MinimumOSVersion</key>
24-
<string>12.2</string>
24+
<string>13.0</string>
2525
<key>UIDeviceFamily</key>
2626
<array>
2727
<integer>1</integer>

tests/common/TestProjects/MyActionExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
<string>com.apple.ui-services</string>
4949
</dict>
5050
<key>MinimumOSVersion</key>
51-
<string>12.2</string>
51+
<string>13.0</string>
5252
</dict>
5353
</plist>

tests/common/TestProjects/MyDocumentPickerExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
<string>com.apple.fileprovider-ui</string>
4343
</dict>
4444
<key>MinimumOSVersion</key>
45-
<string>12.2</string>
45+
<string>13.0</string>
4646
</dict>
4747
</plist>

tests/common/TestProjects/MyIBToolLinkTest/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>LSRequiresIPhoneOS</key>
1414
<true/>
1515
<key>MinimumOSVersion</key>
16-
<string>12.2</string>
16+
<string>13.0</string>
1717
<key>UIDeviceFamily</key>
1818
<array>
1919
<integer>1</integer>

tests/common/TestProjects/MyKeyboardExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
<string>KeyboardViewController</string>
4040
</dict>
4141
<key>MinimumOSVersion</key>
42-
<string>12.2</string>
42+
<string>13.0</string>
4343
</dict>
4444
</plist>

tests/common/TestProjects/MyPhotoEditingExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>MinimumOSVersion</key>
22-
<string>12.2</string>
22+
<string>13.0</string>
2323
<key>CFBundleVersion</key>
2424
<string>1</string>
2525
<key>NSExtension</key>

tests/common/TestProjects/MyShareExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>MinimumOSVersion</key>
22-
<string>12.2</string>
22+
<string>13.0</string>
2323
<key>CFBundleVersion</key>
2424
<string>1</string>
2525
<key>NSExtension</key>

tests/common/TestProjects/MyTVApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>UIMainStoryboardFile</key>
1616
<string>MainStoryboard</string>
1717
<key>MinimumOSVersion</key>
18-
<string>12.2</string>
18+
<string>13.0</string>
1919
<key>CFBundleDisplayName</key>
2020
<string>MyTVApp</string>
2121
<key>CFBundleIdentifier</key>

tests/common/TestProjects/MyTVServicesExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleVersion</key>
2020
<string>1.0</string>
2121
<key>MinimumOSVersion</key>
22-
<string>12.2</string>
22+
<string>13.0</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionAttributes</key>

0 commit comments

Comments
 (0)