nixenvironment 0.0.147 → 0.0.148
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3e51a667213bd4240f0d130d7348f42e518dd724deca14b6be4e746bd4d0098
|
|
4
|
+
data.tar.gz: a1309d0b398cd59c6fbf5186ef0feb395024e6a63f1b6df44ee23430830d8990
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4269d732531d1586a5e17b88dab6d5705f5808a4831c728b3cc685624a7adbc3912d5c584183e584b09f0566dbb51d19dc479642e2669daf6a749dcdaed21b6d
|
|
7
|
+
data.tar.gz: f61c010b429584ba87cf3d25ad08a536ff6e6b993d676f74c5d8765ac90c151b9ffc2314860751000a6229ade969638ad55c991a1a792dff1a0831817366f6df
|
data/bin/nixenvironment
CHANGED
|
@@ -97,6 +97,7 @@ command :build do |c|
|
|
|
97
97
|
$build_number = options.build_number
|
|
98
98
|
|
|
99
99
|
if is_unity_platform
|
|
100
|
+
ENV['UNITY_BUILD'] = 'UNITY_BUILD'
|
|
100
101
|
unity_path = ENV[options.unity_path] || options.unity_path
|
|
101
102
|
unity_build(options.config, unity_platform, unity_path, options.development_build, options.connect_profiler,
|
|
102
103
|
options.keystore_path, options.keystore_password, options.key_alias_name, options.key_alias_password)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
module Nixenvironment
|
|
2
2
|
# template peojects repositories
|
|
3
3
|
TEMPLATES_REPO_LIST = {
|
|
4
|
-
'objc' => 'https://
|
|
5
|
-
'swift' => 'https://
|
|
6
|
-
'unity' => 'https://
|
|
7
|
-
'macos' => 'https://
|
|
4
|
+
'objc' => 'https://gitlab.nixdev.co/NIX_iPhone_Internal/NP.git',
|
|
5
|
+
'swift' => 'https://gitlab.nixdev.co/NIX_iPhone_Internal/nps.git',
|
|
6
|
+
'unity' => 'https://gitlab.nixdev.co/NIX_Unity_Internal/NUP.git',
|
|
7
|
+
'macos' => 'https://gitlab.nixdev.co/NIX_iPhone_Internal/nmp.git'
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
# config
|
|
@@ -14,9 +14,9 @@ module GitHelper
|
|
|
14
14
|
FileUtils.mkdir_p(path_to_environment)
|
|
15
15
|
|
|
16
16
|
Dir.chdir(path_to_environment) do
|
|
17
|
-
unless system('git clone git@
|
|
18
|
-
if system('git clone https://
|
|
19
|
-
`git remote set-url origin git@
|
|
17
|
+
unless system('git clone git@gitlab.nixdev.co.write:NIX_iPhone_Internal/IJE.git .')
|
|
18
|
+
if system('git clone https://gitlab.nixdev.co/NIX_iPhone_Internal/IJE.git .')
|
|
19
|
+
`git remote set-url origin git@gitlab.nixdev.co.write:NIX_iPhone_Internal/IJE.git`
|
|
20
20
|
end
|
|
21
21
|
end
|
|
22
22
|
end
|
|
@@ -26,9 +26,9 @@ module GitHelper
|
|
|
26
26
|
FileUtils.mkdir_p(path_to_provisioning_updater)
|
|
27
27
|
|
|
28
28
|
Dir.chdir(path_to_provisioning_updater) do
|
|
29
|
-
unless system('git clone git@
|
|
30
|
-
if system('git clone https://
|
|
31
|
-
`git remote set-url origin git@
|
|
29
|
+
unless system('git clone git@gitlab.nixdev.co:NIX_iPhone_Internal/NPU.git .')
|
|
30
|
+
if system('git clone https://gitlab.nixdev.co/NIX_iPhone_Internal/NPU.git .')
|
|
31
|
+
`git remote set-url origin git@gitlab.nixdev.co:NIX_iPhone_Internal/NPU.git`
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
end
|
|
@@ -48,7 +48,7 @@ module Nixenvironment
|
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
build_args << xc_args if xc_args.present?
|
|
51
|
-
build_args << '| xcpretty -c
|
|
51
|
+
build_args << '| tee xcodebuild.log | xcpretty -c && cat xcodebuild.log && rm xcodebuild.log && exit ${PIPESTATUS[0]}'
|
|
52
52
|
|
|
53
53
|
execute(nil, build_args)
|
|
54
54
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nixenvironment
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.148
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karen
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2019-02-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cocoapods
|
|
@@ -337,7 +337,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
337
337
|
version: '0'
|
|
338
338
|
requirements: []
|
|
339
339
|
rubyforge_project:
|
|
340
|
-
rubygems_version: 2.7.
|
|
340
|
+
rubygems_version: 2.7.4
|
|
341
341
|
signing_key:
|
|
342
342
|
specification_version: 4
|
|
343
343
|
summary: NIX projects build and deploy utility
|