|
|
|
@ -28,6 +28,8 @@
|
|
|
|
|
EC4163512AE126B3001E620D /* DropDownMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4163502AE126B3001E620D /* DropDownMenuView.swift */; };
|
|
|
|
|
EC46D7DD2ABCCC270030AC04 /* MenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC46D7DC2ABCCC270030AC04 /* MenuView.swift */; };
|
|
|
|
|
EC46D7DF2ABCE0A20030AC04 /* ParameterMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC46D7DE2ABCE0A20030AC04 /* ParameterMenuView.swift */; };
|
|
|
|
|
EC508A9F2AED3C2A000FA2FB /* DependencyInjection.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC508A9E2AED3C2A000FA2FB /* DependencyInjection.swift */; };
|
|
|
|
|
EC508AA12AED3D89000FA2FB /* IAuthService.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC508AA02AED3D89000FA2FB /* IAuthService.swift */; };
|
|
|
|
|
EC50BF962ABF4D3300197685 /* SplashScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC50BF952ABF4D3300197685 /* SplashScreen.swift */; };
|
|
|
|
|
EC50BF982ABF541B00197685 /* WelcomeScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC50BF972ABF541B00197685 /* WelcomeScreen.swift */; };
|
|
|
|
|
EC55565D2AD6E5B900E5CA3F /* AuthService.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC55565C2AD6E5B900E5CA3F /* AuthService.swift */; };
|
|
|
|
@ -40,7 +42,6 @@
|
|
|
|
|
ECA7010B2AC4003400532444 /* RankingRowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECA7010A2AC4003400532444 /* RankingRowView.swift */; };
|
|
|
|
|
ECA7010D2AC4948600532444 /* FriendsScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECA7010C2AC4948600532444 /* FriendsScreen.swift */; };
|
|
|
|
|
ECA7010F2AC4949D00532444 /* FriendView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECA7010E2AC4949D00532444 /* FriendView.swift */; };
|
|
|
|
|
ECCD6DD92AD7228B00F947C4 /* Singleton.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECCD6DD82AD7228B00F947C4 /* Singleton.swift */; };
|
|
|
|
|
ECCD6DDB2AD7233F00F947C4 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECCD6DDA2AD7233F00F947C4 /* User.swift */; };
|
|
|
|
|
ECDF624A2AC1CAFD00BA8213 /* RegisterScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECDF62492AC1CAFD00BA8213 /* RegisterScreen.swift */; };
|
|
|
|
|
ECFC54442AC0C39E00195760 /* LoginScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECFC54432AC0C39E00195760 /* LoginScreen.swift */; };
|
|
|
|
@ -89,6 +90,8 @@
|
|
|
|
|
EC4163502AE126B3001E620D /* DropDownMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = DropDownMenuView.swift; path = allin/Views/DropDownMenuView.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
EC46D7DC2ABCCC270030AC04 /* MenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = MenuView.swift; path = allin/Views/MenuView.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
EC46D7DE2ABCE0A20030AC04 /* ParameterMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ParameterMenuView.swift; path = allin/Views/ParameterMenuView.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
EC508A9E2AED3C2A000FA2FB /* DependencyInjection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = DependencyInjection.swift; path = allin/Models/DependencyInjection.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
EC508AA02AED3D89000FA2FB /* IAuthService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = IAuthService.swift; path = allin/Services/IAuthService.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
EC50BF952ABF4D3300197685 /* SplashScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SplashScreen.swift; path = allin/Screens/SplashScreen.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
EC50BF972ABF541B00197685 /* WelcomeScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = WelcomeScreen.swift; path = allin/Screens/WelcomeScreen.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
EC55565C2AD6E5B900E5CA3F /* AuthService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AuthService.swift; path = allin/Services/AuthService.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
@ -101,7 +104,6 @@
|
|
|
|
|
ECA7010A2AC4003400532444 /* RankingRowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = RankingRowView.swift; path = allin/Views/RankingRowView.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
ECA7010C2AC4948600532444 /* FriendsScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = FriendsScreen.swift; path = allin/Screens/FriendsScreen.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
ECA7010E2AC4949D00532444 /* FriendView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = FriendView.swift; path = allin/Views/FriendView.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
ECCD6DD82AD7228B00F947C4 /* Singleton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Singleton.swift; path = allin/Models/Singleton.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
ECCD6DDA2AD7233F00F947C4 /* User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = User.swift; path = allin/Models/User.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
ECDF62492AC1CAFD00BA8213 /* RegisterScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = RegisterScreen.swift; path = allin/Screens/RegisterScreen.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
ECFC54432AC0C39E00195760 /* LoginScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = LoginScreen.swift; path = allin/Screens/LoginScreen.swift; sourceTree = SOURCE_ROOT; };
|
|
|
|
@ -229,6 +231,7 @@
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
EC55565C2AD6E5B900E5CA3F /* AuthService.swift */,
|
|
|
|
|
EC508AA02AED3D89000FA2FB /* IAuthService.swift */,
|
|
|
|
|
);
|
|
|
|
|
path = Services;
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
@ -261,8 +264,8 @@
|
|
|
|
|
ECCD6DD72AD7227500F947C4 /* Models */ = {
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
children = (
|
|
|
|
|
ECCD6DD82AD7228B00F947C4 /* Singleton.swift */,
|
|
|
|
|
ECCD6DDA2AD7233F00F947C4 /* User.swift */,
|
|
|
|
|
EC508A9E2AED3C2A000FA2FB /* DependencyInjection.swift */,
|
|
|
|
|
);
|
|
|
|
|
path = Models;
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
@ -346,6 +349,7 @@
|
|
|
|
|
};
|
|
|
|
|
D98C4D6F2AB9D019007A6B4D = {
|
|
|
|
|
CreatedOnToolsVersion = 14.2;
|
|
|
|
|
LastSwiftMigration = 1430;
|
|
|
|
|
TestTargetID = D98C4D5F2AB9D017007A6B4D;
|
|
|
|
|
};
|
|
|
|
|
D98C4D792AB9D019007A6B4D = {
|
|
|
|
@ -406,6 +410,7 @@
|
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
|
files = (
|
|
|
|
|
ECA7010B2AC4003400532444 /* RankingRowView.swift in Sources */,
|
|
|
|
|
EC508AA12AED3D89000FA2FB /* IAuthService.swift in Sources */,
|
|
|
|
|
EC31955E2ACD3B8E00D0A4DC /* ConfidentialityView.swift in Sources */,
|
|
|
|
|
ECA701092AC3FE3300532444 /* RankingScreen.swift in Sources */,
|
|
|
|
|
ECFC54442AC0C39E00195760 /* LoginScreen.swift in Sources */,
|
|
|
|
@ -420,7 +425,6 @@
|
|
|
|
|
EC55565D2AD6E5B900E5CA3F /* AuthService.swift in Sources */,
|
|
|
|
|
D98C4D662AB9D017007A6B4D /* ContentView.swift in Sources */,
|
|
|
|
|
EC4163512AE126B3001E620D /* DropDownMenuView.swift in Sources */,
|
|
|
|
|
ECCD6DD92AD7228B00F947C4 /* Singleton.swift in Sources */,
|
|
|
|
|
D92EC57C2ABADA2800CCD30E /* CoinCounterView.swift in Sources */,
|
|
|
|
|
EC3737E42AC2F5FB00E6BDB5 /* ChoiceCapsule.swift in Sources */,
|
|
|
|
|
EC3737E62AC41DB000E6BDB5 /* WinModal.swift in Sources */,
|
|
|
|
@ -437,6 +441,7 @@
|
|
|
|
|
EC2C1EEF2AC098D30091D57C /* UsersPreview.swift in Sources */,
|
|
|
|
|
EC87FCDB2ABBA6AC00363986 /* TrendingBetCard.swift in Sources */,
|
|
|
|
|
EC000A7B2AC7450200A8BE26 /* CreationBetScreen.swift in Sources */,
|
|
|
|
|
EC508A9F2AED3C2A000FA2FB /* DependencyInjection.swift in Sources */,
|
|
|
|
|
);
|
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
};
|
|
|
|
@ -595,7 +600,7 @@
|
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
|
DEVELOPMENT_ASSET_PATHS = "\"AllIn/Preview Content\"";
|
|
|
|
|
DEVELOPMENT_TEAM = 35KQ5BDC64;
|
|
|
|
|
DEVELOPMENT_TEAM = P39ZK4GA2T;
|
|
|
|
|
ENABLE_PREVIEWS = YES;
|
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
|
INFOPLIST_FILE = AllIn/Info.plist;
|
|
|
|
@ -625,7 +630,7 @@
|
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
|
DEVELOPMENT_ASSET_PATHS = "\"AllIn/Preview Content\"";
|
|
|
|
|
DEVELOPMENT_TEAM = 35KQ5BDC64;
|
|
|
|
|
DEVELOPMENT_TEAM = P39ZK4GA2T;
|
|
|
|
|
ENABLE_PREVIEWS = YES;
|
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
|
INFOPLIST_FILE = AllIn/Info.plist;
|
|
|
|
@ -652,6 +657,7 @@
|
|
|
|
|
buildSettings = {
|
|
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
@ -660,6 +666,7 @@
|
|
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.alldev.AllInTests;
|
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
SWIFT_EMIT_LOC_STRINGS = NO;
|
|
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AllIn.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/AllIn";
|
|
|
|
@ -671,6 +678,7 @@
|
|
|
|
|
buildSettings = {
|
|
|
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
|
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
|
|