F-Script
F-Script copied to clipboard
Xcode 4.1 projects can be modernised. One effect of this is to set the Base SDK to Latest OS version - 10.7 in this case. This is the recommended configuration....
The vast majority of the changes are simple -- Foundation import instead of AppKit, avoiding NSPoint/NSRect/NSSize on iOS (#if TARGET_OS_IPHONE). Bulk of the change set is including an iOS compatible...
@pmougin There is no need to hardcode the arch to Intel, the app build on PowerPC as well: 