From 82f88b3a361b1e96092957d580aa4f32f406e3f8 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Tue, 3 Jan 2017 12:59:00 +0200 Subject: [PATCH] fix #611 --- ios/Podfile | 2 +- ios/Podfile.lock | 4 ++-- ios/StatusIm/Info.plist | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index 82f8e1e3af..50b20b7584 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -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 diff --git a/ios/Podfile.lock b/ios/Podfile.lock index d2915c82ab..0dc083d449 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -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 diff --git a/ios/StatusIm/Info.plist b/ios/StatusIm/Info.plist index 2056c746e6..39e6d5b406 100644 --- a/ios/StatusIm/Info.plist +++ b/ios/StatusIm/Info.plist @@ -4,6 +4,8 @@ CFBundleDevelopmentRegion en + CFBundleDisplayName + Status CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier