6 Commits
Author SHA1 Message Date
Michael d8f0ca2664 Export symbols for ALL extensions, frameworks, and services. 2021-07-02 11:21:04 -04:00
Michael 2ac04ceaf2 Retire receipt library that is no longer used 2021-07-02 07:28:25 -04:00
Michael f5b2ee223f Pass ARCHS value to subprojects 2021-06-19 09:32:55 -04:00
flying-sausages afbfeab2e7 De-dupe framework build script
Same idea as other PR
2021-05-05 15:39:25 +02:00
Michael a41170cb21 Forgot to change the build scripts in 86cc0b5 2018-07-07 15:55:00 -04:00
Michael 2e236abb64 Reorganize project
Many resources have been added to Textual with little thought for long term maintenance. This commit is an overdue overhaul of the entire project. The goals of this overhaul was to introduce as much consistency as possible to the project.

Some notable changes:

• Code signing identity file has moved to "Configurations/Build"
• All build configuration files, including entitlements, moved to "Configurations"
• Source code for the app has moved to "Sources/App"
• Shared source code has moved to "Sources/Shared"
• Source code for extensions have moved to "Sources/Plugins"
• The project file for the app has moved along with its source code. It's recommended to use the Textual.xcworkspace workspace file.
• Build scripts are no longer packaged within the project files.
• Folders are now used throughout most projects instead of groups.
• Removed a lot of redundant framework linking.
• The preference panel sample plugin has been modified to use standard Cocoa facilities instead of those that are project specific. e.g. NSUserDefaults and NSLog() instead of TPCPreferencesUserDefaults and LogToConsole()
2018-07-04 04:55:28 -04:00