|
46 | 46 | 73998C5525DA5578007D735B /* AttachmentHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73998C5425DA5578007D735B /* AttachmentHandler.swift */; }; |
47 | 47 | 739DFF7B25DC1E3C005BD5C8 /* AuthenticateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739DFF7A25DC1E3C005BD5C8 /* AuthenticateView.swift */; }; |
48 | 48 | 73E688DA25FF32790000462A /* ChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73E688D925FF32790000462A /* ChartView.swift */; }; |
| 49 | + 753CBDD325F36864005762B8 /* BiometricAuthUtility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753CBDD225F36864005762B8 /* BiometricAuthUtility.swift */; }; |
| 50 | + 75C6B48025F37FD20079BCFC /* AuthenticationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75C6B47F25F37FD20079BCFC /* AuthenticationViewModel.swift */; }; |
49 | 51 | FF29C9FFAF86E0452686C5D0 /* Pods_Expenso.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B0E373FB89DD0864398FEE7 /* Pods_Expenso.framework */; }; |
50 | 52 | /* End PBXBuildFile section */ |
51 | 53 |
|
|
93 | 95 | 73998C5425DA5578007D735B /* AttachmentHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttachmentHandler.swift; sourceTree = "<group>"; }; |
94 | 96 | 739DFF7A25DC1E3C005BD5C8 /* AuthenticateView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticateView.swift; sourceTree = "<group>"; }; |
95 | 97 | 73E688D925FF32790000462A /* ChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartView.swift; sourceTree = "<group>"; }; |
| 98 | + 753CBDD225F36864005762B8 /* BiometricAuthUtility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BiometricAuthUtility.swift; sourceTree = "<group>"; }; |
| 99 | + 75C6B47F25F37FD20079BCFC /* AuthenticationViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationViewModel.swift; sourceTree = "<group>"; }; |
96 | 100 | B07E4D1AF457AB52E048A8B5 /* Pods-Expenso.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Expenso.release.xcconfig"; path = "Target Support Files/Pods-Expenso/Pods-Expenso.release.xcconfig"; sourceTree = "<group>"; }; |
97 | 101 | /* End PBXFileReference section */ |
98 | 102 |
|
|
108 | 112 | /* End PBXFrameworksBuildPhase section */ |
109 | 113 |
|
110 | 114 | /* Begin PBXGroup section */ |
| 115 | + 733763A827120DB600AA983A /* Screens */ = { |
| 116 | + isa = PBXGroup; |
| 117 | + children = ( |
| 118 | + 739DFF7925DC1E23005BD5C8 /* Authenticate */, |
| 119 | + 738B1C8E25C680C50067407B /* About */, |
| 120 | + 738B1C8925C67D790067407B /* ExpenseFilter */, |
| 121 | + 738B1C7D25C675FA0067407B /* ExpenseDetailed */, |
| 122 | + 738B1C7525C6750F0067407B /* AddExpense */, |
| 123 | + 738B1C6A25C673EB0067407B /* ExpenseSettings */, |
| 124 | + 738B1C3625C661580067407B /* Expense */, |
| 125 | + ); |
| 126 | + path = Screens; |
| 127 | + sourceTree = "<group>"; |
| 128 | + }; |
| 129 | + 733763A927120DF300AA983A /* Resources */ = { |
| 130 | + isa = PBXGroup; |
| 131 | + children = ( |
| 132 | + 736C720825CFD82900720DEA /* Animations */, |
| 133 | + 738B1C5425C671680067407B /* Inter */, |
| 134 | + ); |
| 135 | + path = Resources; |
| 136 | + sourceTree = "<group>"; |
| 137 | + }; |
| 138 | + 733763AA27120E0500AA983A /* Library */ = { |
| 139 | + isa = PBXGroup; |
| 140 | + children = ( |
| 141 | + 75C6B48225F37FF60079BCFC /* Utilities */, |
| 142 | + 738B1C3A25C662060067407B /* Helpers */, |
| 143 | + 738B1C3125C660070067407B /* CoreData */, |
| 144 | + ); |
| 145 | + path = Library; |
| 146 | + sourceTree = "<group>"; |
| 147 | + }; |
111 | 148 | 736C720825CFD82900720DEA /* Animations */ = { |
112 | 149 | isa = PBXGroup; |
113 | 150 | children = ( |
|
137 | 174 | 738B1C1625C65DFE0067407B /* Expenso */ = { |
138 | 175 | isa = PBXGroup; |
139 | 176 | children = ( |
140 | | - 739DFF7925DC1E23005BD5C8 /* Authenticate */, |
141 | | - 736C720825CFD82900720DEA /* Animations */, |
142 | | - 738B1C8E25C680C50067407B /* About */, |
143 | | - 738B1C8925C67D790067407B /* ExpenseFilter */, |
144 | | - 738B1C7D25C675FA0067407B /* ExpenseDetailed */, |
145 | | - 738B1C7525C6750F0067407B /* AddExpense */, |
146 | | - 738B1C6A25C673EB0067407B /* ExpenseSettings */, |
147 | | - 738B1C5425C671680067407B /* Inter */, |
148 | | - 738B1C3A25C662060067407B /* Helpers */, |
149 | | - 738B1C3625C661580067407B /* Expense */, |
150 | | - 738B1C3125C660070067407B /* CoreData */, |
| 177 | + 733763AA27120E0500AA983A /* Library */, |
| 178 | + 733763A927120DF300AA983A /* Resources */, |
| 179 | + 733763A827120DB600AA983A /* Screens */, |
151 | 180 | 738B1C1725C65DFE0067407B /* ExpensoApp.swift */, |
152 | 181 | 738B1C1B25C65E060067407B /* Assets.xcassets */, |
153 | 182 | 738B1C2525C65E060067407B /* Info.plist */, |
|
265 | 294 | isa = PBXGroup; |
266 | 295 | children = ( |
267 | 296 | 739DFF7A25DC1E3C005BD5C8 /* AuthenticateView.swift */, |
| 297 | + 75C6B47F25F37FD20079BCFC /* AuthenticationViewModel.swift */, |
268 | 298 | ); |
269 | 299 | path = Authenticate; |
270 | 300 | sourceTree = "<group>"; |
271 | 301 | }; |
| 302 | + 75C6B48225F37FF60079BCFC /* Utilities */ = { |
| 303 | + isa = PBXGroup; |
| 304 | + children = ( |
| 305 | + 753CBDD225F36864005762B8 /* BiometricAuthUtility.swift */, |
| 306 | + ); |
| 307 | + path = Utilities; |
| 308 | + sourceTree = "<group>"; |
| 309 | + }; |
272 | 310 | 797DEE244C92A7FEC658698F /* Frameworks */ = { |
273 | 311 | isa = PBXGroup; |
274 | 312 | children = ( |
|
423 | 461 | 738B1C4325C6629D0067407B /* ColorExtension.swift in Sources */, |
424 | 462 | 738B1C4025C662890067407B /* InterFontModifier.swift in Sources */, |
425 | 463 | 738B1C3C25C662580067407B /* Models.swift in Sources */, |
| 464 | + 753CBDD325F36864005762B8 /* BiometricAuthUtility.swift in Sources */, |
426 | 465 | 738B1C7325C674320067407B /* ExpenseSettingsView.swift in Sources */, |
| 466 | + 75C6B48025F37FD20079BCFC /* AuthenticationViewModel.swift in Sources */, |
427 | 467 | 738B1C4C25C663060067407B /* DismissKeyboard.swift in Sources */, |
428 | 468 | 738B1C4625C662D90067407B /* TextView.swift in Sources */, |
429 | 469 | 738B1C7B25C6752E0067407B /* AddExpenseViewModel.swift in Sources */, |
|
566 | 606 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
567 | 607 | CODE_SIGN_STYLE = Automatic; |
568 | 608 | DEVELOPMENT_ASSET_PATHS = "\"Expenso/Preview Content\""; |
569 | | - DEVELOPMENT_TEAM = GY8LXNR38D; |
| 609 | + DEVELOPMENT_TEAM = 7S7EBZGDA6; |
570 | 610 | ENABLE_PREVIEWS = YES; |
571 | 611 | INFOPLIST_FILE = Expenso/Info.plist; |
572 | 612 | IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
|
575 | 615 | "@executable_path/Frameworks", |
576 | 616 | ); |
577 | 617 | MARKETING_VERSION = 1.0.1; |
578 | | - PRODUCT_BUNDLE_IDENTIFIER = com.femargent.Expenso; |
| 618 | + PRODUCT_BUNDLE_IDENTIFIER = com.expenso.Expenso; |
579 | 619 | PRODUCT_NAME = "$(TARGET_NAME)"; |
580 | 620 | SWIFT_VERSION = 5.0; |
581 | 621 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
590 | 630 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
591 | 631 | CODE_SIGN_STYLE = Automatic; |
592 | 632 | DEVELOPMENT_ASSET_PATHS = "\"Expenso/Preview Content\""; |
593 | | - DEVELOPMENT_TEAM = GY8LXNR38D; |
| 633 | + DEVELOPMENT_TEAM = 7S7EBZGDA6; |
594 | 634 | ENABLE_PREVIEWS = YES; |
595 | 635 | INFOPLIST_FILE = Expenso/Info.plist; |
596 | 636 | IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
|
599 | 639 | "@executable_path/Frameworks", |
600 | 640 | ); |
601 | 641 | MARKETING_VERSION = 1.0.1; |
602 | | - PRODUCT_BUNDLE_IDENTIFIER = com.femargent.Expenso; |
| 642 | + PRODUCT_BUNDLE_IDENTIFIER = com.expenso.Expenso; |
603 | 643 | PRODUCT_NAME = "$(TARGET_NAME)"; |
604 | 644 | SWIFT_VERSION = 5.0; |
605 | 645 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
0 commit comments