|
57 | 57 | 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>"; }; |
58 | 58 | 333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; }; |
59 | 59 | 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; }; |
61 | 61 | 33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
62 | 62 | 33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; }; |
63 | 63 | 33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; }; |
|
112 | 112 | 33CC10EE2044A3C60003C045 /* Products */ = { |
113 | 113 | isa = PBXGroup; |
114 | 114 | children = ( |
115 | | - 33CC10ED2044A3C60003C045 /* kg_passgen.app */, |
| 115 | + 33CC10ED2044A3C60003C045 /* KGPassGen.app */, |
116 | 116 | ); |
117 | 117 | name = Products; |
118 | 118 | sourceTree = "<group>"; |
|
159 | 159 | 2AFB7E46DA170F3495BAAB6A /* Pods-Runner.release.xcconfig */, |
160 | 160 | 3CC5D559E5F3C2ABEBE43A1E /* Pods-Runner.profile.xcconfig */, |
161 | 161 | ); |
162 | | - name = Pods; |
163 | 162 | path = Pods; |
164 | 163 | sourceTree = "<group>"; |
165 | 164 | }; |
|
193 | 192 | ); |
194 | 193 | name = Runner; |
195 | 194 | productName = Runner; |
196 | | - productReference = 33CC10ED2044A3C60003C045 /* kg_passgen.app */; |
| 195 | + productReference = 33CC10ED2044A3C60003C045 /* KGPassGen.app */; |
197 | 196 | productType = "com.apple.product-type.application"; |
198 | 197 | }; |
199 | 198 | /* End PBXNativeTarget section */ |
|
419 | 418 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
420 | 419 | CLANG_ENABLE_MODULES = YES; |
421 | 420 | CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; |
| 421 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; |
422 | 422 | CODE_SIGN_STYLE = Automatic; |
423 | 423 | COMBINE_HIDPI_IMAGES = YES; |
| 424 | + CURRENT_PROJECT_VERSION = 1; |
424 | 425 | INFOPLIST_FILE = Runner/Info.plist; |
| 426 | + INFOPLIST_KEY_CFBundleDisplayName = "KG Password Generator"; |
| 427 | + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; |
425 | 428 | LD_RUNPATH_SEARCH_PATHS = ( |
426 | 429 | "$(inherited)", |
427 | 430 | "@executable_path/../Frameworks", |
428 | 431 | ); |
| 432 | + MARKETING_VERSION = 2.0.0; |
| 433 | + PRODUCT_BUNDLE_IDENTIFIER = "com.kghandour.kg-password-generator"; |
429 | 434 | PROVISIONING_PROFILE_SPECIFIER = ""; |
430 | 435 | SWIFT_VERSION = 5.0; |
431 | 436 | }; |
|
545 | 550 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
546 | 551 | CLANG_ENABLE_MODULES = YES; |
547 | 552 | CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; |
| 553 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; |
548 | 554 | CODE_SIGN_STYLE = Automatic; |
549 | 555 | COMBINE_HIDPI_IMAGES = YES; |
| 556 | + CURRENT_PROJECT_VERSION = 1; |
550 | 557 | INFOPLIST_FILE = Runner/Info.plist; |
| 558 | + INFOPLIST_KEY_CFBundleDisplayName = "KG Password Generator"; |
| 559 | + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; |
551 | 560 | LD_RUNPATH_SEARCH_PATHS = ( |
552 | 561 | "$(inherited)", |
553 | 562 | "@executable_path/../Frameworks", |
554 | 563 | ); |
| 564 | + MARKETING_VERSION = 2.0.0; |
| 565 | + PRODUCT_BUNDLE_IDENTIFIER = "com.kghandour.kg-password-generator"; |
555 | 566 | PROVISIONING_PROFILE_SPECIFIER = ""; |
556 | 567 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
557 | 568 | SWIFT_VERSION = 5.0; |
|
565 | 576 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
566 | 577 | CLANG_ENABLE_MODULES = YES; |
567 | 578 | CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements; |
| 579 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; |
568 | 580 | CODE_SIGN_STYLE = Automatic; |
569 | 581 | COMBINE_HIDPI_IMAGES = YES; |
| 582 | + CURRENT_PROJECT_VERSION = 1; |
570 | 583 | INFOPLIST_FILE = Runner/Info.plist; |
| 584 | + INFOPLIST_KEY_CFBundleDisplayName = "KG Password Generator"; |
| 585 | + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; |
571 | 586 | LD_RUNPATH_SEARCH_PATHS = ( |
572 | 587 | "$(inherited)", |
573 | 588 | "@executable_path/../Frameworks", |
574 | 589 | ); |
| 590 | + MARKETING_VERSION = 2.0.0; |
| 591 | + PRODUCT_BUNDLE_IDENTIFIER = "com.kghandour.kg-password-generator"; |
575 | 592 | PROVISIONING_PROFILE_SPECIFIER = ""; |
576 | 593 | SWIFT_VERSION = 5.0; |
577 | 594 | }; |
|
0 commit comments