Skip to content

Commit

Permalink
ifix: release 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunak-jagtap committed Oct 12, 2023
1 parent 3da0c88 commit e6cafed
Show file tree
Hide file tree
Showing 16 changed files with 60,392 additions and 8 deletions.
9 changes: 3 additions & 6 deletions DyteiOSCore.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
Pod::Spec.new do |spec|
spec.name = 'DyteiOSCore'
spec.version = '1.23.1'
spec.version = '1.23.2'
spec.homepage = 'https://dyte.io'
spec.source = {
:http => 'https://dyte-assets.s3.ap-south-1.amazonaws.com/sdk/ios_core/DyteiOSCore-1.23.1-c54fed48-9068-4354-abf2-0d983ee14282.xcframework.zip',
:type => 'zip',
:headers => ['Accept: application/octet-stream']
}
spec.source = { :git => "https://github.com/dyte-in/DyteMobileCoreiOS.git", :tag => spec.version.to_s }
spec.authors = { 'Dyte' => '[email protected]' }
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.summary = "Dyte's Audio/Video SDKs"
spec.vendored_frameworks = "DyteiOSCore.xcframework"
spec.platform = :ios
spec.swift_version = "5.0"
spec.ios.deployment_target = '13.0'
Expand Down
48 changes: 48 additions & 0 deletions DyteiOSCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>DyteiOSCore.framework/DyteiOSCore</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>DyteiOSCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>DyteiOSCore.framework/DyteiOSCore</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>DyteiOSCore.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>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
</plist>
Binary file not shown.
12,831 changes: 12,831 additions & 0 deletions DyteiOSCore.xcframework/ios-arm64/DyteiOSCore.framework/Headers/DyteiOSCore.h

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions DyteiOSCore.xcframework/ios-arm64/DyteiOSCore.framework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>DyteiOSCore</string>
<key>CFBundleIdentifier</key>
<string>DyteiOSCore</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>DyteiOSCore</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>MinimumOSVersion</key>
<string>12.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>arm64</string>
</array>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
framework module DyteiOSCore {
umbrella header "DyteiOSCore.h"

export *
module * { export * }

use Foundation
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.DyteiOSCore</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>DyteiOSCore</string>
<key>CFBundleIdentifier</key>
<string>DyteiOSCore</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>DyteiOSCore</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>MinimumOSVersion</key>
<string>12.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
framework module DyteiOSCore {
umbrella header "DyteiOSCore.h"

export *
module * { export * }
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.DyteiOSCore</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
Binary file not shown.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import PackageDescription

// BEGIN KMMBRIDGE VARIABLES BLOCK (do not edit)
let remoteKotlinUrl = "https://dyte-assets.s3.ap-south-1.amazonaws.com/sdk/ios_core/DyteiOSCore-1.23.1-c54fed48-9068-4354-abf2-0d983ee14282.xcframework.zip"
let remoteKotlinChecksum = "efde079981263e9d436537969fe621a5a6ba372e1eaba435be2484c62910b00b"
let remoteKotlinUrl = "https://dyte-assets.s3.ap-south-1.amazonaws.com/sdk/ios_core/DyteiOSCore-1.23.2-95a2eac8-b0b3-468d-a1cc-e66f8e0cdc42.xcframework.zip"
let remoteKotlinChecksum = "0bb418a09860be0f3278f96db522ffbe5e7698d7734655688cec8bee61ae540d"
let packageName = "DyteiOSCore"
// END KMMBRIDGE BLOCK

Expand Down

0 comments on commit e6cafed

Please sign in to comment.