File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
calabash/Classes/FranklyServer/Routes Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ### 0.23.0
2+
3+ Added support for Xcode 13 and iOS 15.
4+ Added XCFramework target for build.
5+ Fixed issue with coordinates.
6+
17### 0.22.0
28
39Ignore endless caret animation #460
Original file line number Diff line number Diff line change 11all :
22 $(MAKE ) framework
3+ $(MAKE ) xcframework
34 $(MAKE ) dylibs
45
56clean :
Original file line number Diff line number Diff line change 11| Status | [ versioning] ( VERSIONING.md ) | [ license] ( LICENSE ) | [ contributing] ( CONTRIBUTING.md ) |
22| --------| -----------------------------| --------------------| --------------------------------|
3- | [ ![ Build Status] ( https://calabash-ci.xyz/buildStatus/icon?job=calabash-ios-server/develop )] ( https://calabash-ci.xyz/job/calabash-ios-server/develop ) | [ ![ Version] ( https://img.shields.io/badge/version-0.22 .0-green.svg )] ( https://img.shields.io/badge/version-0.22 .0-green.svg ) | [ ![ License] ( https://img.shields.io/badge/licence-Eclipse-blue.svg )] ( http://opensource.org/licenses/EPL-1.0 ) | [ ![ Contributing] ( https://img.shields.io/badge/contrib-gitflow-orange.svg )] ( https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/ ) |
3+ | [ ![ Build Status] ( https://calabash-ci.xyz/buildStatus/icon?job=calabash-ios-server/develop )] ( https://calabash-ci.xyz/job/calabash-ios-server/develop ) | [ ![ Version] ( https://img.shields.io/badge/version-0.23 .0-green.svg )] ( https://img.shields.io/badge/version-0.23 .0-green.svg ) | [ ![ License] ( https://img.shields.io/badge/licence-Eclipse-blue.svg )] ( http://opensource.org/licenses/EPL-1.0 ) | [ ![ Contributing] ( https://img.shields.io/badge/contrib-gitflow-orange.svg )] ( https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/ ) |
44
55## The Calabash iOS Server
66
Original file line number Diff line number Diff line change 2121 Do not change the 'CALABASH VERSION' portion of the following constant without
2222 updating the ruby API.
2323 ******************/
24- #define kLPCALABASHVERSION @" CALABASH VERSION: 0.22 .0"
24+ #define kLPCALABASHVERSION @" CALABASH VERSION: 0.23 .0"
2525
2626@interface LPVersionRoute : NSObject <LPRoute>
2727
You can’t perform that action at this time.
0 commit comments