|
|
@ -19,6 +19,8 @@
|
|
|
|
C205A2E52BF377540097BD93 /* InfoTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C205A2E42BF377540097BD93 /* InfoTextView.swift */; };
|
|
|
|
C205A2E52BF377540097BD93 /* InfoTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C205A2E42BF377540097BD93 /* InfoTextView.swift */; };
|
|
|
|
C205A2E72BF3789B0097BD93 /* PlayerProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C205A2E62BF3789B0097BD93 /* PlayerProfileView.swift */; };
|
|
|
|
C205A2E72BF3789B0097BD93 /* PlayerProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C205A2E62BF3789B0097BD93 /* PlayerProfileView.swift */; };
|
|
|
|
C205A2E92BF37BBE0097BD93 /* PlayerListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C205A2E82BF37BBE0097BD93 /* PlayerListView.swift */; };
|
|
|
|
C205A2E92BF37BBE0097BD93 /* PlayerListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C205A2E82BF37BBE0097BD93 /* PlayerListView.swift */; };
|
|
|
|
|
|
|
|
C205A2EB2BF37D1F0097BD93 /* PlayerDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C205A2EA2BF37D1F0097BD93 /* PlayerDetailView.swift */; };
|
|
|
|
|
|
|
|
C205A2ED2BF37DF40097BD93 /* AvatarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C205A2EC2BF37DF40097BD93 /* AvatarView.swift */; };
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
@ -54,6 +56,8 @@
|
|
|
|
C205A2E42BF377540097BD93 /* InfoTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoTextView.swift; sourceTree = "<group>"; };
|
|
|
|
C205A2E42BF377540097BD93 /* InfoTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoTextView.swift; sourceTree = "<group>"; };
|
|
|
|
C205A2E62BF3789B0097BD93 /* PlayerProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerProfileView.swift; sourceTree = "<group>"; };
|
|
|
|
C205A2E62BF3789B0097BD93 /* PlayerProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerProfileView.swift; sourceTree = "<group>"; };
|
|
|
|
C205A2E82BF37BBE0097BD93 /* PlayerListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerListView.swift; sourceTree = "<group>"; };
|
|
|
|
C205A2E82BF37BBE0097BD93 /* PlayerListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerListView.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
C205A2EA2BF37D1F0097BD93 /* PlayerDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerDetailView.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
C205A2EC2BF37DF40097BD93 /* AvatarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AvatarView.swift; sourceTree = "<group>"; };
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@ -113,6 +117,8 @@
|
|
|
|
C205A2E42BF377540097BD93 /* InfoTextView.swift */,
|
|
|
|
C205A2E42BF377540097BD93 /* InfoTextView.swift */,
|
|
|
|
C205A2E62BF3789B0097BD93 /* PlayerProfileView.swift */,
|
|
|
|
C205A2E62BF3789B0097BD93 /* PlayerProfileView.swift */,
|
|
|
|
C205A2E82BF37BBE0097BD93 /* PlayerListView.swift */,
|
|
|
|
C205A2E82BF37BBE0097BD93 /* PlayerListView.swift */,
|
|
|
|
|
|
|
|
C205A2EA2BF37D1F0097BD93 /* PlayerDetailView.swift */,
|
|
|
|
|
|
|
|
C205A2EC2BF37DF40097BD93 /* AvatarView.swift */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
path = WtaTennis;
|
|
|
|
path = WtaTennis;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
@ -276,8 +282,10 @@
|
|
|
|
C205A2B92BF373360097BD93 /* ContentView.swift in Sources */,
|
|
|
|
C205A2B92BF373360097BD93 /* ContentView.swift in Sources */,
|
|
|
|
C205A2E32BF377030097BD93 /* InfoDetailView.swift in Sources */,
|
|
|
|
C205A2E32BF377030097BD93 /* InfoDetailView.swift in Sources */,
|
|
|
|
C205A2E92BF37BBE0097BD93 /* PlayerListView.swift in Sources */,
|
|
|
|
C205A2E92BF37BBE0097BD93 /* PlayerListView.swift in Sources */,
|
|
|
|
|
|
|
|
C205A2EB2BF37D1F0097BD93 /* PlayerDetailView.swift in Sources */,
|
|
|
|
C205A2E72BF3789B0097BD93 /* PlayerProfileView.swift in Sources */,
|
|
|
|
C205A2E72BF3789B0097BD93 /* PlayerProfileView.swift in Sources */,
|
|
|
|
C205A2E12BF374120097BD93 /* RankingView.swift in Sources */,
|
|
|
|
C205A2E12BF374120097BD93 /* RankingView.swift in Sources */,
|
|
|
|
|
|
|
|
C205A2ED2BF37DF40097BD93 /* AvatarView.swift in Sources */,
|
|
|
|
C205A2B72BF373360097BD93 /* WtaTennisApp.swift in Sources */,
|
|
|
|
C205A2B72BF373360097BD93 /* WtaTennisApp.swift in Sources */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|