A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/UInt2048/CyberKit/commit/fa2170c3604b4ccacbc4f2475f91c0638ac7a2a0 below:

Cherrypick patch from main · UInt2048/CyberKit@fa2170c · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed Original file line number Diff line number Diff line change

@@ -83,7 +83,7 @@ ideplugin = 'XCBSpecifications' if tuple(int(n) for n in xcode_version.split('.'

83 83 84 84

XCSPEC_INFO = [dict(

85 85

id='com.apple.product-type.tool',

86 -

dest=f'../PlugIns/{ideplugin}.ideplugin/Contents/Resources/Embedded-Shared.xcspec',

86 +

dest=f'Library/Xcode/Plug-ins/{ideplugin}.ideplugin/Contents/Resources/Embedded-Shared.xcspec' if tuple(int(n) for n in xcode_version.split('.')) >= (14, 3) else f'../PlugIns/{ideplugin}.ideplugin/Contents/Resources/Embedded-Shared.xcspec',

87 87

content='''

88 88

// Tool (normal Unix command-line executable)

89 89

{ Type = ProductType;

@@ -118,7 +118,7 @@ XCSPEC_INFO = [dict(

118 118

''',

119 119

), dict(

120 120

id='com.apple.package-type.mach-o-executable',

121 -

dest=f'../PlugIns/{ideplugin}.ideplugin/Contents/Resources/Embedded-Shared.xcspec',

121 +

dest=f'Library/Xcode/Plug-ins/{ideplugin}.ideplugin/Contents/Resources/Embedded-Shared.xcspec' if tuple(int(n) for n in xcode_version.split('.')) >= (14, 3) else f'../PlugIns/{ideplugin}.ideplugin/Contents/Resources/Embedded-Shared.xcspec',

122 122

content='''

123 123

{ Type = PackageType;

124 124

Identifier = com.apple.package-type.mach-o-executable;

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4