Skip to content

Commit

Permalink
fix: iosX64 fix and updated xcframework
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunak-jagtap committed Jan 12, 2023
1 parent 0267726 commit 0179af4
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 38 deletions.
6 changes: 3 additions & 3 deletions DyteiOSCore.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "DyteiOSCore"
s.version = "0.0.3"
s.version = "0.0.4"
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.description = "Logically separate the responsibility of video calling logic and UI. This means decoupling, speed, performance, and control over your RTC!"
s.homepage = "https://dyte.io/"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "$(git config user.name)" => "$(git config user.email)" }
s.author = { 'Dyte' => '[email protected]' }
s.source = { :git => "https://github.com/dyte-in/DyteMobileCoreiOS.git", :tag => s.version.to_s }
s.vendored_frameworks = "DyteiOSCore.xcframework"
s.platform = :ios
Expand Down
9 changes: 5 additions & 4 deletions DyteiOSCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,24 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<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>
<dict>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>DyteiOSCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -31,8 +34,6 @@
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down

This file was deleted.

Binary file not shown.
Binary file not shown.
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>9.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
</dict>
</plist>
Binary file not shown.

0 comments on commit 0179af4

Please sign in to comment.