Skip to content

Commit 65359b3

Browse files
committed
Revert "chore: macos props"
This reverts commit 6203a8e.
1 parent 4a273a9 commit 65359b3

File tree

5 files changed

+13
-24
lines changed

5 files changed

+13
-24
lines changed

macos/Runner.xcodeproj/project.pbxproj

Lines changed: 5 additions & 18 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 /* Another IPTV Player.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Another IPTV Player.app"; sourceTree = BUILT_PRODUCTS_DIR; };
69+
33CC10ED2044A3C60003C045 /* iptv_player.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = 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 /* Another IPTV Player.app */,
147+
33CC10ED2044A3C60003C045 /* iptv_player.app */,
148148
331C80D5294CF71000263BE5 /* RunnerTests.xctest */,
149149
);
150150
name = Products;
@@ -195,6 +195,7 @@
195195
83708D63EF40BD983E455287 /* Pods-RunnerTests.release.xcconfig */,
196196
5A73F4EDB2D9B0AC409BF49E /* Pods-RunnerTests.profile.xcconfig */,
197197
);
198+
name = Pods;
198199
path = Pods;
199200
sourceTree = "<group>";
200201
};
@@ -248,7 +249,7 @@
248249
);
249250
name = Runner;
250251
productName = Runner;
251-
productReference = 33CC10ED2044A3C60003C045 /* Another IPTV Player.app */;
252+
productReference = 33CC10ED2044A3C60003C045 /* iptv_player.app */;
252253
productType = "com.apple.product-type.application";
253254
};
254255
/* End PBXNativeTarget section */
@@ -269,6 +270,7 @@
269270
33CC10EC2044A3C60003C045 = {
270271
CreatedOnToolsVersion = 9.2;
271272
LastSwiftMigration = 1100;
273+
ProvisioningStyle = Automatic;
272274
SystemCapabilities = {
273275
com.apple.Sandbox = {
274276
enabled = 1;
@@ -571,18 +573,13 @@
571573
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
572574
CLANG_ENABLE_MODULES = YES;
573575
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
574-
CODE_SIGN_IDENTITY = "Apple Development";
575-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
576576
CODE_SIGN_STYLE = Automatic;
577577
COMBINE_HIDPI_IMAGES = YES;
578-
DEVELOPMENT_TEAM = RJF8BC3HBY;
579578
INFOPLIST_FILE = Runner/Info.plist;
580579
LD_RUNPATH_SEARCH_PATHS = (
581580
"$(inherited)",
582581
"@executable_path/../Frameworks",
583582
);
584-
MARKETING_VERSION = 0.5.1;
585-
PRODUCT_BUNDLE_IDENTIFIER = "dev.ogos.another-iptv-player";
586583
PROVISIONING_PROFILE_SPECIFIER = "";
587584
SWIFT_VERSION = 5.0;
588585
};
@@ -710,18 +707,13 @@
710707
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
711708
CLANG_ENABLE_MODULES = YES;
712709
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
713-
CODE_SIGN_IDENTITY = "Apple Development";
714710
CODE_SIGN_STYLE = Automatic;
715-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
716711
COMBINE_HIDPI_IMAGES = YES;
717-
DEVELOPMENT_TEAM = RJF8BC3HBY;
718712
INFOPLIST_FILE = Runner/Info.plist;
719713
LD_RUNPATH_SEARCH_PATHS = (
720714
"$(inherited)",
721715
"@executable_path/../Frameworks",
722716
);
723-
MARKETING_VERSION = 0.5.1;
724-
PRODUCT_BUNDLE_IDENTIFIER = "dev.ogos.another-iptv-player";
725717
PROVISIONING_PROFILE_SPECIFIER = "";
726718
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
727719
SWIFT_VERSION = 5.0;
@@ -735,18 +727,13 @@
735727
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
736728
CLANG_ENABLE_MODULES = YES;
737729
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
738-
CODE_SIGN_IDENTITY = "Apple Development";
739730
CODE_SIGN_STYLE = Automatic;
740-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
741731
COMBINE_HIDPI_IMAGES = YES;
742-
DEVELOPMENT_TEAM = RJF8BC3HBY;
743732
INFOPLIST_FILE = Runner/Info.plist;
744733
LD_RUNPATH_SEARCH_PATHS = (
745734
"$(inherited)",
746735
"@executable_path/../Frameworks",
747736
);
748-
MARKETING_VERSION = 0.5.1;
749-
PRODUCT_BUNDLE_IDENTIFIER = "dev.ogos.another-iptv-player";
750737
PROVISIONING_PROFILE_SPECIFIER = "";
751738
SWIFT_VERSION = 5.0;
752739
};

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 = "Another IPTV Player.app"
18+
BuildableName = "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 = "Another IPTV Player.app"
34+
BuildableName = "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 = "Another IPTV Player.app"
69+
BuildableName = "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 = "Another IPTV Player.app"
86+
BuildableName = "iptv_player.app"
8787
BlueprintName = "Runner"
8888
ReferencedContainer = "container:Runner.xcodeproj">
8989
</BuildableReference>

macos/Runner/DebugProfile.entitlements

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

macos/Runner/Info.plist

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

macos/Runner/Release.entitlements

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

0 commit comments

Comments
 (0)