Skip to content

Commit 79c7cc7

Browse files
authored
Stop excluding arm64 from simulator iOS add-to-app host app archs (#891)
1 parent 2084742 commit 79c7cc7

File tree

7 files changed

+26
-29
lines changed

7 files changed

+26
-29
lines changed

add_to_app/fullscreen/flutter_module/pubspec.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
name: async
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.6.1"
17+
version: "2.8.1"
1818
boolean_selector:
1919
dependency: transitive
2020
description:
@@ -35,7 +35,7 @@ packages:
3535
name: charcode
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.2.0"
38+
version: "1.3.1"
3939
clock:
4040
dependency: transitive
4141
description:
@@ -77,7 +77,7 @@ packages:
7777
name: file
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "6.1.0"
80+
version: "6.1.2"
8181
flutter:
8282
dependency: "direct main"
8383
description: flutter
@@ -125,7 +125,7 @@ packages:
125125
name: meta
126126
url: "https://pub.dartlang.org"
127127
source: hosted
128-
version: "1.3.0"
128+
version: "1.7.0"
129129
nested:
130130
dependency: transitive
131131
description:
@@ -153,7 +153,7 @@ packages:
153153
name: process
154154
url: "https://pub.dartlang.org"
155155
source: hosted
156-
version: "4.2.1"
156+
version: "4.2.3"
157157
provider:
158158
dependency: "direct main"
159159
description:
@@ -214,7 +214,7 @@ packages:
214214
name: test_api
215215
url: "https://pub.dartlang.org"
216216
source: hosted
217-
version: "0.3.0"
217+
version: "0.4.2"
218218
typed_data:
219219
dependency: transitive
220220
description:
@@ -235,7 +235,7 @@ packages:
235235
name: vm_service
236236
url: "https://pub.dartlang.org"
237237
source: hosted
238-
version: "6.2.0"
238+
version: "7.1.1"
239239
webdriver:
240240
dependency: transitive
241241
description:

add_to_app/fullscreen/ios_fullscreen/IOSFullScreen.xcodeproj/project.pbxproj

-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@
492492
DEBUG_INFORMATION_FORMAT = dwarf;
493493
ENABLE_STRICT_OBJC_MSGSEND = YES;
494494
ENABLE_TESTABILITY = YES;
495-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
496495
GCC_C_LANGUAGE_STANDARD = gnu11;
497496
GCC_DYNAMIC_NO_PIC = NO;
498497
GCC_NO_COMMON_BLOCKS = YES;
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
PODS:
2-
- espresso (0.0.1):
3-
- Flutter
42
- Flutter (1.0.0)
53
- flutter_module (0.0.1):
64
- Flutter
75
- FlutterPluginRegistrant (0.0.1):
8-
- espresso
96
- Flutter
107

118
DEPENDENCIES:
12-
- espresso (from `../flutter_module/.ios/Flutter/.symlinks/espresso/ios`)
139
- Flutter (from `../flutter_module/.ios/Flutter/engine`)
1410
- flutter_module (from `../flutter_module/.ios/Flutter`)
1511
- FlutterPluginRegistrant (from `../flutter_module/.ios/Flutter/FlutterPluginRegistrant`)
1612

1713
EXTERNAL SOURCES:
18-
espresso:
19-
:path: "../flutter_module/.ios/Flutter/.symlinks/espresso/ios"
2014
Flutter:
2115
:path: "../flutter_module/.ios/Flutter/engine"
2216
flutter_module:
@@ -25,11 +19,10 @@ EXTERNAL SOURCES:
2519
:path: "../flutter_module/.ios/Flutter/FlutterPluginRegistrant"
2620

2721
SPEC CHECKSUMS:
28-
espresso: f754d95a407073c29489b0d82c4119de517b3f2f
29-
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
22+
Flutter: bdfa2e8fe0e2880a2c6a58a0b1a8675c262a07af
3023
flutter_module: d1e1ff44505640bd9aa37f23f63380c646272be4
31-
FlutterPluginRegistrant: 1a0bd13c92b7db07c180b8d2f1eb5749b7cf1b6d
24+
FlutterPluginRegistrant: 2afd5ea46d3a949472c9b7da6462d8fbf7d8b16e
3225

3326
PODFILE CHECKSUM: 1f9809794b37c933b7cb40791d64724dc2376c54
3427

35-
COCOAPODS: 1.8.4
28+
COCOAPODS: 1.10.0

add_to_app/plugin/flutter_module_using_plugin/pubspec.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.6.1"
10+
version: "2.8.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -28,7 +28,7 @@ packages:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0"
31+
version: "1.3.1"
3232
clock:
3333
dependency: transitive
3434
description:
@@ -99,7 +99,7 @@ packages:
9999
name: meta
100100
url: "https://pub.dartlang.org"
101101
source: hosted
102-
version: "1.3.0"
102+
version: "1.7.0"
103103
nested:
104104
dependency: transitive
105105
description:
@@ -181,7 +181,7 @@ packages:
181181
name: test_api
182182
url: "https://pub.dartlang.org"
183183
source: hosted
184-
version: "0.3.0"
184+
version: "0.4.2"
185185
typed_data:
186186
dependency: transitive
187187
description:

add_to_app/plugin/ios_using_plugin/IOSUsingPlugin.xcodeproj/project.pbxproj

-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@
492492
DEBUG_INFORMATION_FORMAT = dwarf;
493493
ENABLE_STRICT_OBJC_MSGSEND = YES;
494494
ENABLE_TESTABILITY = YES;
495-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
496495
GCC_C_LANGUAGE_STANDARD = gnu11;
497496
GCC_DYNAMIC_NO_PIC = NO;
498497
GCC_NO_COMMON_BLOCKS = YES;

add_to_app/plugin/ios_using_plugin/Podfile.lock

+12-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ PODS:
44
- Flutter
55
- FlutterPluginRegistrant (0.0.1):
66
- Flutter
7+
- sensors
78
- url_launcher
9+
- sensors (0.0.1):
10+
- Flutter
811
- url_launcher (0.0.1):
912
- Flutter
1013

1114
DEPENDENCIES:
1215
- Flutter (from `../flutter_module_using_plugin/.ios/Flutter/engine`)
1316
- flutter_module_using_plugin (from `../flutter_module_using_plugin/.ios/Flutter`)
1417
- FlutterPluginRegistrant (from `../flutter_module_using_plugin/.ios/Flutter/FlutterPluginRegistrant`)
15-
- url_launcher (from `../flutter_module_using_plugin/.ios/Flutter/.symlinks/url_launcher/ios`)
18+
- sensors (from `../flutter_module_using_plugin/.ios/.symlinks/plugins/sensors/ios`)
19+
- url_launcher (from `../flutter_module_using_plugin/.ios/.symlinks/plugins/url_launcher/ios`)
1620

1721
EXTERNAL SOURCES:
1822
Flutter:
@@ -21,15 +25,18 @@ EXTERNAL SOURCES:
2125
:path: "../flutter_module_using_plugin/.ios/Flutter"
2226
FlutterPluginRegistrant:
2327
:path: "../flutter_module_using_plugin/.ios/Flutter/FlutterPluginRegistrant"
28+
sensors:
29+
:path: "../flutter_module_using_plugin/.ios/.symlinks/plugins/sensors/ios"
2430
url_launcher:
25-
:path: "../flutter_module_using_plugin/.ios/Flutter/.symlinks/url_launcher/ios"
31+
:path: "../flutter_module_using_plugin/.ios/.symlinks/plugins/url_launcher/ios"
2632

2733
SPEC CHECKSUMS:
28-
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
34+
Flutter: bdfa2e8fe0e2880a2c6a58a0b1a8675c262a07af
2935
flutter_module_using_plugin: 3c6ddd2296edc03cbe09c33f12a2c522ccc36e5b
30-
FlutterPluginRegistrant: d0de10c7c4fc31cc6b676a5965b96100f7c035f7
36+
FlutterPluginRegistrant: 0b50fd1ba3828e7cda5bb7ebe2c7b90149023083
37+
sensors: 84eb7a30e47a649e4172b71d6e81be614c280336
3138
url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
3239

3340
PODFILE CHECKSUM: 357b6c94e1edb8289fba0dbdd79daa105ab9d88c
3441

35-
COCOAPODS: 1.8.4
42+
COCOAPODS: 1.10.0

add_to_app/prebuilt_module/ios_using_prebuilt_module/IOSUsingPrebuiltModule.xcodeproj/project.pbxproj

-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@
319319
buildSettings = {
320320
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
321321
CODE_SIGN_STYLE = Automatic;
322-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
323322
FRAMEWORK_SEARCH_PATHS = (
324323
"$(inherited)",
325324
"$(PROJECT_DIR)/Flutter/$(CONFIGURATION)",

0 commit comments

Comments
 (0)