7 Commits
Author SHA1 Message Date
Michael ba2971f5e7 Bundle Caffeine with app instead of requiring installer 2024-06-15 18:28:49 -04:00
Michael ac731362b9 Rename spammer paradise extension to user insights
This extension gives insights into channel users such as listing clones or finding users that match a specific condition. It also now houses the brag command which gives insight on the local user.
2024-06-15 17:07:48 -04:00
Michael 8b56063e9c Merge brag spam into spammer paradise extension
I did not see much reason to build and keep an entire extension around to serve one single command. Merging it into spammer paradise was the most logical step given the name of the extension.
2024-06-15 16:59:57 -04:00
Michael f5b2ee223f Pass ARCHS value to subprojects 2021-06-19 09:32:55 -04:00
flying-sausages 5cab10b681 De-dupe build script
Switch to bash from sh and use arrays. Also apply formatting. I hope this wasn't auto-generated...
2021-05-05 15:30:03 +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