-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: iosX64 fix and updated xcframework
- Loading branch information
1 parent
0267726
commit 0179af4
Showing
10 changed files
with
39 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
DyteiOSCore.xcframework/ios-arm64-simulator/DyteiOSCore.framework/Info.plist
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-6.97 MB
...ios-arm64-simulator/dSYMs/DyteiOSCore.framework.dSYM/Contents/Resources/DWARF/DyteiOSCore
Binary file not shown.
Binary file added
BIN
+26.1 MB
DyteiOSCore.xcframework/ios-arm64_x86_64-simulator/DyteiOSCore.framework/DyteiOSCore
Binary file not shown.
File renamed without changes.
31 changes: 31 additions & 0 deletions
31
DyteiOSCore.xcframework/ios-arm64_x86_64-simulator/DyteiOSCore.framework/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+12.9 MB
...mulator/DyteiOSCore.framework/DyteiOSCore → ...dSYM/Contents/Resources/DWARF/DyteiOSCore
100755 → 100644
Binary file not shown.