Skip to content

Commit e6e9f33

Browse files
committed
Remove more armv7 references.
1 parent 744565e commit e6e9f33

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

app/src/tests/runner/ios/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<string>Main</string>
3131
<key>UIRequiredDeviceCapabilities</key>
3232
<array>
33-
<string>armv7</string>
33+
<string>arm64</string>
3434
</array>
3535
<key>UISupportedInterfaceOrientations</key>
3636
<array>
@@ -46,4 +46,4 @@
4646
<string>UIInterfaceOrientationLandscapeRight</string>
4747
</array>
4848
</dict>
49-
</plist>
49+
</plist>

build_scripts/ios/Info.plist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121
</dict>
2222
<dict>
2323
<key>LibraryIdentifier</key>
24-
<string>ios-arm64_armv7</string>
24+
<string>ios-arm64</string>
2525
<key>LibraryPath</key>
2626
<string>LIBRARY_PATH</string>
2727
<key>SupportedArchitectures</key>
2828
<array>
2929
<string>arm64</string>
30-
<string>armv7</string>
3130
</array>
3231
<key>SupportedPlatform</key>
3332
<string>ios</string>

build_scripts/tvos/Info_ios_and_tvos.plist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121
</dict>
2222
<dict>
2323
<key>LibraryIdentifier</key>
24-
<string>ios-arm64_armv7</string>
24+
<string>ios-arm64</string>
2525
<key>LibraryPath</key>
2626
<string>LIBRARY_PATH</string>
2727
<key>SupportedArchitectures</key>
2828
<array>
2929
<string>arm64</string>
30-
<string>armv7</string>
3130
</array>
3231
<key>SupportedPlatform</key>
3332
<string>ios</string>

scripts/gha/integration_testing/gameloop_apple/gameloop/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<string>Main</string>
2929
<key>UIRequiredDeviceCapabilities</key>
3030
<array>
31-
<string>armv7</string>
31+
<string>arm64</string>
3232
</array>
3333
<key>UISupportedInterfaceOrientations</key>
3434
<array>

scripts/gha/ui_testing/uitest_apple/FirebaseCppUITestApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<string>Main</string>
2727
<key>UIRequiredDeviceCapabilities</key>
2828
<array>
29-
<string>armv7</string>
29+
<string>arm64</string>
3030
</array>
3131
<key>UISupportedInterfaceOrientations</key>
3232
<array>

0 commit comments

Comments
 (0)