9 Commits
Author SHA1 Message Date
NanoTech 23e63b31b6 Reset project module settings to match tutorial results
These are the default settings on a new Xcode
Swift project.

This fixes "Umbrella header 'SwiftAppLibrary.h'
not found" on clean builds.
2017-02-25 17:35:11 -06:00
NanoTech 5ccabf268b Switch project group order to match the reader's project 2017-02-25 17:31:19 -06:00
NanoTech 6c24bf8649 Clarify the framework conversion section
Also, switch to embedding the Swift standard
libraries in the app's Frameworks directory.
It works just as well (@executable_path/../Frameworks
is one of the framework's rpaths) and is
consistent with typical Swift apps.
2017-02-24 00:35:23 -06:00
NanoTech 4e47c437f3 Order targets in addition order
To match what the reader will see in their project.
2017-02-24 00:35:23 -06:00
NanoTech e504bbd81d Update Run Script input files 2017-02-15 22:40:47 -06:00
NanoTech 01fd35818c Fix linking with -whole-module-optimization enabled 2017-02-15 22:40:47 -06:00
NanoTech 4fea5657c2 Complete the linking tutorial 2017-02-12 03:06:39 -06:00
NanoTech 47f6693417 Alternate version that links the Swift code as a framework 2017-02-09 23:21:59 -06:00
NanoTech 23fd467fdf First draft 2017-02-08 23:59:20 -06:00