Skip to content

Commit

Permalink
should have fixed rh
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin Clerc committed Dec 21, 2023
1 parent e7cba50 commit 8c1a4b9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Geranium.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -55,7 +54,6 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
79152B5F2B3105BC0022EEAF /* GeraniumRootHelper */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = GeraniumRootHelper; sourceTree = "<group>"; };
791820992B31F109007EEC24 /* LogHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogHelper.swift; sourceTree = "<group>"; };
792845522B2C67910021E1FD /* FileCleaner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileCleaner.swift; sourceTree = "<group>"; };
792845592B2C80A40021E1FD /* DaemonDisabler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaemonDisabler.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -229,7 +227,6 @@
FAA457052B2661AD00FC7287 /* Libs */ = {
isa = PBXGroup;
children = (
79152B5F2B3105BC0022EEAF /* GeraniumRootHelper */,
FAA457222B26654700FC7287 /* Addon.swift */,
79AEFBBC2B2CBC6B0074EC34 /* ProgressBar.swift */,
79BA95892B30D91600380D83 /* RootHelperMan.swift */,
Expand Down Expand Up @@ -387,7 +384,6 @@
buildActionMask = 2147483647;
files = (
FAA456DC2B265FEC00FC7287 /* Preview Assets.xcassets in Resources */,
79152B602B3105BC0022EEAF /* GeraniumRootHelper in Resources */,
FAA456D92B265FEC00FC7287 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion ipabuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c1a4b9

Please sign in to comment.