mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-20 09:57:35 +02:00
only fix xcode on mavericks
This commit is contained in:
parent
d456159a2b
commit
303c1892a0
1 changed files with 2 additions and 1 deletions
|
@ -479,9 +479,10 @@ class InternalCommands:
|
||||||
if generator.cmakeName.find('Eclipse') != -1:
|
if generator.cmakeName.find('Eclipse') != -1:
|
||||||
self.fixCmakeEclipseBug()
|
self.fixCmakeEclipseBug()
|
||||||
|
|
||||||
|
# only on osx 10.9 mavericks.
|
||||||
# manually change .xcodeproj to add code sign for
|
# manually change .xcodeproj to add code sign for
|
||||||
# synmacph project and specify its info.plist
|
# synmacph project and specify its info.plist
|
||||||
if generator.cmakeName.find('Xcode') != -1:
|
if self.macSdk == "10.9" and generator.cmakeName.find('Xcode') != -1:
|
||||||
self.fixXcodeProject(target)
|
self.fixXcodeProject(target)
|
||||||
|
|
||||||
if err != 0:
|
if err != 0:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue