Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-25440] Weak link newer frameworks (2_2_X) #262

Merged
merged 4 commits into from Nov 22, 2017

Conversation

janvennemann
Copy link
Contributor

JIRA: https://jira.appcelerator.org/browse/TIMOB-25440

Weak link frameworks that were introduced in a later iOS version then our minium deployment target.

Weak link frameworks that were introduced in a later iOS version than our minium deployment target.
@@ -81,6 +81,8 @@ namespace hyperloop {
inline const std::string getName() const { return name; }
inline const std::string getFileName() const { return filename; }
inline const std::string getLine() const { return line; }
inline const std::string getIntroducedIn() const { return introducedIn; }
void setIntroducedin(const CXVersion version);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be setIntroducedIn

@@ -115,6 +115,18 @@ namespace hyperloop {
cursor(_cursor), name(_name), filename(ctx->getCurrentFilename()), line(ctx->getCurrentLine()), context(ctx) {
}

void Definition::setIntroducedin(const CXVersion version) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setIntroducedIn

@hansemannn hansemannn merged commit 4fc4309 into tidev:2_2_X Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants