boxcar-ios-framework 1.0.2

boxcar-ios-framework 1.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Nov 2015

Maintained by ProcessOne.



 
Depends on:
OHHTTPStubs>= 0
OCMock>= 0
 

  • By
  • ProcessOne

Development

This project uses Pods. Thus it is intended to be used from Boxcar.xcworkspace (and not directly xcodeproj).

Build number can be updated with the command: /Applications/Xcode.app/Contents/Developer/usr/bin/agvtool -noscm next-version

Updating Marketing version: /Applications/Xcode.app/Contents/Developer/usr/bin/agvtool new-marketing-version 1.0.7

Building the framework for delivery

The framework is build from the Framework target. Make sure active scheme target simulator and not device. If successful, a new DMG is generated in the package directory.

Check that the build contain all needed architectures before release:

$ xcrun --sdk iphoneos lipo -info package/Boxcar.framework/Boxcar
Architectures in the fat file: package/Boxcar.framework/Boxcar are: armv7 armv7s i386 x86_64 arm64 

Package for Boxcar demo

Demo can be prepared for delivery with git archive command: git archive HEAD --format=zip > boxcar-ios-demo-1.0.8.zip

Troubleshooting

You can put the framework in debug mode (with more debug logging) with the command: [[Boxcar sharedInstance] dbm];