-
-
Notifications
You must be signed in to change notification settings - Fork 197
Update app deployment target to 8.0 #984
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
Conversation
Test FAILed. |
f7e5214
to
e5d31ff
Compare
Test FAILed. |
e5d31ff
to
a45b757
Compare
Test PASSed. |
I suggest that we add a log statement to indicate we've changed the Deployment Target build setting, like we do for adding dynamic frameworks. |
a45b757
to
8d02094
Compare
@fealebenpae I added log statement. |
Looks good to me. |
Test PASSed. |
👍 |
@@ -519,6 +519,11 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ | |||
if(opts && opts.executePodInstall && this.$fs.exists(pluginPodFilePath).wait()) { | |||
this.executePodInstall().wait(); | |||
} | |||
|
|||
let project = this.createPbxProj(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can move this code in a dedicated function
👍 after addressing a small, non-functional remark |
Update app deployment target to 8.0
Fixes #944