motion-hockeyapp 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -2
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -28,10 +28,10 @@ and be submitted to the HockeyApp platform.
|
|
28
28
|
# ...
|
29
29
|
app.development do
|
30
30
|
if app.hockeyapp?
|
31
|
-
app.identifier = 'com.
|
31
|
+
app.identifier = 'com.your.App.adhoc'
|
32
32
|
# ...
|
33
33
|
else
|
34
|
-
app.identifier = 'com.
|
34
|
+
app.identifier = 'com.your.App.debug'
|
35
35
|
# ...
|
36
36
|
end
|
37
37
|
end
|