Skip to content

Commit

Permalink
Warning on permission error, daemon build failures, standalone inject…
Browse files Browse the repository at this point in the history
…ion fallback for bundles.
  • Loading branch information
johnno1962 committed Sep 15, 2022
1 parent 1c68abe commit 1d683ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions InjectionIII.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -312,7 +314,7 @@
BBE3B2EB2524916000300BF8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
BBE3B2ED2524916000300BF8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
BBE3B2EE2524916000300BF8 /* EvalApp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = EvalApp.entitlements; sourceTree = "<group>"; };
BBE490CE1FB2368A003D41BB /* FileWatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FileWatcher.swift; path = ../HotReloading/Sources/injectiond/FileWatcher.swift; sourceTree = "<group>"; };
BBE490CE1FB2368A003D41BB /* FileWatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FileWatcher.swift; path = ../HotReloading/Sources/HotReloading/FileWatcher.swift; sourceTree = "<group>"; };
BBE490D91FB2C643003D41BB /* InjectionBusy.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = InjectionBusy.tif; sourceTree = "<group>"; };
BBE490DA1FB2C643003D41BB /* InjectionError.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = InjectionError.tif; sourceTree = "<group>"; };
BBEB704A1FD28C6F00127711 /* XcodeHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XcodeHash.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -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 */,
Expand All @@ -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 */,
Expand Down Expand Up @@ -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 = "";
Expand All @@ -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 = "";
Expand Down
2 changes: 1 addition & 1 deletion InjectionIII/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>7054</string>
<string>7075</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 1d683ce

Please sign in to comment.