[ADDED] Crashlytics, Localytics.
[IMPROVED] Async TestFlight takeOff.
[REMOVED] TestFlight token hidden.
[FIXED] Warnings, mostly to do with sign conversions.
[ADDED] Warning messages whenever site's password changes, allowing
the user to cancel the operation.
[ADDED] Make password counter resettable by holding down on the
counter increment button.
15 lines
249 B
Ruby
15 lines
249 B
Ruby
#!/usr/bin/ruby
|
|
|
|
#
|
|
# WARNING: DO NOT MODIFY THIS FILE.
|
|
#
|
|
# Crashlytics
|
|
# Crashlytics Version: 1.0.0.1
|
|
#
|
|
# Copyright Crashlytics, Inc. 2012. All rights reserved.
|
|
#
|
|
|
|
require 'pathname'
|
|
|
|
path = Pathname.new(__FILE__).parent
|
|
`#{path}/../../../run` |