Skip to content

Commit c495703

Browse files
author
George Nyakundi
committed
Remove postBuildScripts as this is optional
1 parent a1ea2f8 commit c495703

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

boat-scaffold/src/main/templates/boat-swift5/XcodeGen.mustache

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ targets:
55
{{projectName}}:
66
type: framework
77
platform: iOS
8-
deploymentTarget: "14.0"
8+
deploymentTarget: "15.0"
99
sources: [{{projectName}}]
1010
info:
1111
path: ./Info.plist
1212
version: {{#podVersion}}{{podVersion}}{{/podVersion}}{{^podVersion}}{{#apiInfo}}{{version}}{{/apiInfo}}{{^apiInfo}}}0.0.1{{/apiInfo}}{{/podVersion}}
1313
scheme:
1414
testTargets:
15-
- {{projectName}}IntegrationTests
16-
postBuildScripts:
17-
- path: ../../fix_swiftinterface.sh
18-
name: Fix swiftinterface
15+
- {{projectName}}IntegrationTests

0 commit comments

Comments
 (0)