Skip to content

Commit 35b16a2

Browse files
committed
made minimum macos 14.6 from 26.2
1 parent a9e0ada commit 35b16a2

3 files changed

Lines changed: 17 additions & 14 deletions

File tree

Apple Music Cracked Edition.xcodeproj/project.pbxproj

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
/* End PBXBuildFile section */
1414

1515
/* Begin PBXFileReference section */
16-
151041132F0DC9EA0091BBFC /* Apple Music Cracked Edition.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "Apple Music Cracked Edition.app"; path = "/Users/apmckelvey/Desktop/Coding Files/Apple Music Cracked Edition/build/Debug/Apple Music Cracked Edition.app"; sourceTree = "<absolute>"; };
1716
151041212F0DCE9A0091BBFC /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = "<group>"; };
1817
151041232F0DD0580091BBFC /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
1918
151041242F0DD0580091BBFC /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
19+
1551E0DF2F0EB08F00BDCB6B /* Apple Music Cracked Edition.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Apple Music Cracked Edition.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2020
/* End PBXFileReference section */
2121

2222
/* Begin PBXFileSystemSynchronizedRootGroup section */
@@ -45,6 +45,7 @@
4545
151041212F0DCE9A0091BBFC /* icon.png */,
4646
151041232F0DD0580091BBFC /* LICENSE */,
4747
151041242F0DD0580091BBFC /* README.md */,
48+
1551E0DF2F0EB08F00BDCB6B /* Apple Music Cracked Edition.app */,
4849
);
4950
sourceTree = "<group>";
5051
};
@@ -70,7 +71,7 @@
7071
packageProductDependencies = (
7172
);
7273
productName = "Apple Music Cracked Edition";
73-
productReference = 151041132F0DC9EA0091BBFC /* Apple Music Cracked Edition.app */;
74+
productReference = 1551E0DF2F0EB08F00BDCB6B /* Apple Music Cracked Edition.app */;
7475
productType = "com.apple.product-type.application";
7576
};
7677
/* End PBXNativeTarget section */
@@ -257,7 +258,7 @@
257258
CODE_SIGN_ENTITLEMENTS = "Apple Music Cracked Edition/Apple Music Cracked Edition.entitlements";
258259
CODE_SIGN_STYLE = Automatic;
259260
COMBINE_HIDPI_IMAGES = YES;
260-
CURRENT_PROJECT_VERSION = 1;
261+
CURRENT_PROJECT_VERSION = 2;
261262
ENABLE_APP_SANDBOX = YES;
262263
ENABLE_INCOMING_NETWORK_CONNECTIONS = YES;
263264
ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES;
@@ -277,7 +278,8 @@
277278
"$(inherited)",
278279
"@executable_path/../Frameworks",
279280
);
280-
MARKETING_VERSION = 1.0;
281+
MACOSX_DEPLOYMENT_TARGET = 14.6;
282+
MARKETING_VERSION = 1.1;
281283
PRODUCT_BUNDLE_IDENTIFIER = "apmckelvey.Apple-Music-Cracked-Edition";
282284
PRODUCT_NAME = "$(TARGET_NAME)";
283285
REGISTER_APP_GROUPS = YES;
@@ -298,7 +300,7 @@
298300
CODE_SIGN_ENTITLEMENTS = "Apple Music Cracked Edition/Apple Music Cracked Edition.entitlements";
299301
CODE_SIGN_STYLE = Automatic;
300302
COMBINE_HIDPI_IMAGES = YES;
301-
CURRENT_PROJECT_VERSION = 1;
303+
CURRENT_PROJECT_VERSION = 2;
302304
ENABLE_APP_SANDBOX = YES;
303305
ENABLE_INCOMING_NETWORK_CONNECTIONS = YES;
304306
ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES;
@@ -318,7 +320,8 @@
318320
"$(inherited)",
319321
"@executable_path/../Frameworks",
320322
);
321-
MARKETING_VERSION = 1.0;
323+
MACOSX_DEPLOYMENT_TARGET = 14.6;
324+
MARKETING_VERSION = 1.1;
322325
PRODUCT_BUNDLE_IDENTIFIER = "apmckelvey.Apple-Music-Cracked-Edition";
323326
PRODUCT_NAME = "$(TARGET_NAME)";
324327
REGISTER_APP_GROUPS = YES;

Apple Music Cracked Edition/Info.plist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CFBundleIdentifier</key>
6-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
7-
<key>CFBundleName</key>
8-
<string>$(PRODUCT_NAME)</string>
9-
<key>CFBundlePackageType</key>
10-
<string>APPL</string>
11-
<key>LSMinimumSystemVersion</key>
12-
<string>12.0</string>
5+
<key>CFBundleIdentifier</key>
6+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
7+
<key>CFBundleName</key>
8+
<string>$(PRODUCT_NAME)</string>
9+
<key>CFBundlePackageType</key>
10+
<string>APPL</string>
11+
<key>LSMinimumSystemVersion</key>
12+
<string>14.6</string>
1313
</dict>
1414
</plist>

0 commit comments

Comments
 (0)