28 Commits
Author SHA1 Message Date
NanoTech 1d0791226a Explain how to add a label in Interface Builder 2017-02-25 21:22:39 -06:00
NanoTech f4e9fe6d04 Add workaround for "Use of unresolved identifier" 2017-02-25 18:00:06 -06:00
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 52703c2dc9 Need to build the framework after adding runNSApplication 2017-02-25 17:17:58 -06:00
NanoTech b545a3ae24 Add a screenshot for adding Run Script 2017-02-25 17:17:33 -06:00
NanoTech 8f52ca7cb9 Update Swift stdlib embed screenshot 2017-02-25 16:24:31 -06:00
NanoTech 624b296fa4 Add a step to remove @NSApplicationMain 2017-02-25 16:15:10 -06:00
NanoTech b4e8e344e1 Table of contents 2017-02-24 00:35:23 -06:00
NanoTech 6e2df7fc73 Add troubleshooting section 2017-02-24 00:35:23 -06:00
NanoTech 4a6f94a435 Add more clarification 2017-02-24 00:35:23 -06:00
NanoTech 7f46097382 Add flag references 2017-02-24 00:35:23 -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 ab21acac78 Describe script output 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 163d0d0a6d Improve link-deps.sh comments 2017-02-24 00:35:23 -06:00
NanoTech 3c0871874d Add a short introduction 2017-02-24 00:35:23 -06:00
NanoTech fcf526afb1 Instruct to build the framework before linking it 2017-02-21 18:59:28 -06:00
NanoTech 31d3a4771b Reminder to change EXECUTABLE_NAME if needed 2017-02-21 18:58:23 -06:00
NanoTech 7e9f47e85a Change some titles 2017-02-15 22:40:47 -06:00
NanoTech 4f82e89ba9 Update screenshots
- Crop the first two project creation screenshots
- Update and use the New Copy Files Phase screenshot
- Remove unused screenshots
2017-02-15 22:40:47 -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 d244d0293d xcodebuild postBuild hook example 2017-02-15 21:47:06 -06:00
NanoTech 898c58a23e Add FFI tutorial and examples 2017-02-15 20:32:22 -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