This commit is contained in:
Roman Volosovskyi 2017-01-03 12:59:00 +02:00
parent afaef1db9c
commit 82f88b3a36
3 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@ target 'StatusIm' do
# use_frameworks! # use_frameworks!
# Pods for StatusIm # Pods for StatusIm
pod 'Instabug' pod 'Instabug', '~> 6.0.0'
target 'StatusImTests' do target 'StatusImTests' do
inherit! :search_paths inherit! :search_paths

View File

@ -2,11 +2,11 @@ PODS:
- Instabug (6.0.4) - Instabug (6.0.4)
DEPENDENCIES: DEPENDENCIES:
- Instabug - Instabug (~> 6.0.0)
SPEC CHECKSUMS: SPEC CHECKSUMS:
Instabug: 7431c30f6e8883b2e6a9ce4b922ed51cbb25ad19 Instabug: 7431c30f6e8883b2e6a9ce4b922ed51cbb25ad19
PODFILE CHECKSUM: 392b4ab0b282276a6abcfc179a215dda2de3962e PODFILE CHECKSUM: da0b8d375a7fe107abe5b59bce9340e2fd528084
COCOAPODS: 1.1.1 COCOAPODS: 1.1.1

View File

@ -4,6 +4,8 @@
<dict> <dict>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleDisplayName</key>
<string>Status</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string> <string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>