Skip to content

Commit

Permalink
Updated min version to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathyan-KM committed Aug 28, 2023
1 parent 8143598 commit e146067
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Example/Kommunicate.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@
DEVELOPMENT_TEAM = 932BY3Q6F7;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 932BY3Q6F7;
INFOPLIST_FILE = Kommunicate/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = com.Kommunicate.demo;
Expand All @@ -762,7 +762,7 @@
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = 932BY3Q6F7;
INFOPLIST_FILE = Kommunicate/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = com.Kommunicate.demo;
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source ‘https://cdn.cocoapods.org/

use_frameworks!
platform :ios, '12.0'
platform :ios, '13.0'

target 'Kommunicate_Example' do
pod 'Kommunicate', :path => '../'
Expand Down
22 changes: 11 additions & 11 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ PODS:
- ZendeskChatProvidersSDK (~> 3.0.0)
- KommunicateChatUI-iOS-SDK/RichMessageKit (1.1.5)
- KommunicateCore-iOS-SDK (1.1.1)
- Nimble (10.0.0)
- Nimble-Snapshots (9.4.0):
- Nimble-Snapshots/Core (= 9.4.0)
- Nimble-Snapshots/Core (9.4.0):
- Nimble (11.2.2)
- Nimble-Snapshots (9.5.1):
- Nimble-Snapshots/Core (= 9.5.1)
- Nimble-Snapshots/Core (9.5.1):
- iOSSnapshotTestCase (~> 8.0)
- Nimble
- Quick (5.0.1)
- Nimble (~> 11.0)
- Quick (7.2.0)
- SwipeCellKit (2.7.1)
- ZendeskChatProvidersSDK (3.0.0)

Expand Down Expand Up @@ -57,15 +57,15 @@ SPEC CHECKSUMS:
iOSDropDown: ce9daa584eaa5567cafc1b633e3cc7eb6d9cea42
iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f
Kingfisher: 6c5449c6450c5239166510ba04afe374a98afc4f
Kommunicate: 134927452d134c74186443d2a530f954f7892c23
Kommunicate: cbd471a8dc2804adac3842fa24e2ebb98a7ffc52
KommunicateChatUI-iOS-SDK: 47dd750674c0f4e2c9fa19845013b035656e6ec5
KommunicateCore-iOS-SDK: d8e2b02da96522708a8d3cb395f9616522e219dc
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Nimble-Snapshots: ef281b908c604f78c8313587e25ea92c8ab513d7
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
Nimble: 01a944d4d07eab73617dfd4b32ac9f7152ac34de
Nimble-Snapshots: ffa513489b87160d95b09e9158c9cb2bf70e00a4
Quick: 73ac215f23a6a0eaa59f4ee142802b3f4dba86bb
SwipeCellKit: 3972254a826da74609926daf59b08d6c72e619ea
ZendeskChatProvidersSDK: af93e02e2058875f92e6ad86e74ee51203b4079e

PODFILE CHECKSUM: 344e21f91eba470ba2f5e2053226372075edcff5
PODFILE CHECKSUM: 9819a09ef609e854ff350d700e2a7355d5feb595

COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion Kommunicate.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'BSD-3-Clause', :file => 'LICENSE' }
s.author = { 'Mukesh Thawani' => '[email protected]' }
s.source = { :git => 'https://github.com/Kommunicate-io/Kommunicate-iOS-SDK.git', :tag => s.version }
s.ios.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
s.source_files = 'Sources/Kommunicate/Classes/**/*.{swift}'
s.resources = 'Sources/Resources/**/*{lproj,storyboard,xib,xcassets,json,strings}'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "Kommunicate",
defaultLocalization: "en",
platforms: [.iOS(.v12)],
platforms: [.iOS(.v13)],
products: [
.library(
name: "Kommunicate",
Expand Down

0 comments on commit e146067

Please sign in to comment.