Skip to content

Commit 74b4b22

Browse files
committed
Changed MacOS settings
1 parent 8824c8e commit 74b4b22

File tree

4 files changed

+35
-11
lines changed

4 files changed

+35
-11
lines changed

macos/Runner.xcodeproj/project.pbxproj

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
2C08515016CF540380584CA2 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
5858
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
5959
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
60-
33CC10ED2044A3C60003C045 /* kg_passgen.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = kg_passgen.app; sourceTree = BUILT_PRODUCTS_DIR; };
60+
33CC10ED2044A3C60003C045 /* KGPassGen.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KGPassGen.app; sourceTree = BUILT_PRODUCTS_DIR; };
6161
33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
6262
33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
6363
33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
@@ -112,7 +112,7 @@
112112
33CC10EE2044A3C60003C045 /* Products */ = {
113113
isa = PBXGroup;
114114
children = (
115-
33CC10ED2044A3C60003C045 /* kg_passgen.app */,
115+
33CC10ED2044A3C60003C045 /* KGPassGen.app */,
116116
);
117117
name = Products;
118118
sourceTree = "<group>";
@@ -159,7 +159,6 @@
159159
2AFB7E46DA170F3495BAAB6A /* Pods-Runner.release.xcconfig */,
160160
3CC5D559E5F3C2ABEBE43A1E /* Pods-Runner.profile.xcconfig */,
161161
);
162-
name = Pods;
163162
path = Pods;
164163
sourceTree = "<group>";
165164
};
@@ -193,7 +192,7 @@
193192
);
194193
name = Runner;
195194
productName = Runner;
196-
productReference = 33CC10ED2044A3C60003C045 /* kg_passgen.app */;
195+
productReference = 33CC10ED2044A3C60003C045 /* KGPassGen.app */;
197196
productType = "com.apple.product-type.application";
198197
};
199198
/* End PBXNativeTarget section */
@@ -419,13 +418,19 @@
419418
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
420419
CLANG_ENABLE_MODULES = YES;
421420
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
421+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
422422
CODE_SIGN_STYLE = Automatic;
423423
COMBINE_HIDPI_IMAGES = YES;
424+
CURRENT_PROJECT_VERSION = 1;
424425
INFOPLIST_FILE = Runner/Info.plist;
426+
INFOPLIST_KEY_CFBundleDisplayName = "KG Password Generator";
427+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
425428
LD_RUNPATH_SEARCH_PATHS = (
426429
"$(inherited)",
427430
"@executable_path/../Frameworks",
428431
);
432+
MARKETING_VERSION = 2.0.0;
433+
PRODUCT_BUNDLE_IDENTIFIER = "com.kghandour.kg-password-generator";
429434
PROVISIONING_PROFILE_SPECIFIER = "";
430435
SWIFT_VERSION = 5.0;
431436
};
@@ -545,13 +550,19 @@
545550
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
546551
CLANG_ENABLE_MODULES = YES;
547552
CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
553+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
548554
CODE_SIGN_STYLE = Automatic;
549555
COMBINE_HIDPI_IMAGES = YES;
556+
CURRENT_PROJECT_VERSION = 1;
550557
INFOPLIST_FILE = Runner/Info.plist;
558+
INFOPLIST_KEY_CFBundleDisplayName = "KG Password Generator";
559+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
551560
LD_RUNPATH_SEARCH_PATHS = (
552561
"$(inherited)",
553562
"@executable_path/../Frameworks",
554563
);
564+
MARKETING_VERSION = 2.0.0;
565+
PRODUCT_BUNDLE_IDENTIFIER = "com.kghandour.kg-password-generator";
555566
PROVISIONING_PROFILE_SPECIFIER = "";
556567
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
557568
SWIFT_VERSION = 5.0;
@@ -565,13 +576,19 @@
565576
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
566577
CLANG_ENABLE_MODULES = YES;
567578
CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
579+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
568580
CODE_SIGN_STYLE = Automatic;
569581
COMBINE_HIDPI_IMAGES = YES;
582+
CURRENT_PROJECT_VERSION = 1;
570583
INFOPLIST_FILE = Runner/Info.plist;
584+
INFOPLIST_KEY_CFBundleDisplayName = "KG Password Generator";
585+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
571586
LD_RUNPATH_SEARCH_PATHS = (
572587
"$(inherited)",
573588
"@executable_path/../Frameworks",
574589
);
590+
MARKETING_VERSION = 2.0.0;
591+
PRODUCT_BUNDLE_IDENTIFIER = "com.kghandour.kg-password-generator";
575592
PROVISIONING_PROFILE_SPECIFIER = "";
576593
SWIFT_VERSION = 5.0;
577594
};

macos/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata

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

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 = "kg_passgen.app"
18+
BuildableName = "KGPassGen.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 = "kg_passgen.app"
34+
BuildableName = "KGPassGen.app"
3535
BlueprintName = "Runner"
3636
ReferencedContainer = "container:Runner.xcodeproj">
3737
</BuildableReference>
@@ -54,7 +54,7 @@
5454
<BuildableReference
5555
BuildableIdentifier = "primary"
5656
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
57-
BuildableName = "kg_passgen.app"
57+
BuildableName = "KGPassGen.app"
5858
BlueprintName = "Runner"
5959
ReferencedContainer = "container:Runner.xcodeproj">
6060
</BuildableReference>
@@ -71,7 +71,7 @@
7171
<BuildableReference
7272
BuildableIdentifier = "primary"
7373
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
74-
BuildableName = "kg_passgen.app"
74+
BuildableName = "KGPassGen.app"
7575
BlueprintName = "Runner"
7676
ReferencedContainer = "container:Runner.xcodeproj">
7777
</BuildableReference>

macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
// 'flutter create' template.
66

77
// The application's name. By default this is also the title of the Flutter window.
8-
PRODUCT_NAME = kg_passgen
8+
PRODUCT_NAME = KGPassGen
99

1010
// The application's bundle identifier
11-
PRODUCT_BUNDLE_IDENTIFIER = com.example.kgPassgen
11+
PRODUCT_BUNDLE_IDENTIFIER = com.kghandour.kg-password-generator
1212

1313
// The copyright displayed in application information
14-
PRODUCT_COPYRIGHT = Copyright © 2022 com.example. All rights reserved.
14+
PRODUCT_COPYRIGHT = Copyright © 2022 com.kghandour. All rights reserved.

0 commit comments

Comments
 (0)