fix #611
This commit is contained in:
parent
afaef1db9c
commit
82f88b3a36
|
@ -6,7 +6,7 @@ target 'StatusIm' do
|
|||
# use_frameworks!
|
||||
|
||||
# Pods for StatusIm
|
||||
pod 'Instabug'
|
||||
pod 'Instabug', '~> 6.0.0'
|
||||
|
||||
target 'StatusImTests' do
|
||||
inherit! :search_paths
|
||||
|
|
|
@ -2,11 +2,11 @@ PODS:
|
|||
- Instabug (6.0.4)
|
||||
|
||||
DEPENDENCIES:
|
||||
- Instabug
|
||||
- Instabug (~> 6.0.0)
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Instabug: 7431c30f6e8883b2e6a9ce4b922ed51cbb25ad19
|
||||
|
||||
PODFILE CHECKSUM: 392b4ab0b282276a6abcfc179a215dda2de3962e
|
||||
PODFILE CHECKSUM: da0b8d375a7fe107abe5b59bce9340e2fd528084
|
||||
|
||||
COCOAPODS: 1.1.1
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Status</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
|
Loading…
Reference in New Issue