makr 1.0.0 → 1.0.1
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/data/makr/Makefile.erb +1 -0
- 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: fab60c2863d726cc893a8625c52e985bdf5d6cee
|
|
4
|
+
data.tar.gz: a38d1b5c2342962789e2c69999cd19500549f957
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 766ec662f6f8b3f8238edc4d6b35882eb5b899b4f8e14f05ca69ed8181baccde067eb865c7c25b49644d3bfc67ff99a93cba6eac121310a5e041ab7ec17e6f4b
|
|
7
|
+
data.tar.gz: 9a6d83e70410278861f7080dac75af347c1e8240ba622e7d3f4fd7a44f558f9fac0ecbe39279574627b2bea2b427ce1cec1d7cbb136721628e37386a108001ce
|
data/data/makr/Makefile.erb
CHANGED
|
@@ -56,6 +56,7 @@ install-profiles: $(PROFILES_DIR)
|
|
|
56
56
|
# Updates project version using agvtool
|
|
57
57
|
update-version:
|
|
58
58
|
agvtool new-version -all $(CURRENT_VERSION).$(BUILD_NUMBER)
|
|
59
|
+
agvtool new-marketing-version $(CURRENT_VERSION)
|
|
59
60
|
|
|
60
61
|
<% config["archives"].each do |archive| -%>
|
|
61
62
|
# Create <%=archive["name"]%>.xcarchive
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: makr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Carter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-11-
|
|
11
|
+
date: 2014-11-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Makr reads the config.yaml file in the current directory to generate
|
|
14
14
|
a Makefile capable of building, testing, and distributing Xcode projects and workspaces.
|