diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..1da2745a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,24 @@ +{ + "files.associations": { + "__locale": "c", + "__tree": "c", + "bitset": "c", + "set": "c", + "syslimits.h": "c", + "mman.h": "c", + "fcntl.h": "c", + "_pthread_types.h": "c", + "_pthread_t.h": "c", + "signal.h": "c", + "algorithm": "cpp", + "__bit_reference": "c", + "chrono": "c", + "map": "c", + "unordered_map": "c", + "pwd.h": "c", + "libgen.h": "c", + "libproc.h": "c", + "proc_info.h": "c", + "libproc_private.h": "c" + } +} \ No newline at end of file diff --git a/Bootstrap.xcodeproj/project.pbxproj b/Bootstrap.xcodeproj/project.pbxproj index df06c2a1..941e430f 100644 --- a/Bootstrap.xcodeproj/project.pbxproj +++ b/Bootstrap.xcodeproj/project.pbxproj @@ -571,7 +571,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.6; + MARKETING_VERSION = 1.2.8; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = com.roothide.Bootstrap; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -609,7 +609,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.6; + MARKETING_VERSION = 1.2.8; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = com.roothide.Bootstrap; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/Bootstrap.xcodeproj/project.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate b/Bootstrap.xcodeproj/project.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate index 5da74f33..21b54ad9 100644 Binary files a/Bootstrap.xcodeproj/project.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate and b/Bootstrap.xcodeproj/project.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Bootstrap/basebin/bootstrap.dylib b/Bootstrap/basebin/bootstrap.dylib index db425c98..87a4be82 100755 Binary files a/Bootstrap/basebin/bootstrap.dylib and b/Bootstrap/basebin/bootstrap.dylib differ diff --git a/Bootstrap/basebin/bootstrapd b/Bootstrap/basebin/bootstrapd index 8af59a3e..acda7312 100755 Binary files a/Bootstrap/basebin/bootstrapd and b/Bootstrap/basebin/bootstrapd differ diff --git a/Bootstrap/basebin/devtest b/Bootstrap/basebin/devtest index 1f108a46..5a5ea6f0 100755 Binary files a/Bootstrap/basebin/devtest and b/Bootstrap/basebin/devtest differ diff --git a/Bootstrap/basebin/preload b/Bootstrap/basebin/preload index 303def19..adc4f38c 100755 Binary files a/Bootstrap/basebin/preload and b/Bootstrap/basebin/preload differ diff --git a/Bootstrap/basebin/preload.dylib b/Bootstrap/basebin/preload.dylib index c926f4b6..fc8a5889 100755 Binary files a/Bootstrap/basebin/preload.dylib and b/Bootstrap/basebin/preload.dylib differ diff --git a/Bootstrap/basebin/rebuildapp b/Bootstrap/basebin/rebuildapp index 582c52fa..20bd0b61 100755 Binary files a/Bootstrap/basebin/rebuildapp and b/Bootstrap/basebin/rebuildapp differ diff --git a/Bootstrap/basebin/rebuildapps.sh b/Bootstrap/basebin/rebuildapps.sh index 5c99bd7c..1dd10205 100755 --- a/Bootstrap/basebin/rebuildapps.sh +++ b/Bootstrap/basebin/rebuildapps.sh @@ -3,7 +3,7 @@ ls /Applications/ | while read app; do echo "--$app--"; - uicache -p "/Applications/$app" + uicache -p "/Applications/$app" || true done @@ -14,5 +14,5 @@ ls -d /var/containers/Bundle/Application/*/*.app/.jbroot | while read file; do unlink "$bundle"/.jbroot ln -s / "$bundle"/.jbroot - uicache -s -p "$bundle" + uicache -s -p "$bundle" || true done diff --git a/Bootstrap/basebin/uicache b/Bootstrap/basebin/uicache index a93728f8..37aa15d8 100755 Binary files a/Bootstrap/basebin/uicache and b/Bootstrap/basebin/uicache differ diff --git a/basebin b/basebin index 36ae680d..2ccb6065 160000 --- a/basebin +++ b/basebin @@ -1 +1 @@ -Subproject commit 36ae680d5f04586c6db9b0477b48ab3bf7c8d1d1 +Subproject commit 2ccb60655437fca6a6576fc7372b287977fa85f9