Skip to content

Commit f7e5214

Browse files
Fatme HavaluovaFatme Havaluova
Fatme Havaluova
authored and
Fatme Havaluova
committed
Update app deployment target to 8.0
Fixes #944
1 parent 9e67966 commit f7e5214

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/services/ios-project-service.ts

+4
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,10 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
519519
if(opts && opts.executePodInstall && this.$fs.exists(pluginPodFilePath).wait()) {
520520
this.executePodInstall().wait();
521521
}
522+
523+
let project = this.createPbxProj();
524+
project.updateBuildProperty("IPHONEOS_DEPLOYMENT_TARGET", "8.0");
525+
this.savePbxProj(project).wait();
522526
}).future<void>()();
523527
}
524528

0 commit comments

Comments
 (0)