Skip to content

Commit

Permalink
Merge pull request #390 from mitchblank/xcodebuid-plist-outputput
Browse files Browse the repository at this point in the history
Try to fix Xcode 12 build (outputPaths from build-mogenerator-Info-plist.sh seems wrong)
  • Loading branch information
rentzsch committed Dec 22, 2020
2 parents 1294723 + 20d9cce commit 2d7f9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mogenerator.xcodeproj/project.pbxproj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
"$(SRCROOT)/templates/machine.swift.motemplate", "$(SRCROOT)/templates/machine.swift.motemplate",
); );
outputPaths = ( outputPaths = (
"$(DERIVED_FILE_DIR)/motemplate-Info.plist", "$(DERIVED_FILE_DIR)/mogenerator-Info.plist",
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/sh;
Expand Down

0 comments on commit 2d7f9b4

Please sign in to comment.