|
20 | 20 | D22C7A8B2473873B00FA5DFC /* LogInViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D22C7A8A2473873B00FA5DFC /* LogInViewController.swift */; }; |
21 | 21 | D22C7A8D2473874900FA5DFC /* MainMenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D22C7A8C2473874900FA5DFC /* MainMenuViewController.swift */; }; |
22 | 22 | D22C7A8F2473894D00FA5DFC /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = D22C7A8E2473894D00FA5DFC /* Constants.swift */; }; |
23 | | - D22C7A932473936300FA5DFC /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = D22C7A922473936300FA5DFC /* GoogleService-Info.plist */; }; |
24 | 23 | D22C7A962473AC2F00FA5DFC /* EmployeeTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D22C7A952473AC2F00FA5DFC /* EmployeeTableViewController.swift */; }; |
| 24 | + D2454B9924AD8F8600624B37 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = D2454B9824AD8F8600624B37 /* GoogleService-Info.plist */; }; |
25 | 25 | D24ABC6B248C82E000016D2E /* Authentication.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D24ABC6D248C82E000016D2E /* Authentication.storyboard */; }; |
26 | 26 | D24ABC6E248C82E900016D2E /* MainMenu.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D24ABC70248C82E900016D2E /* MainMenu.storyboard */; }; |
27 | 27 | D24ABC75248C834900016D2E /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D24ABC77248C834900016D2E /* Localizable.strings */; }; |
|
67 | 67 | D22C7A8A2473873B00FA5DFC /* LogInViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogInViewController.swift; sourceTree = "<group>"; }; |
68 | 68 | D22C7A8C2473874900FA5DFC /* MainMenuViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainMenuViewController.swift; sourceTree = "<group>"; }; |
69 | 69 | D22C7A8E2473894D00FA5DFC /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; }; |
70 | | - D22C7A922473936300FA5DFC /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
71 | 70 | D22C7A952473AC2F00FA5DFC /* EmployeeTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmployeeTableViewController.swift; sourceTree = "<group>"; }; |
| 71 | + D2454B9824AD8F8600624B37 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
72 | 72 | D24ABC6C248C82E000016D2E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Authentication.storyboard; sourceTree = "<group>"; }; |
73 | 73 | D24ABC6F248C82E900016D2E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainMenu.storyboard; sourceTree = "<group>"; }; |
74 | 74 | D24ABC71248C831800016D2E /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Authentication.strings; sourceTree = "<group>"; }; |
|
160 | 160 | D22C7A942473A85A00FA5DFC /* Models */, |
161 | 161 | D22C7A78247372FE00FA5DFC /* Assets.xcassets */, |
162 | 162 | D22C7A7D247372FE00FA5DFC /* Info.plist */, |
163 | | - D22C7A922473936300FA5DFC /* GoogleService-Info.plist */, |
164 | 163 | D22C7A8E2473894D00FA5DFC /* Constants.swift */, |
| 164 | + D2454B9824AD8F8600624B37 /* GoogleService-Info.plist */, |
165 | 165 | D24ABC77248C834900016D2E /* Localizable.strings */, |
166 | 166 | ); |
167 | 167 | path = EmployeeManager; |
|
311 | 311 | buildActionMask = 2147483647; |
312 | 312 | files = ( |
313 | 313 | D24ABC6B248C82E000016D2E /* Authentication.storyboard in Resources */, |
| 314 | + D2454B9924AD8F8600624B37 /* GoogleService-Info.plist in Resources */, |
314 | 315 | D24ABC6E248C82E900016D2E /* MainMenu.storyboard in Resources */, |
315 | | - D22C7A932473936300FA5DFC /* GoogleService-Info.plist in Resources */, |
316 | 316 | D26CE49A2479701400C1A909 /* EmployeeTableViewCell.xib in Resources */, |
317 | 317 | D22C7A7C247372FE00FA5DFC /* LaunchScreen.storyboard in Resources */, |
318 | 318 | D24ABC75248C834900016D2E /* Localizable.strings in Resources */, |
|
626 | 626 | buildSettings = { |
627 | 627 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
628 | 628 | CODE_SIGN_STYLE = Automatic; |
629 | | - CURRENT_PROJECT_VERSION = 1.0rc12; |
| 629 | + CURRENT_PROJECT_VERSION = 1001; |
630 | 630 | DEVELOPMENT_TEAM = 2JDGUK4DRH; |
631 | 631 | INFOPLIST_FILE = EmployeeManager/Info.plist; |
632 | 632 | IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
633 | 633 | LD_RUNPATH_SEARCH_PATHS = ( |
634 | 634 | "$(inherited)", |
635 | 635 | "@executable_path/Frameworks", |
636 | 636 | ); |
| 637 | + MARKETING_VERSION = 1.0.1; |
637 | 638 | PRODUCT_BUNDLE_IDENTIFIER = io.github.johnchoi96.EmployeeManager; |
638 | 639 | PRODUCT_NAME = Employees; |
639 | 640 | SWIFT_VERSION = 5.0; |
|
647 | 648 | buildSettings = { |
648 | 649 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
649 | 650 | CODE_SIGN_STYLE = Automatic; |
650 | | - CURRENT_PROJECT_VERSION = 1.0rc12; |
| 651 | + CURRENT_PROJECT_VERSION = 1001; |
651 | 652 | DEVELOPMENT_TEAM = 2JDGUK4DRH; |
652 | 653 | INFOPLIST_FILE = EmployeeManager/Info.plist; |
653 | 654 | IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
654 | 655 | LD_RUNPATH_SEARCH_PATHS = ( |
655 | 656 | "$(inherited)", |
656 | 657 | "@executable_path/Frameworks", |
657 | 658 | ); |
| 659 | + MARKETING_VERSION = 1.0.1; |
658 | 660 | PRODUCT_BUNDLE_IDENTIFIER = io.github.johnchoi96.EmployeeManager; |
659 | 661 | PRODUCT_NAME = Employees; |
660 | 662 | SWIFT_VERSION = 5.0; |
|
0 commit comments