Skip to content

Commit 1b2c925

Browse files
committedMar 9, 2025·
del: script runner
1 parent 2e82901 commit 1b2c925

File tree

2 files changed

+20
-50
lines changed

2 files changed

+20
-50
lines changed
 

‎MewNotch.xcodeproj/project.pbxproj

+20-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,25 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
9E05A76F2D7D93A900980012 /* DisplayServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9E05A76E2D7D93A900980012 /* DisplayServices.framework */; };
10+
9E05AB292D7DA46800980012 /* DisplayServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9E05A76E2D7D93A900980012 /* DisplayServices.framework */; };
11+
9E05AB2A2D7DA46800980012 /* DisplayServices.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9E05A76E2D7D93A900980012 /* DisplayServices.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1112
9E36AFAB2D78EB2100D53482 /* Lottie in Frameworks */ = {isa = PBXBuildFile; productRef = 9E36AFAA2D78EB2100D53482 /* Lottie */; };
1213
/* End PBXBuildFile section */
1314

15+
/* Begin PBXCopyFilesBuildPhase section */
16+
9E05AB2B2D7DA46800980012 /* Embed Frameworks */ = {
17+
isa = PBXCopyFilesBuildPhase;
18+
buildActionMask = 2147483647;
19+
dstPath = "";
20+
dstSubfolderSpec = 10;
21+
files = (
22+
9E05AB2A2D7DA46800980012 /* DisplayServices.framework in Embed Frameworks */,
23+
);
24+
name = "Embed Frameworks";
25+
runOnlyForDeploymentPostprocessing = 0;
26+
};
27+
/* End PBXCopyFilesBuildPhase section */
28+
1429
/* Begin PBXFileReference section */
1530
9E05A76E2D7D93A900980012 /* DisplayServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DisplayServices.framework; path = ../../../../System/Library/PrivateFrameworks/DisplayServices.framework; sourceTree = "<group>"; };
1631
9EA41D872D6DEACA00817679 /* MewNotch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MewNotch.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -29,8 +44,8 @@
2944
isa = PBXFrameworksBuildPhase;
3045
buildActionMask = 2147483647;
3146
files = (
32-
9E05A76F2D7D93A900980012 /* DisplayServices.framework in Frameworks */,
3347
9E36AFAB2D78EB2100D53482 /* Lottie in Frameworks */,
48+
9E05AB292D7DA46800980012 /* DisplayServices.framework in Frameworks */,
3449
);
3550
runOnlyForDeploymentPostprocessing = 0;
3651
};
@@ -72,6 +87,7 @@
7287
9EA41D832D6DEACA00817679 /* Sources */,
7388
9EA41D842D6DEACA00817679 /* Frameworks */,
7489
9EA41D852D6DEACA00817679 /* Resources */,
90+
9E05AB2B2D7DA46800980012 /* Embed Frameworks */,
7591
);
7692
buildRules = (
7793
);
@@ -289,7 +305,7 @@
289305
"@executable_path/../Frameworks",
290306
);
291307
MACOSX_DEPLOYMENT_TARGET = 14.0;
292-
MARKETING_VERSION = 0.3;
308+
MARKETING_VERSION = 0.4;
293309
PRODUCT_BUNDLE_IDENTIFIER = com.monuk7735.mew.notch;
294310
PRODUCT_NAME = "$(TARGET_NAME)";
295311
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -324,7 +340,7 @@
324340
"@executable_path/../Frameworks",
325341
);
326342
MACOSX_DEPLOYMENT_TARGET = 14.0;
327-
MARKETING_VERSION = 0.3;
343+
MARKETING_VERSION = 0.4;
328344
PRODUCT_BUNDLE_IDENTIFIER = com.monuk7735.mew.notch;
329345
PRODUCT_NAME = "$(TARGET_NAME)";
330346
SWIFT_EMIT_LOC_STRINGS = YES;

‎MewNotch/Utils/AppleScriptRunner.swift

-46
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.