Skip to content

Commit

Permalink
fix: updated xcframework
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunak-jagtap committed Jan 10, 2023
1 parent 1f6cc02 commit 509cf27
Show file tree
Hide file tree
Showing 20 changed files with 17,272 additions and 13,635 deletions.
31 changes: 17 additions & 14 deletions DyteiOSCore.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
Pod::Spec.new do |spec|
spec.name = 'DyteiOSCore'
spec.version = '0.0.1'
spec.homepage = 'https://dyte.io/'
spec.summary = "Beta release for DyteiOSCore SDK which provides Audio/Video calling without UI"
spec.description = "Logically separate the responsibility of video calling logic and UI. This means lesser memory needs, decoupling, speed, performance, and control over your RTC!"
spec.source = { :git => "https://github.com/dyte-in/DyteMobileCoreiOS.git", :tag => "#{spec.version}" }
spec.author = { "Shaunak Jagtap" => "[email protected]" }
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.static_framework = true
spec.vendored_frameworks = "DyteiOSCore.xcframework"
spec.libraries = "c++"
spec.module_name = "#{spec.name}_umbrella"
spec.ios.deployment_target = '13.0'
Pod::Spec.new do |s|
s.name = "DyteiOSCore"
s.version = "0.0.1"
s.summary = "Beta release for DyteiOSCore SDK which provides Audio/Video calling without UI"
s.description = "Logically separate the responsibility of video calling logic and UI. This means lesser memory needs, decoupling, speed, performance, and control over your RTC!"
s.homepage = "https://dyte.io/"
s.license = { :type => 'Copyright', :text => <<-LICENSE
Copyright 2018
Permission is granted to...
LICENSE
}
s.author = { "$(git config user.name)" => "$(git config user.email)" }
s.source = { :git => "https://github.com/dyte-in/DyteMobileCoreiOS.git", :tag => "#{s.version}" }
s.vendored_frameworks = "DyteiOSCore.xcframework"
s.platform = :ios
s.swift_version = "5.0"
s.ios.deployment_target = '11.0'
end
18 changes: 11 additions & 7 deletions DyteiOSCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,34 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>shared.framework</string>
<string>DyteiOSCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64-simulator</string>
<key>LibraryPath</key>
<string>shared.framework</string>
<string>DyteiOSCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</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.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>shared</string>
<string>DyteiOSCore</string>
<key>CFBundleIdentifier</key>
<string>shared</string>
<string>DyteiOSCore</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>shared</string>
<string>DyteiOSCore</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
Expand Down
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.
Binary file not shown.
8,593 changes: 8,593 additions & 0 deletions DyteiOSCore.xcframework/ios-arm64/DyteiOSCore.framework/Headers/DyteiOSCore.h

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>shared</string>
<string>DyteiOSCore</string>
<key>CFBundleIdentifier</key>
<string>shared</string>
<string>DyteiOSCore</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>shared</string>
<string>DyteiOSCore</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
Expand Down
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.
Loading

0 comments on commit 509cf27

Please sign in to comment.