Преглед изворни кода

remove iOS test

* remove iOS test
flutter-beta
juliuscanute пре 7 година
committed by GitHub
родитељ
комит
1883d1c4b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 измењених фајлова са 5 додато и 6 уклоњено
  1. +1
    -6
      azure-pipelines.yml
  2. +1
    -0
      example/ios/Podfile
  3. +3
    -0
      example/ios/Runner.xcodeproj/project.pbxproj

+ 1
- 6
azure-pipelines.yml Прегледај датотеку

@@ -12,12 +12,7 @@ pool:
steps: steps:
- script: | - script: |
cd example cd example
$(flutterPath)/flutter build ios
displayName: 'Test iOS -- Build'
env:
flutterPath: $(flutterPath)
- script: |
cd example
$(flutterPath)/flutter packages get
$(flutterPath)/flutter build apk --target-platform android-arm,android-arm64 --split-per-abi $(flutterPath)/flutter build apk --target-platform android-arm,android-arm64 --split-per-abi
displayName: 'Test Android -- Build' displayName: 'Test Android -- Build'
env: env:


+ 1
- 0
example/ios/Podfile Прегледај датотеку

@@ -66,6 +66,7 @@ end
post_install do |installer| post_install do |installer|
installer.pods_project.targets.each do |target| installer.pods_project.targets.each do |target|
target.build_configurations.each do |config| target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '5.0'
config.build_settings['ENABLE_BITCODE'] = 'NO' config.build_settings['ENABLE_BITCODE'] = 'NO'
end end
end end


+ 3
- 0
example/ios/Runner.xcodeproj/project.pbxproj Прегледај датотеку

@@ -368,6 +368,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0; IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos; SDKROOT = iphoneos;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES; VALIDATE_PRODUCT = YES;
}; };
@@ -451,6 +452,7 @@
MTL_ENABLE_DEBUG_INFO = YES; MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos; SDKROOT = iphoneos;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Debug; name = Debug;
@@ -502,6 +504,7 @@
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos; SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES; VALIDATE_PRODUCT = YES;
}; };


Loading…
Откажи
Сачувај