mirror of
https://github.com/Codeux-Software/Textual.git
synced 2026-06-16 13:24:32 +00:00
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()
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
|
||||
If you are using a copy of Textual downloaded through the Mac
|
||||
App Store, then custom scripts can be installed in the folder:
|
||||
|
||||
"~/Library/Application Scripts/com.codeux.apps.textual-mas/"
|
||||
|
||||
Otherwise, custom scripts can be installed in the folder:
|
||||
|
||||
"~/Library/Application Scripts/com.codeux.apps.textual/"
|
||||
|
||||
This folder might not exist. If it does not, create it. Textual does
|
||||
not have write permission to this location so it cannot create it on
|
||||
its own. Scripts installed within this folder benefit from the ability
|
||||
to be ran outside of the OS X sandbox giving them unrestricted access
|
||||
to the system as a whole.
|
||||
|
||||
Only OS X Mountain Lion or later can read scripts from this folder.
|
||||
This is an unfortunate design flaw of the OS X sandbox that Textual
|
||||
cannot circumvent.
|
||||
|
||||
For more information, read the knowledge base:
|
||||
|
||||
https://help.codeux.com/textual/Writing-Scripts.kb
|
||||
Reference in New Issue
Block a user