diff --git a/Geranium.xcodeproj/project.pbxproj b/Geranium.xcodeproj/project.pbxproj index 31c8b47..fab754a 100644 --- a/Geranium.xcodeproj/project.pbxproj +++ b/Geranium.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 79152B602B3105BC0022EEAF /* GeraniumRootHelper in Resources */ = {isa = PBXBuildFile; fileRef = 79152B5F2B3105BC0022EEAF /* GeraniumRootHelper */; }; 7918209A2B31F109007EEC24 /* LogHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 791820992B31F109007EEC24 /* LogHelper.swift */; }; 792845532B2C67910021E1FD /* FileCleaner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 792845522B2C67910021E1FD /* FileCleaner.swift */; }; 7928455A2B2C80A40021E1FD /* DaemonDisabler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 792845592B2C80A40021E1FD /* DaemonDisabler.swift */; }; @@ -55,7 +54,6 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 79152B5F2B3105BC0022EEAF /* GeraniumRootHelper */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = GeraniumRootHelper; sourceTree = ""; }; 791820992B31F109007EEC24 /* LogHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogHelper.swift; sourceTree = ""; }; 792845522B2C67910021E1FD /* FileCleaner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileCleaner.swift; sourceTree = ""; }; 792845592B2C80A40021E1FD /* DaemonDisabler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaemonDisabler.swift; sourceTree = ""; }; @@ -229,7 +227,6 @@ FAA457052B2661AD00FC7287 /* Libs */ = { isa = PBXGroup; children = ( - 79152B5F2B3105BC0022EEAF /* GeraniumRootHelper */, FAA457222B26654700FC7287 /* Addon.swift */, 79AEFBBC2B2CBC6B0074EC34 /* ProgressBar.swift */, 79BA95892B30D91600380D83 /* RootHelperMan.swift */, @@ -387,7 +384,6 @@ buildActionMask = 2147483647; files = ( FAA456DC2B265FEC00FC7287 /* Preview Assets.xcassets in Resources */, - 79152B602B3105BC0022EEAF /* GeraniumRootHelper in Resources */, FAA456D92B265FEC00FC7287 /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/Geranium.xcodeproj/project.xcworkspace/xcuserdata/cclerc.xcuserdatad/UserInterfaceState.xcuserstate b/Geranium.xcodeproj/project.xcworkspace/xcuserdata/cclerc.xcuserdatad/UserInterfaceState.xcuserstate index 0e20a16..dd991bd 100644 Binary files a/Geranium.xcodeproj/project.xcworkspace/xcuserdata/cclerc.xcuserdatad/UserInterfaceState.xcuserstate and b/Geranium.xcodeproj/project.xcworkspace/xcuserdata/cclerc.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Geranium/Libs/GeraniumRootHelper b/GeraniumRootHelper similarity index 64% rename from Geranium/Libs/GeraniumRootHelper rename to GeraniumRootHelper index 6da4686..76745ec 100755 Binary files a/Geranium/Libs/GeraniumRootHelper and b/GeraniumRootHelper differ diff --git a/ipabuild.sh b/ipabuild.sh index 76f470f..4cf831f 100755 --- a/ipabuild.sh +++ b/ipabuild.sh @@ -53,7 +53,7 @@ fi #cd $WORKING_LOCATION/RootHelper #make clean #make -#cp $WORKING_LOCATION/RootHelper/.theos/obj/debug/trolltoolsroothelper $WORKING_LOCATION/build/Geranium.app/trolltoolsroothelper +cp $WORKING_LOCATION/GeraniumRootHelper $WORKING_LOCATION/build/Geranium.app/GeraniumRootHelper #cd - #cp $WORKING_LOCATION/build/DerivedData/Build/Products/$CONFIGURATION-iphoneos/RootHelper $WORKING_LOCATION/build/Geranium.app/RootHelper