Skip to content

Commit

Permalink
added flag to xcode template to fix code signing errors. Closes #6383 (
Browse files Browse the repository at this point in the history
  • Loading branch information
ofTheo committed Oct 12, 2019
1 parent d5678cd commit fa63aa0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/templates/osx/emptyExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ fi
</array>
<key>MACOSX_DEPLOYMENT_TARGET</key>
<string>10.9</string>
<key>OTHER_CODE_SIGN_FLAGS</key>
<string>--deep</string>
<key>OTHER_CPLUSPLUSFLAGS</key>
<array>
<string>-D__MACOSX_CORE__</string>
Expand Down Expand Up @@ -3021,6 +3023,8 @@ fi
<string>10.9</string>
<key>ONLY_ACTIVE_ARCH</key>
<string>YES</string>
<key>OTHER_CODE_SIGN_FLAGS</key>
<string>--deep</string>
<key>OTHER_CPLUSPLUSFLAGS</key>
<array>
<string>-D__MACOSX_CORE__</string>
Expand Down Expand Up @@ -3079,6 +3083,8 @@ fi
</array>
<key>MACOSX_DEPLOYMENT_TARGET</key>
<string>10.9</string>
<key>OTHER_CODE_SIGN_FLAGS</key>
<string>--deep</string>
<key>OTHER_CPLUSPLUSFLAGS</key>
<array>
<string>-D__MACOSX_CORE__</string>
Expand Down

0 comments on commit fa63aa0

Please sign in to comment.