From 1d683cef50ed121bbd5233098ad4a1f04c53ec86 Mon Sep 17 00:00:00 2001 From: John Holdsworth Date: Thu, 15 Sep 2022 11:27:15 +0200 Subject: [PATCH] Warning on permission error, daemon build failures, standalone injection fallback for bundles. --- HotReloading | 2 +- InjectionIII.xcodeproj/project.pbxproj | 10 +++++++--- InjectionIII/Info.plist | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/HotReloading b/HotReloading index 252e6060..8fe29706 160000 --- a/HotReloading +++ b/HotReloading @@ -1 +1 @@ -Subproject commit 252e60600fe0e7e84e849ac7c08f0bcca45a207b +Subproject commit 8fe29706924f37ecaea4c2be2f91c0bdb35759ea diff --git a/InjectionIII.xcodeproj/project.pbxproj b/InjectionIII.xcodeproj/project.pbxproj index 678fe8f1..ef1184e1 100644 --- a/InjectionIII.xcodeproj/project.pbxproj +++ b/InjectionIII.xcodeproj/project.pbxproj @@ -7,6 +7,8 @@ objects = { /* Begin PBXBuildFile section */ + BB04337928D319F60007577F /* FileWatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE490CE1FB2368A003D41BB /* FileWatcher.swift */; }; + BB04337A28D31A350007577F /* StandaloneInjection.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBCB5BE927E7D849005E8AF6 /* StandaloneInjection.swift */; }; BB16653A25E9A5F2001407AE /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = BB16653925E9A5F0001407AE /* main.m */; }; BB16653E25EC5FE0001407AE /* InjectionClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB16653D25EC5FDF001407AE /* InjectionClient.swift */; }; BB16653F25EC6158001407AE /* Xprobe+Service.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB56393F1FD5D535002FFCEF /* Xprobe+Service.mm */; }; @@ -312,7 +314,7 @@ BBE3B2EB2524916000300BF8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; BBE3B2ED2524916000300BF8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; BBE3B2EE2524916000300BF8 /* EvalApp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = EvalApp.entitlements; sourceTree = ""; }; - BBE490CE1FB2368A003D41BB /* FileWatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FileWatcher.swift; path = ../HotReloading/Sources/injectiond/FileWatcher.swift; sourceTree = ""; }; + BBE490CE1FB2368A003D41BB /* FileWatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FileWatcher.swift; path = ../HotReloading/Sources/HotReloading/FileWatcher.swift; sourceTree = ""; }; BBE490D91FB2C643003D41BB /* InjectionBusy.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = InjectionBusy.tif; sourceTree = ""; }; BBE490DA1FB2C643003D41BB /* InjectionError.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = InjectionError.tif; sourceTree = ""; }; BBEB704A1FD28C6F00127711 /* XcodeHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XcodeHash.h; sourceTree = ""; }; @@ -1065,6 +1067,7 @@ files = ( BBB2C6FF26FC9C2900E91E67 /* TupleRegex.swift in Sources */, BB16654025EC6163001407AE /* Xprobe.mm in Sources */, + BB04337928D319F60007577F /* FileWatcher.swift in Sources */, BBC03BC726282358005C1A06 /* SwiftSweeper.swift in Sources */, BBCB31C9281677C900081CB6 /* SwiftInterpose.swift in Sources */, BBC03BBE2625F269005C1A06 /* Unhide.mm in Sources */, @@ -1078,6 +1081,7 @@ BBCA02511FB107AF00E45F0F /* SwiftInjection.swift in Sources */, BB9642A627E339BE00C61CB7 /* ObjcInjection.swift in Sources */, BBB64FE11FD575260020BE47 /* XprobeSwift.swift in Sources */, + BB04337A28D31A350007577F /* StandaloneInjection.swift in Sources */, BB16654425ECD828001407AE /* ClientBoot.mm in Sources */, BB16653F25EC6158001407AE /* Xprobe+Service.mm in Sources */, BBCA02621FB1312A00E45F0F /* SimpleSocket.mm in Sources */, @@ -1469,7 +1473,7 @@ INFOPLIST_FILE = InjectionIII/Info.plist; LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.12; - MARKETING_VERSION = 4.3.3; + MARKETING_VERSION = 4.4.0; PRODUCT_BUNDLE_IDENTIFIER = com.johnholdsworth.InjectionIII; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -1492,7 +1496,7 @@ INFOPLIST_FILE = InjectionIII/Info.plist; LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.12; - MARKETING_VERSION = 4.3.3; + MARKETING_VERSION = 4.4.0; PRODUCT_BUNDLE_IDENTIFIER = com.johnholdsworth.InjectionIII; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/InjectionIII/Info.plist b/InjectionIII/Info.plist index 841ca975..05fa75fa 100644 --- a/InjectionIII/Info.plist +++ b/InjectionIII/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 7054 + 7075 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion