|
@@ -35,7 +35,7 @@ |
|
@@ -35,7 +35,7 @@ |
|
35
|
1738F7DA2850F5F1003F1806 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1738F7D92850F5F1003F1806 /* SettingsView.swift */; };
|
35
|
1738F7DA2850F5F1003F1806 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1738F7D92850F5F1003F1806 /* SettingsView.swift */; };
|
|
36
|
175DA474285241C90075F0A9 /* SettingsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175DA473285241C90075F0A9 /* SettingsModel.swift */; };
|
36
|
175DA474285241C90075F0A9 /* SettingsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 175DA473285241C90075F0A9 /* SettingsModel.swift */; };
|
|
37
|
1763F7FC2861FFFD005D988C /* ResidentTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1763F7FB2861FFFD005D988C /* ResidentTableViewCell.swift */; };
|
37
|
1763F7FC2861FFFD005D988C /* ResidentTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1763F7FB2861FFFD005D988C /* ResidentTableViewCell.swift */; };
|
|
38
|
- 1764A05C28670B9F00847A30 /* AuthNetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1764A05B28670B9F00847A30 /* AuthNetworkManager.swift */; };
|
38
|
+ 1764A05C28670B9F00847A30 /* AuthService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1764A05B28670B9F00847A30 /* AuthService.swift */; };
|
|
39
|
1764A05E28673C7F00847A30 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1764A05D28673C7F00847A30 /* Constants.swift */; };
|
39
|
1764A05E28673C7F00847A30 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1764A05D28673C7F00847A30 /* Constants.swift */; };
|
|
40
|
1774213D2866EE13002730EE /* AuthModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1774213C2866EE13002730EE /* AuthModel.swift */; };
|
40
|
1774213D2866EE13002730EE /* AuthModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1774213C2866EE13002730EE /* AuthModel.swift */; };
|
|
41
|
17ABE070285B80DC0006E7EC /* DisplayNameCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17ABE06F285B80DC0006E7EC /* DisplayNameCell.swift */; };
|
41
|
17ABE070285B80DC0006E7EC /* DisplayNameCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17ABE06F285B80DC0006E7EC /* DisplayNameCell.swift */; };
|
|
@@ -87,7 +87,7 @@ |
|
@@ -87,7 +87,7 @@ |
|
87
|
1738F7D92850F5F1003F1806 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
|
87
|
1738F7D92850F5F1003F1806 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
|
|
88
|
175DA473285241C90075F0A9 /* SettingsModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsModel.swift; sourceTree = "<group>"; };
|
88
|
175DA473285241C90075F0A9 /* SettingsModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsModel.swift; sourceTree = "<group>"; };
|
|
89
|
1763F7FB2861FFFD005D988C /* ResidentTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResidentTableViewCell.swift; sourceTree = "<group>"; };
|
89
|
1763F7FB2861FFFD005D988C /* ResidentTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResidentTableViewCell.swift; sourceTree = "<group>"; };
|
|
90
|
- 1764A05B28670B9F00847A30 /* AuthNetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthNetworkManager.swift; sourceTree = "<group>"; };
|
90
|
+ 1764A05B28670B9F00847A30 /* AuthService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthService.swift; sourceTree = "<group>"; };
|
|
91
|
1764A05D28673C7F00847A30 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
|
91
|
1764A05D28673C7F00847A30 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
|
|
92
|
1774213C2866EE13002730EE /* AuthModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthModel.swift; sourceTree = "<group>"; };
|
92
|
1774213C2866EE13002730EE /* AuthModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthModel.swift; sourceTree = "<group>"; };
|
|
93
|
17ABE06F285B80DC0006E7EC /* DisplayNameCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisplayNameCell.swift; sourceTree = "<group>"; };
|
93
|
17ABE06F285B80DC0006E7EC /* DisplayNameCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisplayNameCell.swift; sourceTree = "<group>"; };
|
|
@@ -376,7 +376,7 @@ |
|
@@ -376,7 +376,7 @@ |
|
376
|
1764A05A28670B7200847A30 /* NetworkManager */ = {
|
376
|
1764A05A28670B7200847A30 /* NetworkManager */ = {
|
|
377
|
isa = PBXGroup;
|
377
|
isa = PBXGroup;
|
|
378
|
children = (
|
378
|
children = (
|
|
379
|
- 1764A05B28670B9F00847A30 /* AuthNetworkManager.swift */,
|
379
|
+ 1764A05B28670B9F00847A30 /* AuthService.swift */,
|
|
380
|
);
|
380
|
);
|
|
381
|
path = NetworkManager;
|
381
|
path = NetworkManager;
|
|
382
|
sourceTree = "<group>";
|
382
|
sourceTree = "<group>";
|
|
@@ -679,7 +679,7 @@ |
|
@@ -679,7 +679,7 @@ |
|
679
|
isa = PBXSourcesBuildPhase;
|
679
|
isa = PBXSourcesBuildPhase;
|
|
680
|
buildActionMask = 2147483647;
|
680
|
buildActionMask = 2147483647;
|
|
681
|
files = (
|
681
|
files = (
|
|
682
|
- 1764A05C28670B9F00847A30 /* AuthNetworkManager.swift in Sources */,
|
682
|
+ 1764A05C28670B9F00847A30 /* AuthService.swift in Sources */,
|
|
683
|
17ABE070285B80DC0006E7EC /* DisplayNameCell.swift in Sources */,
|
683
|
17ABE070285B80DC0006E7EC /* DisplayNameCell.swift in Sources */,
|
|
684
|
00A48B73285F8EB000EF0A08 /* SquereCheckBox.swift in Sources */,
|
684
|
00A48B73285F8EB000EF0A08 /* SquereCheckBox.swift in Sources */,
|
|
685
|
1729E22128465DA9006C7C29 /* PhonePickerModel.swift in Sources */,
|
685
|
1729E22128465DA9006C7C29 /* PhonePickerModel.swift in Sources */,
|
|
@@ -865,7 +865,7 @@ |
|
@@ -865,7 +865,7 @@ |
|
865
|
CODE_SIGN_IDENTITY = "Apple Development";
|
865
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
866
|
CODE_SIGN_STYLE = Automatic;
|
866
|
CODE_SIGN_STYLE = Automatic;
|
|
867
|
CURRENT_PROJECT_VERSION = 1;
|
867
|
CURRENT_PROJECT_VERSION = 1;
|
|
868
|
- DEVELOPMENT_TEAM = 4X46JG9W6V;
|
868
|
+ DEVELOPMENT_TEAM = 52KCA3JZ59;
|
|
869
|
GENERATE_INFOPLIST_FILE = YES;
|
869
|
GENERATE_INFOPLIST_FILE = YES;
|
|
870
|
INFOPLIST_FILE = "InterQR-Internship/Info.plist";
|
870
|
INFOPLIST_FILE = "InterQR-Internship/Info.plist";
|
|
871
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
871
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
|
@@ -894,7 +894,7 @@ |
|
@@ -894,7 +894,7 @@ |
|
894
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
894
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
895
|
CODE_SIGN_STYLE = Automatic;
|
895
|
CODE_SIGN_STYLE = Automatic;
|
|
896
|
CURRENT_PROJECT_VERSION = 1;
|
896
|
CURRENT_PROJECT_VERSION = 1;
|
|
897
|
- DEVELOPMENT_TEAM = 4X46JG9W6V;
|
897
|
+ DEVELOPMENT_TEAM = 52KCA3JZ59;
|
|
898
|
GENERATE_INFOPLIST_FILE = YES;
|
898
|
GENERATE_INFOPLIST_FILE = YES;
|
|
899
|
INFOPLIST_FILE = "InterQR-Internship/Info.plist";
|
899
|
INFOPLIST_FILE = "InterQR-Internship/Info.plist";
|
|
900
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
900
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|