diff --git a/.travis.yml b/.travis.yml index 08a22f5..c20c5d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -68,6 +69,7 @@ matrix: - export GRADLE_HOME=$PWD/gradle-4.10.2-all - export PATH=$GRADLE_HOME/bin:$PATH - git clone https://github.com/flutter/flutter.git + - ./flutter/bin/flutter doctor script: - ./flutter/bin/flutter -v build apk @@ -75,17 +77,19 @@ matrix: - env: JOB=IPA os: osx language: generic - osx_image: xcode10 + osx_image: xcode10.2.1 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 + - brew install ideviceinstaller ios-deploy - git clone https://github.com/flutter/flutter.git + - ./flutter/bin/flutter doctor script: - ./flutter/bin/flutter -v build ios --no-codesign diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 238e8db..2f1d744 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -79,7 +79,6 @@ DA08D918CEF2A7630002041F /* Pods-Runner.release.xcconfig */, 6025140406B4D918CDAB7A93 /* Pods-Runner.profile.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; @@ -182,6 +181,7 @@ TargetAttributes = { 97C146ED1CF9000F007C117D = { CreatedOnToolsVersion = 7.3.1; + DevelopmentTeam = T63VEX5R8E; LastSwiftMigration = 0910; }; }; @@ -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)", @@ -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)", @@ -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)", diff --git a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + +