xcake 0.4.3 → 0.4.4
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/CHANGELOG.md +13 -6
- data/Gemfile.lock +1 -1
- data/lib/xcake/generator/build_phase_registry.rb +1 -0
- data/lib/xcake/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f1ea91d368e8662575a8dcd062a21661b4d26f6
|
|
4
|
+
data.tar.gz: 3b6e113996c802940a72336b606df79aee285f44
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 047533ecab7a56bea0277ab2d647a05c8ff3f70ea77707baf0a5e719408e1ea32d093208f7b61316cc6e1a1b51f7b8ba50cd9dfd4e970b7473927b8a089e65bd
|
|
7
|
+
data.tar.gz: f2af8d9983089d07242c8a514705de49a4e9cbd445e62a863429b09838d1cc710d6fce9317a6acdda065d72e7c07f1c0c756c525df6ed5361d93cd8c705e2120
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
+
v0.4.4
|
|
2
|
+
======
|
|
3
|
+
- Correctly registers `.xcdatamodeld` build phase generator.
|
|
4
|
+
|
|
1
5
|
v0.4.3
|
|
2
6
|
======
|
|
3
|
-
- Correctly
|
|
7
|
+
- Correctly containing `.xcdatamodeld` files to a project, rather than the
|
|
8
|
+
internal `.xcdatamodel`.
|
|
4
9
|
|
|
5
10
|
v0.4.2
|
|
6
11
|
======
|
|
@@ -27,9 +32,11 @@ v0.3.0
|
|
|
27
32
|
|
|
28
33
|
v0.2.0
|
|
29
34
|
======
|
|
30
|
-
- Now adds `--version` flag to command line, to allow you to find out Xcake's
|
|
31
|
-
|
|
32
|
-
-
|
|
35
|
+
- Now adds `--version` flag to command line, to allow you to find out Xcake's
|
|
36
|
+
version.
|
|
37
|
+
- Brings naming of default build configurations closer to Xcode's, so that it
|
|
38
|
+
works with existing build scripts.
|
|
39
|
+
- Adds support for Watch OS 2 Applications.
|
|
33
40
|
|
|
34
41
|
v0.1.9
|
|
35
42
|
======
|
|
@@ -55,8 +62,8 @@ v0.1.5
|
|
|
55
62
|
v0.1.4
|
|
56
63
|
======
|
|
57
64
|
- Removes references to "build_configurations" to just "configuration".
|
|
58
|
-
to make syntax shorter and to reflect the fact it's an abstraction
|
|
59
|
-
a Xcode build configuration.
|
|
65
|
+
to make syntax shorter and to reflect the fact it's an abstraction
|
|
66
|
+
and not directly a Xcode build configuration.
|
|
60
67
|
|
|
61
68
|
v0.1.3
|
|
62
69
|
======
|
data/Gemfile.lock
CHANGED
data/lib/xcake/version.rb
CHANGED