-
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: Enhancements - Library is now being built for xcframeworks with latest xcode 12.5. Bug Fixes - Added extra checks and synchronized for queue that is posting back to server during application going to background or to terminate. There was some crashes reported, but unable to reproduce locally. 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
d8ef315
commit 8083cc7
Showing
12 changed files
with
36 additions
and
19 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,16 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'EOCoreDebug' | ||
s.version = '2.3.51' | ||
s.author = 'Acoustic, L.P.' | ||
s.license = { :type => 'Proprietary, Acoustic, L.P.', :file => 'Licenses/License' } | ||
s.homepage = 'https://github.com/acoustic-analytics/EOCore' | ||
s.summary = 'Acoustic Tealeaf EOCore iOS SDK' | ||
s.cocoapods_version = '>= 1.10.0' | ||
s.platforms = { :ios => "9.0" } | ||
s.frameworks = 'SystemConfiguration', 'CoreTelephony', 'CoreLocation', 'WebKit' | ||
s.library = 'z' | ||
s.resource = "SDKs/iOS/Debug/EOCore.xcframework/*/EOCore.framework/EOCoreSettings.bundle" | ||
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/SDKs/iOS/Debug/EOCore.xcframework/*/EOCore.framework/Headers/"/** ' } | ||
s.source = { :git => 'https://github.com/acoustic-analytics/EOCore.git', :tag => '2.3.51'} | ||
s.vendored_frameworks = 'SDKs/iOS/Debug/EOCore.framework' | ||
end |
Binary file modified
BIN
+0 Bytes
(100%)
SDKs/iOS/Debug/EOCore.xcframework/ios-arm64_armv7/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
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_armv7/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_i386_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
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%)
.../iOS/Debug/EOCore.xcframework/ios-arm64_i386_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