Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

ios-nocodesign* does not work but for IOS_SDK_VERSION 8.1 #46

Closed
skypjack opened this issue Nov 5, 2015 · 2 comments
Closed

ios-nocodesign* does not work but for IOS_SDK_VERSION 8.1 #46

skypjack opened this issue Nov 5, 2015 · 2 comments

Comments

@skypjack
Copy link
Contributor

skypjack commented Nov 5, 2015

The ios-nocodesign*.cmake files contain a statement that forces the variable IOS_SDK_VERSION to 8.1.
We tested them at least with IOS_SDK_VERSION 9.1 and they work fine, but there is no explicitly way other than manually modify those files to change that parameter.
Is it possible to let the user to dynamically change it or update those file with a newer sdk version?
In the latter case, we can proceed with a pull request if needed.

@ruslo
Copy link
Owner

ruslo commented Nov 6, 2015

The ios-nocodesign*.cmake files contain a statement that forces the variable IOS_SDK_VERSION to 8.1

Originally this toolchain was used for running jobs on Travis CI so I can skip developer's certificate installing step. Version should match the one that is set on Travis OSX machines.

Is it possible to let the user to dynamically change it or update those file with a newer sdk version?

You can create new one ios-nocodesign-9-1 and send a pull request.

@ruslo
Copy link
Owner

ruslo commented Nov 6, 2015

Closed by #47

@ruslo ruslo closed this as completed Nov 6, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants