high_five 0.3.4 → 0.3.5
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/Gemfile.lock +1 -1
- data/lib/high_five/thor/tasks/dist.rb +1 -1
- data/lib/high_five/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f49c4690c9980d36f31ea7189ab4eebd4203b11
|
|
4
|
+
data.tar.gz: ba72c182211a6afb109b2227fb8b986cc8cc6813
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35be74ec1b8d311d31c43e45108355c2174cf0fa57347da9f5f79d792c72776093afd0bf7b85975fad4de4d6914a364846a52fd23afd91b2bcd1dcf382655afe
|
|
7
|
+
data.tar.gz: 66b6c0bc1a3bb5cb0370e4602312218f36aff617542e21939bfc894b5720007cb9113ba66254fb0f1671d5eb2e1c322c01021c86114bd4648a7b8ad4a021c22e
|
data/Gemfile.lock
CHANGED
|
@@ -52,7 +52,7 @@ module HighFive
|
|
|
52
52
|
uuid = HighFive::IosHelper.uuid_from_mobileprovision(@provisioning_profile)
|
|
53
53
|
ENV['uuid'] = uuid
|
|
54
54
|
FileUtils.cp(@provisioning_profile, "#{ENV['HOME']}/Library/MobileDevice/Provisioning Profiles/#{uuid}.mobileprovision")
|
|
55
|
-
system_or_die("rm #{ios_path}/build/*")
|
|
55
|
+
system_or_die("rm -rf #{ios_path}/build/*")
|
|
56
56
|
system_or_die(%Q(cd "#{ios_path}";
|
|
57
57
|
/usr/bin/xcodebuild -target "#{ios_target}" -configuration Release clean build "CONFIGURATION_BUILD_DIR=#{ios_path}/build" "CODE_SIGN_IDENTITY=#{@sign_identity}" PROVISIONING_PROFILE=$uuid))
|
|
58
58
|
system_or_die(%Q(/usr/bin/xcrun -sdk iphoneos PackageApplication -v "#{ios_path}/build/#{ios_target}.app" -o "#{ios_path}/build/#{@output_file_name}.ipa" --embed "#{@provisioning_profile}" --sign "#{@sign_identity}"))
|
data/lib/high_five/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: high_five
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Samson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-09-
|
|
11
|
+
date: 2015-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: multi_json
|