Skip to content

Commit

Permalink
Merge 58be4c6 into 7c21071
Browse files Browse the repository at this point in the history
  • Loading branch information
nosmirck committed Jul 19, 2019
2 parents 7c21071 + 58be4c6 commit 30b9015
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 34 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ matrix:
- libstdc++6
- fonts-droid
before_script:
- git clone https://github.com/flutter/flutter.git
- git clone https://github.com/flutter/flutter.git -b stable
- ./flutter/bin/flutter doctor
- gem install coveralls-lcov
script:
Expand All @@ -41,6 +41,7 @@ matrix:
- platform-tools
- build-tools-28.0.0
- build-tools-28.0.2
- build-tools-28.0.3
- android-28
- build-tools-27.0.3
- android-27
Expand All @@ -67,7 +68,8 @@ matrix:
- unzip -qq gradle-4.10.2-all.zip
- export GRADLE_HOME=$PWD/gradle-4.10.2-all
- export PATH=$GRADLE_HOME/bin:$PATH
- git clone https://github.com/flutter/flutter.git
- git clone https://github.com/flutter/flutter.git -b stable
- ./flutter/bin/flutter doctor
script:
- ./flutter/bin/flutter -v build apk

Expand All @@ -79,13 +81,15 @@ matrix:
before_script:
- pip install six
- brew update
- gem install cocoapods
- pod setup
- brew install --HEAD usbmuxd
- brew unlink usbmuxd
- brew link usbmuxd
- brew install --HEAD libimobiledevice
- brew install ideviceinstaller
- brew install ios-deploy
- git clone https://github.com/flutter/flutter.git
- brew install ideviceinstaller ios-deploy
- git clone https://github.com/flutter/flutter.git -b stable
- ./flutter/bin/flutter doctor
script:
- ./flutter/bin/flutter -v build ios --no-codesign

Expand Down
5 changes: 4 additions & 1 deletion ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
DA08D918CEF2A7630002041F /* Pods-Runner.release.xcconfig */,
6025140406B4D918CDAB7A93 /* Pods-Runner.profile.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -182,6 +181,7 @@
TargetAttributes = {
97C146ED1CF9000F007C117D = {
CreatedOnToolsVersion = 7.3.1;
DevelopmentTeam = T63VEX5R8E;
LastSwiftMigration = 0910;
};
};
Expand Down Expand Up @@ -380,6 +380,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = T63VEX5R8E;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -513,6 +514,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = T63VEX5R8E;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -540,6 +542,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = T63VEX5R8E;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
8 changes: 8 additions & 0 deletions ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
56 changes: 28 additions & 28 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.0"
version: "1.5.2"
async:
dependency: transitive
description:
Expand All @@ -28,14 +28,14 @@ packages:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
version: "1.0.4"
build:
dependency: transitive
description:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.4"
version: "1.1.5"
build_config:
dependency: transitive
description:
Expand All @@ -56,14 +56,14 @@ packages:
name: build_resolvers
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
version: "1.0.6"
build_runner:
dependency: "direct dev"
description:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.1"
version: "1.6.1"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -105,7 +105,7 @@ packages:
name: code_builder
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.3"
version: "3.2.0"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -133,7 +133,7 @@ packages:
name: csslib
url: "https://pub.dartlang.org"
source: hosted
version: "0.14.5"
version: "0.16.1"
cupertino_icons:
dependency: "direct main"
description:
Expand All @@ -154,14 +154,14 @@ packages:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.8+1"
version: "5.0.8"
fixnum:
dependency: transitive
description:
name: fixnum
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.8"
version: "0.10.9"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -207,7 +207,7 @@ packages:
name: geolocator
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "5.1.0"
get_it:
dependency: "direct main"
description:
Expand All @@ -228,7 +228,7 @@ packages:
name: google_api_availability
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
version: "2.0.1"
graphs:
dependency: transitive
description:
Expand All @@ -249,14 +249,14 @@ packages:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.11.3+17"
version: "0.12.0+2"
http_multi_server:
dependency: transitive
description:
name: http_multi_server
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.5"
version: "2.1.0"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -313,6 +313,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.19"
location_permissions:
dependency: transitive
description:
name: location_permissions
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -340,7 +347,7 @@ packages:
name: mime
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.6+2"
version: "0.9.6+3"
mockito:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -382,14 +389,7 @@ packages:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0+1"
permission_handler:
dependency: transitive
description:
name: permission_handler
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "1.7.0"
platform:
dependency: transitive
description:
Expand All @@ -403,7 +403,7 @@ packages:
name: pool
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.6"
version: "1.4.0"
process:
dependency: transitive
description:
Expand Down Expand Up @@ -478,7 +478,7 @@ packages:
name: sqflite
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.6+1"
version: "1.1.6+2"
stack_trace:
dependency: transitive
description:
Expand All @@ -499,7 +499,7 @@ packages:
name: stream_transform
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.14+1"
version: "0.0.19"
string_scanner:
dependency: transitive
description:
Expand Down Expand Up @@ -569,21 +569,21 @@ packages:
name: watcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.7+10"
version: "0.9.7+12"
web_socket_channel:
dependency: transitive
description:
name: web_socket_channel
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.14"
version: "1.0.13"
yaml:
dependency: transitive
description:
name: yaml
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.15"
version: "2.1.16"
sdks:
dart: ">=2.3.0 <3.0.0"
flutter: ">=1.5.0 <2.0.0"

0 comments on commit 30b9015

Please sign in to comment.