Skip to content

Commit

Permalink
Merge pull request #44 from sendbird/celine/fix-generate-sh
Browse files Browse the repository at this point in the history
Updated shell scripts for iOS 12.0
  • Loading branch information
lookdeceline authored Apr 4, 2024
2 parents 09f9b12 + 5e5c926 commit 7362ee6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generate_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ TEMPLATE="
import PackageDescription
let package = Package(
name: \"$PRODUCT\",
platforms: [.iOS(.v11)],
platforms: [.iOS(.v12)],
products: [
.library(
name: \"$PRODUCT\",
Expand Down
7 changes: 5 additions & 2 deletions generate_podspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@ Pod::Spec.new do |s|
'Sendbird' => '[email protected]',
'Jed Gyeong' => '[email protected]',
'Celine Moon' => '[email protected]',
'Ernest Hong' => '[email protected]'
"Tez Park" => "[email protected]",
"Damon Park" => "[email protected]",
"Young Hwang" => "[email protected]",
"Kai Lee" => "[email protected]"
}
s.source = { :http => \"https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v$VERSION/SendbirdChatSDK.zip\", :sha1 => \"$SHA1\" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
s.ios.vendored_frameworks = 'SendbirdChatSDK/SendbirdChatSDK.xcframework'
s.ios.frameworks = ['UIKit', 'CFNetwork', 'Security', 'Foundation', 'MobileCoreServices', 'SystemConfiguration', 'CoreFoundation']
Expand Down

0 comments on commit 7362ee6

Please sign in to comment.