fastlane 2.38.0.beta.20170606010029 → 2.38.0.beta.20170607010024
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/gym/lib/gym/generators/build_command_generator.rb +1 -0
- data/gym/lib/gym/options.rb +8 -1
- metadata +15 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11620e63584ea3d61e0322ad5ab0a69061c97e08
|
4
|
+
data.tar.gz: decaded040f2b6033e6ea4a07cf163285c4cb4a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8efa8648538ac6741259007fa25f8a275d607a9ab3fafc0c90a58e9dedd3d4d91dbdbbd58b3f7ba25159b8615ff25cb04c80ba459b28a00c5b4bad0bd2e7483
|
7
|
+
data.tar.gz: f5d7a25a36a68e51e0803f6c9b7e4ff02638591a15a9160a8bb26524fa56ae7bf781ffa562d861e59e1ae18f9368f8987c316b7abc900ab99970b8c65778d5c8
|
@@ -40,6 +40,7 @@ module Gym
|
|
40
40
|
options << "-archivePath #{archive_path.shellescape}"
|
41
41
|
options << "-derivedDataPath '#{config[:derived_data_path]}'" if config[:derived_data_path]
|
42
42
|
options << "-resultBundlePath '#{result_bundle_path}'" if config[:result_bundle]
|
43
|
+
options << "-UseNewBuildSystem=YES" if config[:new_build_system]
|
43
44
|
options << config[:xcargs] if config[:xcargs]
|
44
45
|
options << "OTHER_SWIFT_FLAGS=\"\$(inherited) -Xfrontend -debug-time-function-bodies\"" if config[:analyze_build_time]
|
45
46
|
|
data/gym/lib/gym/options.rb
CHANGED
@@ -277,7 +277,14 @@ module Gym
|
|
277
277
|
env_name: "XCPRETTY_UTF",
|
278
278
|
description: "Have xcpretty use unicode encoding when reporting builds",
|
279
279
|
optional: true,
|
280
|
-
is_string: false)
|
280
|
+
is_string: false),
|
281
|
+
FastlaneCore::ConfigItem.new(key: :new_build_system,
|
282
|
+
short_option: "-N",
|
283
|
+
env_name: "GYM_NEW_BUILD_SYSTEM",
|
284
|
+
is_string: false,
|
285
|
+
description: "Use new Build System currently in preview on Xcode>=9",
|
286
|
+
optional: true)
|
287
|
+
|
281
288
|
]
|
282
289
|
end
|
283
290
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.38.0.beta.
|
4
|
+
version: 2.38.0.beta.20170607010024
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -15,7 +15,7 @@ authors:
|
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
|
-
date: 2017-06-
|
18
|
+
date: 2017-06-07 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|
@@ -1368,23 +1368,23 @@ metadata:
|
|
1368
1368
|
post_install_message:
|
1369
1369
|
rdoc_options: []
|
1370
1370
|
require_paths:
|
1371
|
-
-
|
1372
|
-
- produce/lib
|
1373
|
-
- gym/lib
|
1374
|
-
- sigh/lib
|
1375
|
-
- cert/lib
|
1376
|
-
- screengrab/lib
|
1377
|
-
- match/lib
|
1378
|
-
- spaceship/lib
|
1371
|
+
- credentials_manager/lib
|
1379
1372
|
- scan/lib
|
1380
|
-
-
|
1381
|
-
- fastlane_core/lib
|
1382
|
-
- snapshot/lib
|
1373
|
+
- spaceship/lib
|
1383
1374
|
- fastlane/lib
|
1384
1375
|
- deliver/lib
|
1385
|
-
- frameit/lib
|
1386
1376
|
- supply/lib
|
1387
|
-
-
|
1377
|
+
- sigh/lib
|
1378
|
+
- produce/lib
|
1379
|
+
- fastlane_core/lib
|
1380
|
+
- snapshot/lib
|
1381
|
+
- frameit/lib
|
1382
|
+
- cert/lib
|
1383
|
+
- gym/lib
|
1384
|
+
- match/lib
|
1385
|
+
- screengrab/lib
|
1386
|
+
- pem/lib
|
1387
|
+
- pilot/lib
|
1388
1388
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1389
1389
|
requirements:
|
1390
1390
|
- - ">="
|