Skip to content

Commit

Permalink
Merge pull request #39 from mmcc007/fix_build
Browse files Browse the repository at this point in the history
Fixed build
  • Loading branch information
mmcc007 authored Aug 7, 2019
2 parents cc97251 + 552826b commit 4ece84a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ test_suites:
pool_names:
- android pool 1
- ios pool 1
job_timeout: 8 # minutes, set per job
job_timeout: 15 # minutes, set per job, over-rides default job timeout above

```
Multiple test suites, consisting of multiple tests, can be run on each device in each device pool. The 'main' app must include a call to `enableFlutterDriverExtension()`.
Expand Down
2 changes: 1 addition & 1 deletion example/sylph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ test_suites:
- android pool 1
- ios pool 1
# - iPhone 5c
job_timeout: 8 # minutes, set per job
job_timeout: 15 # minutes, set per job, over-rides default job timeout above
4 changes: 0 additions & 4 deletions lib/resources/fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
app_identifier("$APP_IDENTIFIER") # The bundle identifier of your app
#apple_id("$APPLE_ID") # Your Apple email address

#itc_team_id("$ITC_TEAM_ID") # App Store Connect Team ID
#team_id("$TEAM_ID") # Developer Portal Team ID

# For more information about the Appfile, see:
# https://docs.fastlane.tools/advanced/#appfile
7 changes: 1 addition & 6 deletions lib/src/bundle.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ const kBuildToOsMapFileName = 'build_to_os.txt';
// env consts
const kCIEnvVar = 'CI';
const kExportOptionsPlistEnvVars = ['APP_IDENTIFIER', 'TEAM_ID'];
const kAppfileEnvVars = [
'APP_IDENTIFIER',
// 'APPLE_ID',
// 'ITC_TEAM_ID',
// 'TEAM_ID'
]; // order dependent
const kAppfileEnvVars = ['APP_IDENTIFIER'];
const kCIBuildEnvVars = [
'PUBLISHING_MATCH_CERTIFICATE_REPO',
'MATCH_PASSWORD',
Expand Down

0 comments on commit 4ece84a

Please # to comment.