From 5ba5295e22321483d55eb7ea717e2f1dddc8b7fb Mon Sep 17 00:00:00 2001 From: Jakub Kaspar Date: Fri, 21 Feb 2020 21:15:12 -0800 Subject: [PATCH] Update podfile, udpate pods, fix warnings, remove unnecessary code --- Example/ChatExample.xcodeproj/project.pbxproj | 7 ++----- Example/Podfile | 2 ++ Example/Podfile.lock | 14 ++++++++------ 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Example/ChatExample.xcodeproj/project.pbxproj b/Example/ChatExample.xcodeproj/project.pbxproj index bfff37ea..89a85340 100644 --- a/Example/ChatExample.xcodeproj/project.pbxproj +++ b/Example/ChatExample.xcodeproj/project.pbxproj @@ -391,10 +391,9 @@ }; buildConfigurationList = 882B5E2E1CF7D4B900B6E160 /* Build configuration list for PBXProject "ChatExample" */; compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( - English, en, Base, ); @@ -524,7 +523,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; + shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; }; /* End PBXShellScriptBuildPhase section */ @@ -713,7 +712,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = A830E27DBE0B66B89C5D2EB8 /* Pods-ChatExample.debug.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist"; @@ -728,7 +726,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = 9E0D67CD75BA7EB323FD391B /* Pods-ChatExample.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist"; diff --git a/Example/Podfile b/Example/Podfile index b77306c9..2e94b538 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,3 +1,5 @@ +source 'https://cdn.cocoapods.org/' + platform :ios, '9.0' target 'ChatExample' do diff --git a/Example/Podfile.lock b/Example/Podfile.lock index c76c9353..f0ebb0ef 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,7 @@ PODS: - - InputBarAccessoryView (4.3.0) + - InputBarAccessoryView (4.3.1): + - InputBarAccessoryView/Core (= 4.3.1) + - InputBarAccessoryView/Core (4.3.1) - MessageKit (3.1.0): - InputBarAccessoryView (~> 4.3.0) @@ -7,7 +9,7 @@ DEPENDENCIES: - MessageKit (from `../`) SPEC REPOS: - https://github.com/cocoapods/specs.git: + trunk: - InputBarAccessoryView EXTERNAL SOURCES: @@ -15,9 +17,9 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - InputBarAccessoryView: 28dca73f28df7822fe5377f83cfc4547e22f90ff - MessageKit: 72add24fcba6c6ca1e09385285f6f66757340769 + InputBarAccessoryView: 58a348be7ea2736c7eec60e5c315511c2dbb39fd + MessageKit: 3beb578737a5aa2bba25cc27c7b6d6faa09af5a7 -PODFILE CHECKSUM: cecdb7bc8129cf99f66de9f68eea3256fec30c3d +PODFILE CHECKSUM: 90bd12ca685503630d7fe716609f4974660ed5ee -COCOAPODS: 1.7.0 +COCOAPODS: 1.8.4