Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgrebenets/adobemobilesdk-framework
Static frameworks for AdobeMobileSDK
https://github.com/mgrebenets/adobemobilesdk-framework
Last synced: 6 days ago
JSON representation
Static frameworks for AdobeMobileSDK
- Host: GitHub
- URL: https://github.com/mgrebenets/adobemobilesdk-framework
- Owner: mgrebenets
- Created: 2016-11-25T13:28:22.000Z (about 8 years ago)
- Default Branch: custom-urls
- Last Pushed: 2016-11-25T13:35:57.000Z (about 8 years ago)
- Last Synced: 2024-10-31T22:12:57.683Z (about 2 months ago)
- Size: 7.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AdobeMobileSDK-Framework
===This Objective-C framework is a repackaged AdobeMobileSDK static library.
This is done to be able to use it directly in Swift code inside dynamic Swift frameworks.The `AdobeMobileSDK.podspec` file is a podspec for both static library and framework.
Each time the new source code is updated from GitHub (https://github.com/Adobe-Marketing-Cloud/mobile-services) to Stash this repository needs to be updated manually.
The `AdobeMobileSDK.framework/Versions/A/AdobeMobileSDK` needs to be replaced with `libAdobeMobileSDK.a` (preserving the name).
The `AdobeMobileSDK.framework/Versions/A/Headers/ADBMobile.h` needs to be replaced with new `ADBMobile.h`.
This repository must have the same tag(s) as the original `mobile-services` repository.