Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 2296051

Browse files
committed
hotfix: fix login item
1 parent 74721a0 commit 2296051

File tree

5 files changed

+163
-15
lines changed

5 files changed

+163
-15
lines changed

Remute.xcodeproj/project.pbxproj

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
11B86E5D1EDE9B4D0069D254 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 11B86E5B1EDE9B4D0069D254 /* Main.storyboard */; };
1616
11B86E661EDE9BD00069D254 /* DFRFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11B86E651EDE9BD00069D254 /* DFRFoundation.framework */; };
1717
11B86E981EDEC6720069D254 /* ServiceManagement.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11B86E921EDEAD1D0069D254 /* ServiceManagement.framework */; };
18+
1CB5EC5729E1A45D0067EF5C /* Remute Launcher.app in Resources */ = {isa = PBXBuildFile; fileRef = 1CB5EC5629E19F1B0067EF5C /* Remute Launcher.app */; };
19+
1CB5EC5829E1A4A80067EF5C /* Remute Launcher.app in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1CB5EC5629E19F1B0067EF5C /* Remute Launcher.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
1820
242787BCE98FD2B43E32703E /* libPods-Remute.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C2CE39171FE86ACB7F6C386 /* libPods-Remute.a */; };
1921
5D4763221F0562E6005E8DB0 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 5D47631F1F0562E6005E8DB0 /* [email protected] */; };
2022
5D4763231F0562E6005E8DB0 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 5D4763201F0562E6005E8DB0 /* [email protected] */; };
@@ -26,13 +28,24 @@
2628
C6B6195A2167483F00F06C6B /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = C6B619592167483F00F06C6B /* .gitignore */; };
2729
/* End PBXBuildFile section */
2830

31+
/* Begin PBXContainerItemProxy section */
32+
1CB5EC5529E19F1B0067EF5C /* PBXContainerItemProxy */ = {
33+
isa = PBXContainerItemProxy;
34+
containerPortal = 1CB5EC4129E19EAA0067EF5C /* Remute Launcher.xcodeproj */;
35+
proxyType = 2;
36+
remoteGlobalIDString = 11B86E751EDEAC970069D254;
37+
remoteInfo = "Remute Launcher";
38+
};
39+
/* End PBXContainerItemProxy section */
40+
2941
/* Begin PBXCopyFilesBuildPhase section */
3042
11B86E941EDEAD980069D254 /* CopyFiles */ = {
3143
isa = PBXCopyFilesBuildPhase;
3244
buildActionMask = 2147483647;
3345
dstPath = Contents/Library/LoginItems;
3446
dstSubfolderSpec = 1;
3547
files = (
48+
1CB5EC5829E1A4A80067EF5C /* Remute Launcher.app in CopyFiles */,
3649
);
3750
runOnlyForDeploymentPostprocessing = 0;
3851
};
@@ -55,6 +68,7 @@
5568
11B86E671EDE9CDC0069D254 /* TouchBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TouchBar.h; sourceTree = "<group>"; };
5669
11B86E921EDEAD1D0069D254 /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; };
5770
11B86E9A1EDECB3F0069D254 /* Remute.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Remute.entitlements; sourceTree = "<group>"; };
71+
1CB5EC4129E19EAA0067EF5C /* Remute Launcher.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "Remute Launcher.xcodeproj"; path = "Remute/Remute Launcher/Remute Launcher.xcodeproj"; sourceTree = "<group>"; };
5872
414578CF9911DD8725F6B4BA /* Pods-Remute.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Remute.release.xcconfig"; path = "Target Support Files/Pods-Remute/Pods-Remute.release.xcconfig"; sourceTree = "<group>"; };
5973
4C2CE39171FE86ACB7F6C386 /* libPods-Remute.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Remute.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6074
5D47631F1F0562E6005E8DB0 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
@@ -94,6 +108,7 @@
94108
11B86E4F1EDE9B4D0069D254 /* Remute */,
95109
11B86E4E1EDE9B4D0069D254 /* Products */,
96110
11B86E641EDE9BD00069D254 /* Frameworks */,
111+
1CB5EC4129E19EAA0067EF5C /* Remute Launcher.xcodeproj */,
97112
BB2B16BA4B399BED85E72BBE /* Pods */,
98113
);
99114
sourceTree = "<group>";
@@ -147,6 +162,14 @@
147162
name = Frameworks;
148163
sourceTree = "<group>";
149164
};
165+
1CB5EC5229E19F1B0067EF5C /* Products */ = {
166+
isa = PBXGroup;
167+
children = (
168+
1CB5EC5629E19F1B0067EF5C /* Remute Launcher.app */,
169+
);
170+
name = Products;
171+
sourceTree = "<group>";
172+
};
150173
5D4763251F0562F2005E8DB0 /* Graphics */ = {
151174
isa = PBXGroup;
152175
children = (
@@ -197,7 +220,7 @@
197220
attributes = {
198221
BuildIndependentTargetsInParallel = YES;
199222
LastUpgradeCheck = 1430;
200-
ORGANIZATIONNAME = "Pixel Point";
223+
ORGANIZATIONNAME = "Imamuzzaki Abu Salam";
201224
TargetAttributes = {
202225
11B86E4C1EDE9B4D0069D254 = {
203226
CreatedOnToolsVersion = 8.3.1;
@@ -221,20 +244,37 @@
221244
mainGroup = 11B86E441EDE9B4C0069D254;
222245
productRefGroup = 11B86E4E1EDE9B4D0069D254 /* Products */;
223246
projectDirPath = "";
247+
projectReferences = (
248+
{
249+
ProductGroup = 1CB5EC5229E19F1B0067EF5C /* Products */;
250+
ProjectRef = 1CB5EC4129E19EAA0067EF5C /* Remute Launcher.xcodeproj */;
251+
},
252+
);
224253
projectRoot = "";
225254
targets = (
226255
11B86E4C1EDE9B4D0069D254 /* Remute */,
227256
);
228257
};
229258
/* End PBXProject section */
230259

260+
/* Begin PBXReferenceProxy section */
261+
1CB5EC5629E19F1B0067EF5C /* Remute Launcher.app */ = {
262+
isa = PBXReferenceProxy;
263+
fileType = wrapper.application;
264+
path = "Remute Launcher.app";
265+
remoteRef = 1CB5EC5529E19F1B0067EF5C /* PBXContainerItemProxy */;
266+
sourceTree = BUILT_PRODUCTS_DIR;
267+
};
268+
/* End PBXReferenceProxy section */
269+
231270
/* Begin PBXResourcesBuildPhase section */
232271
11B86E4B1EDE9B4D0069D254 /* Resources */ = {
233272
isa = PBXResourcesBuildPhase;
234273
buildActionMask = 2147483647;
235274
files = (
236275
5D4763241F0562E6005E8DB0 /* [email protected] in Resources */,
237276
11B86E5A1EDE9B4D0069D254 /* Assets.xcassets in Resources */,
277+
1CB5EC5729E1A45D0067EF5C /* Remute Launcher.app in Resources */,
238278
5D4763231F0562E6005E8DB0 /* [email protected] in Resources */,
239279
5D4763221F0562E6005E8DB0 /* [email protected] in Resources */,
240280
5DA60BDA1EFAB9270045BDCF /* statusBarIcon2.png in Resources */,

Remute.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Remute/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.0</string>
20+
<string>1.0.1</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>2</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.productivity</string>
2525
<key>LSBackgroundOnly</key>

Remute/Remute Launcher/Remute Launcher.xcodeproj/project.pbxproj

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 53;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -104,8 +104,9 @@
104104
11B86E6D1EDEAC970069D254 /* Project object */ = {
105105
isa = PBXProject;
106106
attributes = {
107-
LastUpgradeCheck = 0830;
108-
ORGANIZATIONNAME = "Pixel Point";
107+
BuildIndependentTargetsInParallel = YES;
108+
LastUpgradeCheck = 1430;
109+
ORGANIZATIONNAME = "Imamuzzaki Abu Salam";
109110
TargetAttributes = {
110111
11B86E741EDEAC970069D254 = {
111112
CreatedOnToolsVersion = 8.3.1;
@@ -121,10 +122,9 @@
121122
};
122123
buildConfigurationList = 11B86E701EDEAC970069D254 /* Build configuration list for PBXProject "Remute Launcher" */;
123124
compatibilityVersion = "Xcode 3.2";
124-
developmentRegion = English;
125+
developmentRegion = en;
125126
hasScannedForEncodings = 0;
126127
knownRegions = (
127-
English,
128128
en,
129129
Base,
130130
);
@@ -179,26 +179,37 @@
179179
isa = XCBuildConfiguration;
180180
buildSettings = {
181181
ALWAYS_SEARCH_USER_PATHS = NO;
182+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
182183
CLANG_ANALYZER_NONNULL = YES;
183184
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
184185
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
185186
CLANG_CXX_LIBRARY = "libc++";
186187
CLANG_ENABLE_MODULES = YES;
187188
CLANG_ENABLE_OBJC_ARC = YES;
189+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
188190
CLANG_WARN_BOOL_CONVERSION = YES;
191+
CLANG_WARN_COMMA = YES;
189192
CLANG_WARN_CONSTANT_CONVERSION = YES;
193+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
190194
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
191195
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
192196
CLANG_WARN_EMPTY_BODY = YES;
193197
CLANG_WARN_ENUM_CONVERSION = YES;
194198
CLANG_WARN_INFINITE_RECURSION = YES;
195199
CLANG_WARN_INT_CONVERSION = YES;
200+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
201+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
202+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
196203
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
204+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
205+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
206+
CLANG_WARN_STRICT_PROTOTYPES = YES;
197207
CLANG_WARN_SUSPICIOUS_MOVE = YES;
198208
CLANG_WARN_UNREACHABLE_CODE = YES;
199209
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
200210
CODE_SIGN_IDENTITY = "-";
201211
COPY_PHASE_STRIP = NO;
212+
DEAD_CODE_STRIPPING = YES;
202213
DEBUG_INFORMATION_FORMAT = dwarf;
203214
ENABLE_STRICT_OBJC_MSGSEND = YES;
204215
ENABLE_TESTABILITY = YES;
@@ -216,7 +227,7 @@
216227
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
217228
GCC_WARN_UNUSED_FUNCTION = YES;
218229
GCC_WARN_UNUSED_VARIABLE = YES;
219-
MACOSX_DEPLOYMENT_TARGET = 10.12;
230+
MACOSX_DEPLOYMENT_TARGET = 10.13;
220231
MTL_ENABLE_DEBUG_INFO = YES;
221232
ONLY_ACTIVE_ARCH = YES;
222233
SDKROOT = macosx;
@@ -227,26 +238,37 @@
227238
isa = XCBuildConfiguration;
228239
buildSettings = {
229240
ALWAYS_SEARCH_USER_PATHS = NO;
241+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
230242
CLANG_ANALYZER_NONNULL = YES;
231243
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
232244
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
233245
CLANG_CXX_LIBRARY = "libc++";
234246
CLANG_ENABLE_MODULES = YES;
235247
CLANG_ENABLE_OBJC_ARC = YES;
248+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
236249
CLANG_WARN_BOOL_CONVERSION = YES;
250+
CLANG_WARN_COMMA = YES;
237251
CLANG_WARN_CONSTANT_CONVERSION = YES;
252+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
238253
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
239254
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
240255
CLANG_WARN_EMPTY_BODY = YES;
241256
CLANG_WARN_ENUM_CONVERSION = YES;
242257
CLANG_WARN_INFINITE_RECURSION = YES;
243258
CLANG_WARN_INT_CONVERSION = YES;
259+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
260+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
261+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
244262
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
263+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
264+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
265+
CLANG_WARN_STRICT_PROTOTYPES = YES;
245266
CLANG_WARN_SUSPICIOUS_MOVE = YES;
246267
CLANG_WARN_UNREACHABLE_CODE = YES;
247268
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
248269
CODE_SIGN_IDENTITY = "-";
249270
COPY_PHASE_STRIP = NO;
271+
DEAD_CODE_STRIPPING = YES;
250272
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
251273
ENABLE_NS_ASSERTIONS = NO;
252274
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -258,7 +280,7 @@
258280
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
259281
GCC_WARN_UNUSED_FUNCTION = YES;
260282
GCC_WARN_UNUSED_VARIABLE = YES;
261-
MACOSX_DEPLOYMENT_TARGET = 10.12;
283+
MACOSX_DEPLOYMENT_TARGET = 10.13;
262284
MTL_ENABLE_DEBUG_INFO = NO;
263285
SDKROOT = macosx;
264286
};
@@ -271,9 +293,15 @@
271293
CODE_SIGN_ENTITLEMENTS = "Remute Launcher/Remute Launcher.entitlements";
272294
CODE_SIGN_IDENTITY = "Mac Developer";
273295
COMBINE_HIDPI_IMAGES = YES;
296+
DEAD_CODE_STRIPPING = YES;
274297
DEVELOPMENT_TEAM = MA98Q3DQ6F;
298+
ENABLE_HARDENED_RUNTIME = YES;
275299
INFOPLIST_FILE = "Remute Launcher/Info.plist";
276-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
300+
LD_RUNPATH_SEARCH_PATHS = (
301+
"$(inherited)",
302+
"@executable_path/../Frameworks",
303+
);
304+
MACOSX_DEPLOYMENT_TARGET = 10.13;
277305
PRODUCT_BUNDLE_IDENTIFIER = "ImBIOS.Remute-Launcher";
278306
PRODUCT_NAME = "$(TARGET_NAME)";
279307
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -288,9 +316,15 @@
288316
CODE_SIGN_ENTITLEMENTS = "Remute Launcher/Remute Launcher.entitlements";
289317
CODE_SIGN_IDENTITY = "Mac Developer";
290318
COMBINE_HIDPI_IMAGES = YES;
319+
DEAD_CODE_STRIPPING = YES;
291320
DEVELOPMENT_TEAM = MA98Q3DQ6F;
321+
ENABLE_HARDENED_RUNTIME = YES;
292322
INFOPLIST_FILE = "Remute Launcher/Info.plist";
293-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
323+
LD_RUNPATH_SEARCH_PATHS = (
324+
"$(inherited)",
325+
"@executable_path/../Frameworks",
326+
);
327+
MACOSX_DEPLOYMENT_TARGET = 10.13;
294328
PRODUCT_BUNDLE_IDENTIFIER = "ImBIOS.Remute-Launcher";
295329
PRODUCT_NAME = "$(TARGET_NAME)";
296330
PROVISIONING_PROFILE_SPECIFIER = "";
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1430"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "11B86E741EDEAC970069D254"
18+
BuildableName = "Remute Launcher.app"
19+
BlueprintName = "Remute Launcher"
20+
ReferencedContainer = "container:Remute Launcher.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES"
30+
shouldAutocreateTestPlan = "YES">
31+
</TestAction>
32+
<LaunchAction
33+
buildConfiguration = "Debug"
34+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
35+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
36+
launchStyle = "0"
37+
useCustomWorkingDirectory = "NO"
38+
ignoresPersistentStateOnLaunch = "NO"
39+
debugDocumentVersioning = "YES"
40+
debugServiceExtension = "internal"
41+
allowLocationSimulation = "YES">
42+
<BuildableProductRunnable
43+
runnableDebuggingMode = "0">
44+
<BuildableReference
45+
BuildableIdentifier = "primary"
46+
BlueprintIdentifier = "11B86E741EDEAC970069D254"
47+
BuildableName = "Remute Launcher.app"
48+
BlueprintName = "Remute Launcher"
49+
ReferencedContainer = "container:Remute Launcher.xcodeproj">
50+
</BuildableReference>
51+
</BuildableProductRunnable>
52+
</LaunchAction>
53+
<ProfileAction
54+
buildConfiguration = "Release"
55+
shouldUseLaunchSchemeArgsEnv = "YES"
56+
savedToolIdentifier = ""
57+
useCustomWorkingDirectory = "NO"
58+
debugDocumentVersioning = "YES">
59+
<BuildableProductRunnable
60+
runnableDebuggingMode = "0">
61+
<BuildableReference
62+
BuildableIdentifier = "primary"
63+
BlueprintIdentifier = "11B86E741EDEAC970069D254"
64+
BuildableName = "Remute Launcher.app"
65+
BlueprintName = "Remute Launcher"
66+
ReferencedContainer = "container:Remute Launcher.xcodeproj">
67+
</BuildableReference>
68+
</BuildableProductRunnable>
69+
</ProfileAction>
70+
<AnalyzeAction
71+
buildConfiguration = "Debug">
72+
</AnalyzeAction>
73+
<ArchiveAction
74+
buildConfiguration = "Release"
75+
revealArchiveInOrganizer = "YES">
76+
</ArchiveAction>
77+
</Scheme>

0 commit comments

Comments
 (0)