Skip to content

Commit

Permalink
Objective-C (remote version)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnno1962 committed Oct 26, 2022
1 parent aaa3fd0 commit 2478930
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions InjectionIII.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
BB877CE42186EB6E0070EEC7 /* DDHotKeyCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = BB6306F51FCD16600021D30C /* DDHotKeyCenter.m */; };
BB877CE52186EB6E0070EEC7 /* DDHotKeyUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = BB6306F61FCD16600021D30C /* DDHotKeyUtilities.m */; };
BB9642A627E339BE00C61CB7 /* ObjcInjection.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB9642A527E339BC00C61CB7 /* ObjcInjection.swift */; };
BBAD6A2C290915DE00DEB1A5 /* InjectionStats.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBAD6A2B290915DB00DEB1A5 /* InjectionStats.swift */; };
BBB040641FB17A6C007DDD0A /* ScriptingBridge.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBB040631FB1798A007DDD0A /* ScriptingBridge.framework */; };
BBB2C6FE26FC9C2900E91E67 /* TupleRegex.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBB2C6FD26FC9C2900E91E67 /* TupleRegex.swift */; };
BBB2C6FF26FC9C2900E91E67 /* TupleRegex.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBB2C6FD26FC9C2900E91E67 /* TupleRegex.swift */; };
Expand Down Expand Up @@ -252,6 +253,7 @@
BB9642A527E339BC00C61CB7 /* ObjcInjection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ObjcInjection.swift; path = HotReloading/Sources/HotReloading/ObjcInjection.swift; sourceTree = SOURCE_ROOT; };
BB9642A727E33C8F00C61CB7 /* DeviceInjection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DeviceInjection.swift; path = HotReloading/Sources/HotReloading/DeviceInjection.swift; sourceTree = SOURCE_ROOT; };
BBA7BE0223473D660067124D /* build_bundles.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build_bundles.sh; sourceTree = "<group>"; };
BBAD6A2B290915DB00DEB1A5 /* InjectionStats.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = InjectionStats.swift; path = HotReloading/Sources/HotReloading/InjectionStats.swift; sourceTree = SOURCE_ROOT; };
BBB040631FB1798A007DDD0A /* ScriptingBridge.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ScriptingBridge.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/ScriptingBridge.framework; sourceTree = DEVELOPER_DIR; };
BBB148D91FAD53BE00CB6B33 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
BBB148DB1FAD53BE00CB6B33 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -614,6 +616,7 @@
BB9642A727E33C8F00C61CB7 /* DeviceInjection.swift */,
BBF3D62A2851E6DC0070356F /* ReducerInjection.swift */,
BBCB5BE927E7D849005E8AF6 /* StandaloneInjection.swift */,
BBAD6A2B290915DB00DEB1A5 /* InjectionStats.swift */,
BBC03BC626282358005C1A06 /* SwiftSweeper.swift */,
BB18D2E7274E1746004BB4A5 /* DynamicCast.swift */,
BBD0AB3D262F24E4003ED7B1 /* DLKit.swift */,
Expand Down Expand Up @@ -1071,6 +1074,7 @@
BBC03BC726282358005C1A06 /* SwiftSweeper.swift in Sources */,
BBCB31C9281677C900081CB6 /* SwiftInterpose.swift in Sources */,
BBC03BBE2625F269005C1A06 /* Unhide.mm in Sources */,
BBAD6A2C290915DE00DEB1A5 /* InjectionStats.swift in Sources */,
BB18D2E8274E1748004BB4A5 /* DynamicCast.swift in Sources */,
BBF3D62B2851E6DF0070356F /* ReducerInjection.swift in Sources */,
BB16653E25EC5FE0001407AE /* InjectionClient.swift in Sources */,
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>7387</string>
<string>7408</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 2478930

Please sign in to comment.