Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludwig committed Aug 21, 2019
1 parent cf58089 commit 6b8c200
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
update_fastlane

# Prevent Fastlane from overwriting README.md
skip_docs
update_fastlane

default_platform(:android)

Expand Down
6 changes: 3 additions & 3 deletions ios/Flutter/Generated.xcconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=C:\flutter
FLUTTER_APPLICATION_PATH=C:\Users\darkl\Desktop\navis
FLUTTER_TARGET=lib/main.dart
FLUTTER_TARGET=lib\main.dart
FLUTTER_BUILD_DIR=build
SYMROOT=${SOURCE_ROOT}/../build\ios
FLUTTER_FRAMEWORK_DIR=C:\flutter\bin\cache\artifacts\engine\ios
FLUTTER_BUILD_NAME=1.2.16
FLUTTER_BUILD_NUMBER=39
FLUTTER_BUILD_NAME=1.2.23
FLUTTER_BUILD_NUMBER=46
10 changes: 10 additions & 0 deletions ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=C:\flutter"
export "FLUTTER_APPLICATION_PATH=C:\Users\darkl\Desktop\navis"
export "FLUTTER_TARGET=lib\main.dart"
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build\ios"
export "FLUTTER_FRAMEWORK_DIR=C:\flutter\bin\cache\artifacts\engine\ios"
export "FLUTTER_BUILD_NAME=1.2.23"
export "FLUTTER_BUILD_NUMBER=46"

0 comments on commit 6b8c200

Please sign in to comment.