F-Script
F-Script copied to clipboard
Modernize F-Script
Add new 10.7 and 10.8 frameworks Drop GC, since some new frameworks does not support it Fix GC-related overrelease bugs.
Thanks for the pull request. However I don't think I can drop GC support for the F-script framework just yet as i use it in KosmicTask which is a GC app!
GC and ref counting can live together. Why ditch GC support altogether - that would be necessary for an ARC build. X-code 4 still supports GC builds.
What frameworks don't support GC?
There are some private frameworks + Accounts.framework, Social.framework
This issue is a year old, but hey, its still open right? And this is probably technically under NDA, but what the hell. From the Xcode 5.1b4 release notes:
OS X Garbage Collection
Xcode 5.1 does not support building and debugging apps and frameworks that use OS X Objective-C garbage collection. Attempting to build such targets will result in a build error. It is recommended that any projects using GC employ Xcode’s migration tool to convert to ARC (Automatic Reference Counting).