-
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.
Beta EOCore Change Notes: Bug Fixes: - None. Improvements: - None. Our environment for this release: - Xcode 16.0 - MacOS 15.0 - iOS 13.x to 18.x - Supported architectures: - simulator - arm64 - x86_64 - device - arm64 Known Issues - After iOS 13, library no longer supports iPad because of Apple changes in iPad OS. - Dual sim features are in beta. Example information using multiple carriers.
- Loading branch information
1 parent
4ddc625
commit b00a736
Showing
20 changed files
with
62 additions
and
44 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
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,17 @@ | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'EOCoreDebug' | ||
s.version = '2.3.311' | ||
s.author = 'Acoustic, L.P.' | ||
s.license = { :type => 'Proprietary, Acoustic, L.P.', :text => 'https://github.com/go-acoustic/EOCore/blob/master/Licenses/License' } | ||
s.homepage = 'https://github.com/go-acoustic/EOCore' | ||
s.summary = 'Acoustic Tealeaf EOCore iOS SDK' | ||
s.cocoapods_version = '>= 1.10.0' | ||
s.platforms = { :ios => '12.0' } | ||
s.frameworks = 'SystemConfiguration', 'CoreTelephony', 'CoreLocation', 'WebKit' | ||
s.library = 'z' | ||
s.resource = "SDKs/iOS/Debug/EOCoreSettings.bundle" | ||
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/SDKs/iOS/Debug/EOCore.xcframework/*/EOCore.framework/Headers/"/** ' } | ||
s.source = { :git => 'https://github.com/go-acoustic/EOCore.git', :tag => '2.3.311'} | ||
s.vendored_frameworks = 'SDKs/iOS/Debug/EOCore.xcframework' | ||
end |
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
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Debug/EOCore.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Debug/EOCore.xcframework/_CodeSignature/CodeRequirements-1
Binary file not shown.
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
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Debug/EOCore.xcframework/_CodeSignature/CodeSignature
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Debug/EOCore.xcframework/ios-arm64/EOCore.framework/EOCore
Binary file not shown.
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
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Debug/EOCore.xcframework/ios-arm64/EOCore.framework/Info.plist
Binary file not shown.
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
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Debug/EOCore.xcframework/ios-arm64_x86_64-simulator/EOCore.framework/EOCore
Binary file not shown.
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
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Debug/EOCore.xcframework/ios-arm64_x86_64-simulator/EOCore.framework/Info.plist
Binary file not shown.
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
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
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
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Debug/dSYMs/ios-simulator/EOCore.framework.dSYM/Contents/Resources/DWARF/EOCore
Binary file not shown.
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
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Debug/dSYMs/ios/EOCore.framework.dSYM/Contents/Resources/DWARF/EOCore
Binary file not shown.