1. 2000435 Move plugin injection to just after pub get (#14743) by Mikkel Nygaard Ravn · 7 years ago
  2. c2e1bc0 Revert "Move plugin injection to just after pub get (#14560)" (#14734) by Mikkel Nygaard Ravn · 7 years ago
  3. b3e4976 Move plugin injection to just after pub get (#14560) by Mikkel Nygaard Ravn · 7 years ago
  4. 8507b72 Fix xcode build settings parsing (#14672) by Mikkel Nygaard Ravn · 7 years ago
  5. d401bd7 Reduce Xcode noise #3 (#14663) by xster · 7 years ago
  6. 225b52b Fix iOS build which broke after the change to fuse --strong option into by asiva · 7 years ago
  7. 83e0ca2 Fuse --strong into --preview-dart-2 option. by asiva · 7 years ago
  8. 426d6b0 support for --strong option (#13859) by Siva · 7 years ago
  9. 4447c0a Add --preview-dart-2 option support for ios builds (#13251) by Alexander Aprelev · 7 years ago
  10. 32ab3db Support Xcode projects with no schemes (#11750) by Mikkel Nygaard Ravn · 8 years ago
  11. 9496e6d Support for app flavors in flutter tooling, #11676 retake (#11734) by Mikkel Nygaard Ravn · 8 years ago
  12. 7c3a45d Revert "Support for app flavors in flutter tooling (#11676)" (#11729) by Mikkel Nygaard Ravn · 8 years ago
  13. 8d07d3f Support for app flavors in flutter tooling (#11676) by Mikkel Nygaard Ravn · 8 years ago
  14. b232a84 Auto provision iOS deploy 1/3 - find and use the first valid code signing certs (#9946) by xster · 8 years ago
  15. 837f101 Let (almost) all flutter create CocoaPods references be dynamically generated later (#9791) by xster · 8 years ago
  16. 60c0c3d Revert "Eliminate CocoaPods install step (#8694)" (#8705) by Jakob Andersen · 8 years ago
  17. f4a13bc Eliminate CocoaPods install step (#8694) by Chris Bracken · 8 years ago
  18. a4883de Run 'pod install' before building iOS app. (#8609) by Jakob Andersen · 8 years ago
  19. 7a09316 Declare locals final where not reassigned (flutter_tools) (#8570) by Chris Bracken · 8 years ago
  20. 8c043d0 fix lints for directives_ordering rule (#8382) by Alexandre Ardhuin · 8 years ago
  21. cd8434d Refactor how Artifacts are located (#8234) by Michael Goderbauer · 8 years ago
  22. 43650e93 Emit additional Xcode settings in flutter create (#8125) by Chris Bracken · 8 years ago
  23. 5e54fd5 Ban package:path from Flutter Tools (#8119) by Michael Goderbauer · 8 years ago
  24. 8bb2703 Update flutter_tools to use package:file throughout (#7385) by Todd Volkert · 8 years ago
  25. a45e4e9 Support Xcode variable substitution in Info.plist by Chris Bracken · 9 years ago[Renamed (62%) from packages/flutter_tools/lib/src/ios/setup_xcodeproj.dart]
  26. b5f763b Support a configurable build directory (#5601) by Chris Bracken · 9 years ago
  27. 8d56fae Finish integrating HelloServices model on iOS (#4820) by Adam Barth · 9 years ago
  28. f410ca8 Include target in revision string, since it affects the xcode config (#4795) by Todd Volkert · 9 years ago
  29. 2099d37 Pull iOS build templates from flutter tools vs engine artifacts (#4526) by Todd Volkert · 9 years ago
  30. 8f03ebe Teach FlutterPlugin.groovy about AOT builds (#4389) by Adam Barth · 9 years ago
  31. 8756a09 Add a FLUTTER_MODE variable to the generated Xcconfig and fix snapshot generation on all targets. (#4362) by Chinmay Garde · 9 years ago
  32. 612a097 Add --target support to flutter build ios (#4318) by Adam Barth · 9 years ago
  33. c26fcfd Update xcodebuild for Generated.xcconfig (#4268) by Adam Barth · 9 years ago
  34. 92ee807 Plumb --local-engine flag through to LOCAL_ENGINE in Local.xcconfig by Todd Volkert · 9 years ago
  35. 66fee3a Wire up ios-profile and ios-release. Switching between debug, profile and release starts the build process from scratch. (#4063) by Chinmay Garde · 9 years ago
  36. 32846de Remove ArtifactStore and move flutterRoot into Cache (#3883) by Jason Simmons · 9 years ago
  37. a590ee2 Remove BuildConfigurations (#3879) by Jason Simmons · 9 years ago
  38. c9010c9 fix analysis errors (#3677) by Devon Carew · 9 years ago
  39. 1c0a966 rename the --develop option to --debug (#3384) by Devon Carew · 9 years ago
  40. f132aca use the new cache code to locate more artifacts (#3361) by Devon Carew · 9 years ago
  41. 2690624 fix an issue parsing adb devices (#3235) by Devon Carew · 9 years ago
  42. 2fc8e9a create a crash report by Devon Carew · 9 years ago
  43. 1d20a90 change how we calculate the temp dir by Devon Carew · 9 years ago
  44. 68a3aa7 Use the artifacts store for iOS assets by Chinmay Garde · 9 years ago
  45. 3a9956f Bump engine revision and ensure the Xcode project setup expects assets at the archive root. by Chinmay Garde · 9 years ago
  46. 6d19fd1 add an atom launch config to the starter app by Devon Carew · 9 years ago
  47. 038367a Remove all inline templates and provide a way to specify templates as resources by Chinmay Garde · 9 years ago
  48. f6a2477 Always generate legal UTIs for project identifiers. by Chinmay Garde · 9 years ago
  49. b37112a Rewrite Local.xcconfig per build by Chinmay Garde · 9 years ago
  50. df946dd iOS: Treat the initial Info.plist string as a mustache template. by Chinmay Garde · 9 years ago
  51. d5a6fce add a summary option to the doctor class by Devon Carew · 9 years ago
  52. 90d53ad Revert "iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier" by Adam Barth · 9 years ago
  53. 36a7c65 Perform an engine version check on start and update the Xcode project if necessary by Chinmay Garde · 9 years ago
  54. 77103c0 Merge pull request #1941 from chinmaygarde/master by Chinmay Garde · 9 years ago
  55. dd4361b iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier by Chinmay Garde · 9 years ago
  56. 0bb8d21b Remove flutter ios command by Adam Barth · 9 years ago
  57. c2f5044 Refactor: Rename initialize_xcode.dart to setup_xcodeproj.dart by Chinmay Garde · 9 years ago[Renamed (99%) from packages/flutter_tools/lib/src/ios/initialize_xcode.dart]
  58. 5cebf70 `flutter start` initializes the Xcode project if the user has not already done so. by Chinmay Garde · 9 years ago