Guest User

Untitled

a guest
Oct 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. export PATH="$PATH:$HOME/.rvm/bin"
  2. [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
  3.  
  4. dependencies:
  5. flutter:
  6. sdk: flutter
  7. firebase_core: ">=0.2.5"
  8.  
  9. import UIKit
  10. import Flutter
  11. import Firebase
  12.  
  13. @UIApplicationMain
  14. @objc class AppDelegate: FlutterAppDelegate {
  15. override func application(
  16. _ application: UIApplication,
  17. didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?
  18. ) -> Bool {
  19. GeneratedPluginRegistrant.register(with: self)
  20. FirebaseApp.configure()
  21. return super.application(application, didFinishLaunchingWithOptions: launchOptions)
  22. }
  23. }
  24.  
  25. [✓] Flutter (Channel dev, v0.10.0, on Mac OS X 10.13.6 17G65, locale en-US)
  26. • Flutter version 0.10.0 at /Users/my-macbookpro/flutter
  27. • Framework revision d954ae6850 (8 days ago), 2018-10-09 16:21:06 -0400
  28. • Engine revision bf377896ff
  29. • Dart version 2.1.0-dev.6.0.flutter-a50dfd6698
  30.  
  31. [✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)
  32. • Android SDK at /Users/my-macbookpro/Library/Android/sdk
  33. • Android NDK location not configured (optional; useful for native profiling support)
  34. • Platform android-28, build-tools 28.0.3
  35. • ANDROID_HOME = /Users/my-macbookpro/Library/Android/sdk
  36. • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
  37. • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
  38. • All Android licenses accepted.
  39.  
  40. [✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
  41. • Xcode at /Applications/Xcode-beta.app/Contents/Developer
  42. • Xcode 10.1, Build version 10O45e
  43. • ios-deploy 2.0.0
  44. • CocoaPods version 1.6.0.beta.1
  45.  
  46. [✓] Android Studio (version 3.2)
  47. • Android Studio at /Applications/Android Studio.app/Contents
  48. • Flutter plugin version 29.1.1
  49. • Dart plugin version 181.5656
  50. • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
  51.  
  52. [✓] IntelliJ IDEA Community Edition (version 2018.2.4)
  53. • IntelliJ at /Applications/IntelliJ IDEA CE.app
  54. • Flutter plugin version 29.0.4
  55. • Dart plugin version 182.4323.44
  56.  
  57. [✓] Connected device (1 available)
  58. • iPhone XS Max • DB8E7F47-DD01-4952-9BE8-5BCEB6BDBDB0 • ios • iOS 12.1 (simulator)
  59.  
  60. • No issues found!
Add Comment
Please, Sign In to add comment