Skip to content

Commit

Permalink
Merge pull request rentzsch#390 from mitchblank/xcodebuid-plist-outpu…
Browse files Browse the repository at this point in the history
…tput

Try to fix Xcode 12 build (outputPaths from build-mogenerator-Info-plist.sh seems wrong)
  • Loading branch information
rentzsch authored 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 Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
"$(SRCROOT)/templates/machine.swift.motemplate",
);
outputPaths = (
"$(DERIVED_FILE_DIR)/motemplate-Info.plist",
"$(DERIVED_FILE_DIR)/mogenerator-Info.plist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down

0 comments on commit 2d7f9b4

Please sign in to comment.