app-tools 1.8.1 → 1.9.0

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
  SHA1:
3
- metadata.gz: 9e10adea499043f91c809ae91356e1b06daabece
4
- data.tar.gz: 81f1a75a3a4c64f74d1dd13d0af82ccebabd8842
3
+ metadata.gz: fd04568f1d1edd8ab82332e96d484d40a6a5a207
4
+ data.tar.gz: 9bba31245b35b8521bf581e0659228ce9c84d9ac
5
5
  SHA512:
6
- metadata.gz: 54c73684dbbcd18550533bc5aaad38f87b6322c412a5d1d666b5196c224bd0f809063dcb0b15a768b04f035350cdd05e6c44046465bd0c9cbdcd69119c6f7a69
7
- data.tar.gz: b5f94e4b5cae1f24020543a0c43b2739e803b1649105ac52283496e05a989fd4579760578287ea97be0b8db001ddec50bc1673c686bb43e31c4004aa180788d9
6
+ metadata.gz: a4c61ae1f17a5f611df3e79ac0b5b5950a33e6ba8245547e770c78275b3a832a4628828c0ba9c080e99aab23489bc705ef13f871bf0df84937b8d107993731dd
7
+ data.tar.gz: fd7e9e5d459751de527fa1593853164706c566fad3bc39fddaf4bfe1a6c79db10673518512ba274f004f4655cedf6dcc0c58684960ae63e67996593ac51fc29c
data/bin/syncpp CHANGED
@@ -91,7 +91,7 @@ module AppTools
91
91
 
92
92
  File.write(profile_path, profile.download)
93
93
 
94
- puts cert.name
94
+ puts "SYNCPP_CERTIFICATE_NAME=\"#{cert.name}\"; SYNCPP_PROFILE_UUID=\"#{profile.uuid}\""
95
95
  end
96
96
 
97
97
  description 'syncpp - Synchronize a certificate and provisioning profile'
@@ -1,3 +1,3 @@
1
1
  module AppTools
2
- VERSION = "1.8.1"
2
+ VERSION = "1.9.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Lyon-Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-01 00:00:00.000000000 Z
11
+ date: 2016-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler