Skip to content

Commit

Permalink
Prepare for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrajatttt committed Oct 17, 2024
1 parent d80d846 commit 59204c0
Show file tree
Hide file tree
Showing 26 changed files with 5,764 additions and 2,359 deletions.
4 changes: 2 additions & 2 deletions AmazonConnectChatIOS.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'AmazonConnectChatIOS'
spec.version = '1.0.0'
spec.version = '1.0.1'
spec.license = { :type => 'Apache License, Version 2.0', :file => "LICENSE" }
spec.homepage = 'https://github.com/amazon-connect/amazon-connect-chat-ios'
spec.authors = { 'Michael Liao' => '[email protected]', 'Rajat Mittal' => '[email protected]' }
spec.summary = 'Amazon Connect Chat SDK for iOS ...'
spec.source = { :git => 'https://github.com/amazon-connect/amazon-connect-chat-ios', :tag => 'v1.0.0' }
spec.source = { :git => 'https://github.com/amazon-connect/amazon-connect-chat-ios', :tag => 'v1.0.1' }
spec.platform = :ios, '15.0'
spec.source_files = "Sources/Core/**/*.{swift}"
spec.dependency 'AWSConnectParticipant'
Expand Down
10 changes: 5 additions & 5 deletions Sources/AmazonConnectChatIOS.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>AmazonConnectChatIOS.framework/AmazonConnectChatIOS</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AmazonConnectChatIOS.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>AmazonConnectChatIOS.framework/AmazonConnectChatIOS</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>AmazonConnectChatIOS.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 59204c0

Please sign in to comment.