Skip to content

Commit 6203a8e

Browse files
committed
chore: macos props
1 parent 674311e commit 6203a8e

File tree

5 files changed

+24
-13
lines changed

5 files changed

+24
-13
lines changed

macos/Runner.xcodeproj/project.pbxproj

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
6767
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
6868
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
69-
33CC10ED2044A3C60003C045 /* iptv_player.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iptv_player.app; sourceTree = BUILT_PRODUCTS_DIR; };
69+
33CC10ED2044A3C60003C045 /* Another IPTV Player.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Another IPTV Player.app"; sourceTree = BUILT_PRODUCTS_DIR; };
7070
33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
7171
33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
7272
33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
@@ -144,7 +144,7 @@
144144
33CC10EE2044A3C60003C045 /* Products */ = {
145145
isa = PBXGroup;
146146
children = (
147-
33CC10ED2044A3C60003C045 /* iptv_player.app */,
147+
33CC10ED2044A3C60003C045 /* Another IPTV Player.app */,
148148
331C80D5294CF71000263BE5 /* RunnerTests.xctest */,
149149
);
150150
name = Products;
@@ -195,7 +195,6 @@
195195
83708D63EF40BD983E455287 /* Pods-RunnerTests.release.xcconfig */,
196196
5A73F4EDB2D9B0AC409BF49E /* Pods-RunnerTests.profile.xcconfig */,
197197
);
198-
name = Pods;
199198
path = Pods;
200199
sourceTree = "<group>";
201200
};
@@ -249,7 +248,7 @@
249248
);
250249
name = Runner;
251250
productName = Runner;
252-
productReference = 33CC10ED2044A3C60003C045 /* iptv_player.app */;
251+
productReference = 33CC10ED2044A3C60003C045 /* Another IPTV Player.app */;
253252
productType = "com.apple.product-type.application";
254253
};
255254
/* End PBXNativeTarget section */
@@ -270,7 +269,6 @@
270269
33CC10EC2044A3C60003C045 = {
271270
CreatedOnToolsVersion = 9.2;
272271
LastSwiftMigration = 1100;
273-
ProvisioningStyle = Automatic;
274272
SystemCapabilities = {
275273
com.apple.Sandbox = {
276274
enabled = 1;
@@ -572,13 +570,18 @@
572570
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
573571
CLANG_ENABLE_MODULES = YES;
574572
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
573+
CODE_SIGN_IDENTITY = "Apple Development";
574+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
575575
CODE_SIGN_STYLE = Automatic;
576576
COMBINE_HIDPI_IMAGES = YES;
577+
DEVELOPMENT_TEAM = RJF8BC3HBY;
577578
INFOPLIST_FILE = Runner/Info.plist;
578579
LD_RUNPATH_SEARCH_PATHS = (
579580
"$(inherited)",
580581
"@executable_path/../Frameworks",
581582
);
583+
MARKETING_VERSION = 0.5.1;
584+
PRODUCT_BUNDLE_IDENTIFIER = "dev.ogos.another-iptv-player";
582585
PROVISIONING_PROFILE_SPECIFIER = "";
583586
SWIFT_VERSION = 5.0;
584587
};
@@ -704,13 +707,18 @@
704707
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
705708
CLANG_ENABLE_MODULES = YES;
706709
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
710+
CODE_SIGN_IDENTITY = "Apple Development";
711+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
707712
CODE_SIGN_STYLE = Automatic;
708713
COMBINE_HIDPI_IMAGES = YES;
714+
DEVELOPMENT_TEAM = RJF8BC3HBY;
709715
INFOPLIST_FILE = Runner/Info.plist;
710716
LD_RUNPATH_SEARCH_PATHS = (
711717
"$(inherited)",
712718
"@executable_path/../Frameworks",
713719
);
720+
MARKETING_VERSION = 0.5.1;
721+
PRODUCT_BUNDLE_IDENTIFIER = "dev.ogos.another-iptv-player";
714722
PROVISIONING_PROFILE_SPECIFIER = "";
715723
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
716724
SWIFT_VERSION = 5.0;
@@ -724,13 +732,18 @@
724732
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
725733
CLANG_ENABLE_MODULES = YES;
726734
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
735+
CODE_SIGN_IDENTITY = "Apple Development";
736+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
727737
CODE_SIGN_STYLE = Automatic;
728738
COMBINE_HIDPI_IMAGES = YES;
739+
DEVELOPMENT_TEAM = RJF8BC3HBY;
729740
INFOPLIST_FILE = Runner/Info.plist;
730741
LD_RUNPATH_SEARCH_PATHS = (
731742
"$(inherited)",
732743
"@executable_path/../Frameworks",
733744
);
745+
MARKETING_VERSION = 0.5.1;
746+
PRODUCT_BUNDLE_IDENTIFIER = "dev.ogos.another-iptv-player";
734747
PROVISIONING_PROFILE_SPECIFIER = "";
735748
SWIFT_VERSION = 5.0;
736749
};

macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
18-
BuildableName = "iptv_player.app"
18+
BuildableName = "Another IPTV Player.app"
1919
BlueprintName = "Runner"
2020
ReferencedContainer = "container:Runner.xcodeproj">
2121
</BuildableReference>
@@ -31,7 +31,7 @@
3131
<BuildableReference
3232
BuildableIdentifier = "primary"
3333
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
34-
BuildableName = "iptv_player.app"
34+
BuildableName = "Another IPTV Player.app"
3535
BlueprintName = "Runner"
3636
ReferencedContainer = "container:Runner.xcodeproj">
3737
</BuildableReference>
@@ -66,7 +66,7 @@
6666
<BuildableReference
6767
BuildableIdentifier = "primary"
6868
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
69-
BuildableName = "iptv_player.app"
69+
BuildableName = "Another IPTV Player.app"
7070
BlueprintName = "Runner"
7171
ReferencedContainer = "container:Runner.xcodeproj">
7272
</BuildableReference>
@@ -83,7 +83,7 @@
8383
<BuildableReference
8484
BuildableIdentifier = "primary"
8585
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
86-
BuildableName = "iptv_player.app"
86+
BuildableName = "Another IPTV Player.app"
8787
BlueprintName = "Runner"
8888
ReferencedContainer = "container:Runner.xcodeproj">
8989
</BuildableReference>

macos/Runner/DebugProfile.entitlements

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@
1010
<true/>
1111
<key>com.apple.security.network.client</key>
1212
<true/>
13-
<key>com.apple.security.app-sandbox</key>
14-
<false/>
1513
</dict>
1614
</plist>

macos/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@
2828
<string>MainMenu</string>
2929
<key>NSPrincipalClass</key>
3030
<string>NSApplication</string>
31+
<key>LSApplicationCategoryType</key>
32+
<string>public.app-category.utilities</string>
3133
</dict>
3234
</plist>

macos/Runner/Release.entitlements

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
<true/>
77
<key>com.apple.security.network.client</key>
88
<true/>
9-
<key>com.apple.security.app-sandbox</key>
10-
<false/>
119
</dict>
1210
</plist>

0 commit comments

Comments
 (0)