hawk 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/hawk/version.rb +1 -1
- data/templates/Hawkfile +2 -2
- 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: 7824c265f2574563f36ba3b30ce70a5fd9226015
|
4
|
+
data.tar.gz: c80f2c7bd6b004597f6fbf24b7c979629757b646
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18b6b4209a5e95b681ba18e8930a397fad4be16b7de81f65d8a8417fba911f7b68b8b329fdf00d932f5f04535724c453ce7039c7e6b0a1c7c43386376c560464
|
7
|
+
data.tar.gz: 011e230f0c8375e2f72a223d0408f849f70b483b90d46093517d424f7fd10aa158b0a862ab588b636d4cb3c26477592b550e20bcc63fdb6811c42bdfecc3a4fa
|
data/lib/hawk/version.rb
CHANGED
data/templates/Hawkfile
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
#
|
6
6
|
# XCode project information - used to configure how your app is built and signed
|
7
7
|
#
|
8
|
-
# The signing identity to sign your app with. Defaults to '
|
9
|
-
#signing_identity '
|
8
|
+
# The signing identity to sign your app with. Defaults to 'iOS Distribution'
|
9
|
+
#signing_identity 'iOS Distribution'
|
10
10
|
#
|
11
11
|
# The project file to load (this is usually found automatically)
|
12
12
|
#project 'SampleProject.xcodeproj'
|