- 21 May, 2018 1 commit
-
-
Simon Lightfoot authored
* Patch to fix builds with custom targets on iOS simulator. #16787 * Fix for unused import. * Code review changes applied.
-
- 09 May, 2018 12 commits
-
-
Chris Bracken authored
Previously, Flutter did not support iOS devices with armv7 or armv7s CPUs. We now support these devices. This eliminates the previous hardcoded checks that prevented running on simulators of older devices. We maintain the existing restriction on running on watchOS or tvOS simulators.
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
I can't come up with a better name; anything with Simulator or Device in it will be confused with the existing IOSSimulator/Device classes (which represent the running devices).
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
It's too fast and leaves weird output on the screen
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
Very basic support for "flutter emulators" which just lists the available Android AVDs. Relates to: https://github.com/flutter/flutter/issues/14822 https://github.com/Dart-Code/Dart-Code/issues/490 https://github.com/flutter/flutter/issues/13379
-
- 08 May, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 07 May, 2018 1 commit
-
-
Chris Bracken authored
This change adds support for armv7, arm64, and universal iOS apps. This change eliminates iOS target architecture hardcoding (previously arm64 only) and uses the target architecture(s) specified in Xcode's ARCHS setting ('Architectures' in Xcode Build Settings). For universal binaries, set ARCHS to its default value, $(ARCHS_STANDARD). Note that after changing the architecture in Xcode, developers should run 'pod install' from the ios subdirectory of their project. A separate change (that will land before this one) will add support for automatically detecting project file and Podfile changes and re-running pod install if necessary. This change also adds an --ios-arch option to flutter build aot. In iOS AOT builds (in profile and release mode), this dictates which architectures are built into App.framework. This flag should generally be unnecessary to set manually since flutter build aot is typically only invoked internally by flutter itself.
-
- 04 May, 2018 5 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit c64ace84.
-
Mikkel Nygaard Ravn authored
-
Todd Volkert authored
The new values are not ready for use yet inside Google
-
Chris Bracken authored
If the developer changes their Xcode build settings and their project has plugins, pod install is required, (e.g. to pick up changes to the target architecture). Similarly, manual edits to the Podfile should trigger a pod install.
-
Yegor authored
* Roll engine to e976be13c51448f89107d082ec81e2b6731671fa * move away from deprecated constants
-
- 01 May, 2018 1 commit
-
-
Chris Bracken authored
iOS debug builds always run in interpreted mode whether on device or on simulator. In both cases, we can skip snapshotting and link against an empty App.framework. Previously, we did this for iOS simulator builds. This does the same for device builds. Previously, debug iOS builds used gen_snapshot to generate a core snapshot, then used 'xxd' to generate C files containing the snapshot data in buffers named kDartVmSnapshotData and kDartIsolateSnapshotData, which are then compiled/linked into App.framework. This is unnecessary since the VM compiled into Flutter.framework already contains this data.
-
- 30 Apr, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit 6e26cc28.
-
Mikkel Nygaard Ravn authored
-
- 26 Apr, 2018 4 commits
-
-
Chris Bracken authored
This fixes and re-lands 4bb7496b, which was reverted in ceade39c due to test failures caused by a bad rebase.
-
Todd Volkert authored
This reverts commit 4bb7496b.
-
Chris Bracken authored
Allows for better mockability when tests are added.
-
Chris Bracken authored
Makes for easier mocking, particularly for testing AOT snapshot build.
-
- 25 Apr, 2018 1 commit
-
-
xster authored
-
- 23 Apr, 2018 1 commit
-
-
PJ Essien authored
Package projects were erroneously being treated as apps
-
- 20 Apr, 2018 1 commit
-
-
Yegor authored
Fixes #13655
-
- 19 Apr, 2018 1 commit
-
-
Chinmay Garde authored
-
- 12 Apr, 2018 2 commits
-
-
Sarah Zakarias authored
-
Mikkel Nygaard Ravn authored
-
- 11 Apr, 2018 2 commits
-
-
Xiao Yu authored
- 04 Apr, 2018 2 commits
-
-
xster authored
-
Devon Carew authored
-
- 02 Apr, 2018 1 commit
-
-
Jonah Williams authored
* add logic to parse 11.3 sim runtime major version * add null aware and bump group number * add comment describing version
-
- 29 Mar, 2018 2 commits
-
-
Ralph Bergmann authored
add --buildNumber and --buildName to flutter build like flutter build apk --buildNumber=42 --buildName=1.0.42
-
xster authored
* Let iOS auto-signing tool handle Googler scenario * Forgot to update tests
-