mirror of
https://github.com/Codeux-Software/Textual.git
synced 2026-06-16 13:24:32 +00:00
Modify migration logic
Extracted bulk of migration logic out of TPCResourceManager into its own class named TPCSandboxMigration. Some logic of the migration remained in a private category of TPCResourceManager as it makes sense given the methods are related to resources / file access. The entire migration system has been modified to be completely modular. Everything relies on the unified `installation` argument to perform migration on any number of containers. The container for Standard Release was renamed to conform to Apple's standards. No more warnings. The migrator includes an entry for migrating beta users which will be removed before this goes into stable.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ set -e
|
||||
export BUILD_PATH="/private/tmp/Textual-${RANDOM}"
|
||||
|
||||
export BUILD_PATH_SCRIPTS_STANDALONE="${BUILD_PATH}/Library/Application Scripts/com.codeux.apps.textual"
|
||||
export BUILD_PATH_EXTENSIONS_STANDALONE="${BUILD_PATH}/Library/Group Containers/com.codeux.apps.textual.group/Library/Application Support/Textual/Extensions"
|
||||
export BUILD_PATH_EXTENSIONS_STANDALONE="${BUILD_PATH}/Library/Group Containers/8482Q6EPL6.com.codeux.apps.textual/Library/Application Support/Textual/Extensions"
|
||||
|
||||
export CURRENT_DIRECTORY=$(cd `dirname $0` && pwd)
|
||||
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user