Skip to content

Commit

Permalink
Fixed templates' compatibility issue with Xcode 4.3.3 (Close #233)
Browse files Browse the repository at this point in the history
  • Loading branch information
mantognini committed Jun 16, 2012
1 parent 3d02d4c commit a39d36e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,9 @@ while (window.isOpen())

<key>GCC_ENABLE_OBJC_GC</key>
<string>unsupported</string>

<key>FRAMEWORK_SEARCH_PATHS</key>
<string>$(FRAMEWORK_SEARCH_PATHS) /Library/Frameworks/**</string>
</dict>

<key>Configurations</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,9 @@ while (window.isOpen())

<key>GCC_ENABLE_OBJC_GC</key>
<string>unsupported</string>

<key>FRAMEWORK_SEARCH_PATHS</key>
<string>$(FRAMEWORK_SEARCH_PATHS) /Library/Frameworks/**</string>
</dict>

<key>Configurations</key>
Expand Down

2 comments on commit a39d36e

@liclac
Copy link

@liclac liclac commented on a39d36e Jan 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we please have a pull on this? It's really annoying to have to manually patch the project templates after every install.

@mantognini
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I know... I've started working on them again two weeks ago and it appears that one of the current issues cannot be solved without rewriting everything. Event Apple's base templates. So there is quite some work ahead. And I've also a few exams these days so... be patient ! ;-)

Please sign in to comment.