diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..448c3c1 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 alfiecg24 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 4ce34dc..bcb1deb 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ TrollInstallerX wouldn't have been possible without the work of the following pe * [wh1te4ever](https://github.com/wh1te4ever) for [kfund](https://github.com/wh1te4ever/kfund) * [Zhuowei](https://github.com/zhuowei) for the tccd unsandboxing method * [xina520](https://x.com/xina520) for the kernel read/write-only privilege escalation method -* [dhinakg](https://github.com/dhinakg) for the memory hogger, the MacDirtyCow kernelcache grabber method, and help with [libgrabkernel2](https://github.com/alfiecg24/libgrabkernel2) +* [dhinakg](https://github.com/dhinakg) for the memory hogger, the MacDirtyCow kernelcache grabber method, [libpartial](https://github.com/dhinakg/partial) and help with [libgrabkernel2](https://github.com/alfiecg24/libgrabkernel2) * [staturnz](https://github.com/staturnzz) for work on the kernel patchfinder * [aaronp613](https://x.com/aaronp613) for the TrollInstallerX icon * [DTCalabro](https://github.com/DTCalabro) and [JJTech](https://github.com/JJTech0130) for improvements to the logging system diff --git a/TrollInstallerX.xcodeproj/project.pbxproj b/TrollInstallerX.xcodeproj/project.pbxproj index d876992..64b29aa 100644 --- a/TrollInstallerX.xcodeproj/project.pbxproj +++ b/TrollInstallerX.xcodeproj/project.pbxproj @@ -910,6 +910,7 @@ TrollInstallerX/External/include, TrollInstallerX/Exploitation/, ); + INFOPLIST_KEY_CFBundleDisplayName = TrollInstallerX; INFOPLIST_KEY_NSAppleMusicUsageDescription = "Unsandboxing with MacDirtyCow"; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; @@ -925,7 +926,7 @@ "$(inherited)", "$(PROJECT_DIR)/TrollInstallerX/External/lib", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.0; PRODUCT_BUNDLE_IDENTIFIER = com.Alfie.TrollInstallerX; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -953,6 +954,7 @@ TrollInstallerX/External/include, TrollInstallerX/Exploitation/, ); + INFOPLIST_KEY_CFBundleDisplayName = TrollInstallerX; INFOPLIST_KEY_NSAppleMusicUsageDescription = "Unsandboxing with MacDirtyCow"; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; @@ -968,7 +970,7 @@ "$(inherited)", "$(PROJECT_DIR)/TrollInstallerX/External/lib", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.0; PRODUCT_BUNDLE_IDENTIFIER = com.Alfie.TrollInstallerX; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES;