|
|
@ -7,6 +7,8 @@
|
|
|
|
objects = {
|
|
|
|
objects = {
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
|
|
|
|
7B3B17642BF24B32002BC817 /* Player.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B3B17632BF24B32002BC817 /* Player.swift */; };
|
|
|
|
|
|
|
|
7B3B17672BF24ED6002BC817 /* FullButtonStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B3B17662BF24ED6002BC817 /* FullButtonStyle.swift */; };
|
|
|
|
7B4508CD2BF206AF0027E1EF /* DouShouQiIOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4508CC2BF206AF0027E1EF /* DouShouQiIOSApp.swift */; };
|
|
|
|
7B4508CD2BF206AF0027E1EF /* DouShouQiIOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4508CC2BF206AF0027E1EF /* DouShouQiIOSApp.swift */; };
|
|
|
|
7B4508CF2BF206AF0027E1EF /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4508CE2BF206AF0027E1EF /* ContentView.swift */; };
|
|
|
|
7B4508CF2BF206AF0027E1EF /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4508CE2BF206AF0027E1EF /* ContentView.swift */; };
|
|
|
|
7B4508D12BF206B10027E1EF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7B4508D02BF206B10027E1EF /* Assets.xcassets */; };
|
|
|
|
7B4508D12BF206B10027E1EF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7B4508D02BF206B10027E1EF /* Assets.xcassets */; };
|
|
|
@ -36,6 +38,8 @@
|
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
|
|
|
|
7B3B17632BF24B32002BC817 /* Player.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Player.swift; sourceTree = "<group>"; };
|
|
|
|
|
|
|
|
7B3B17662BF24ED6002BC817 /* FullButtonStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FullButtonStyle.swift; sourceTree = "<group>"; };
|
|
|
|
7B4508C92BF206AF0027E1EF /* DouShouQiIOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DouShouQiIOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
7B4508C92BF206AF0027E1EF /* DouShouQiIOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DouShouQiIOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
7B4508CC2BF206AF0027E1EF /* DouShouQiIOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DouShouQiIOSApp.swift; sourceTree = "<group>"; };
|
|
|
|
7B4508CC2BF206AF0027E1EF /* DouShouQiIOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DouShouQiIOSApp.swift; sourceTree = "<group>"; };
|
|
|
|
7B4508CE2BF206AF0027E1EF /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
|
|
7B4508CE2BF206AF0027E1EF /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
|
@ -75,6 +79,22 @@
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
|
|
|
|
7B3B17622BF24B23002BC817 /* Class */ = {
|
|
|
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
|
|
|
children = (
|
|
|
|
|
|
|
|
7B3B17632BF24B32002BC817 /* Player.swift */,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
path = Class;
|
|
|
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
7B3B17652BF24EB1002BC817 /* Struct */ = {
|
|
|
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
|
|
|
children = (
|
|
|
|
|
|
|
|
7B3B17662BF24ED6002BC817 /* FullButtonStyle.swift */,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
path = Struct;
|
|
|
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
|
|
|
};
|
|
|
|
7B4508C02BF206AF0027E1EF = {
|
|
|
|
7B4508C02BF206AF0027E1EF = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
@ -98,6 +118,9 @@
|
|
|
|
7B4508CB2BF206AF0027E1EF /* DouShouQiIOS */ = {
|
|
|
|
7B4508CB2BF206AF0027E1EF /* DouShouQiIOS */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
children = (
|
|
|
|
|
|
|
|
7B3B17652BF24EB1002BC817 /* Struct */,
|
|
|
|
|
|
|
|
7B3B17622BF24B23002BC817 /* Class */,
|
|
|
|
|
|
|
|
7BB801372BF2374C00413951 /* Style */,
|
|
|
|
7B4508CC2BF206AF0027E1EF /* DouShouQiIOSApp.swift */,
|
|
|
|
7B4508CC2BF206AF0027E1EF /* DouShouQiIOSApp.swift */,
|
|
|
|
7B4508CE2BF206AF0027E1EF /* ContentView.swift */,
|
|
|
|
7B4508CE2BF206AF0027E1EF /* ContentView.swift */,
|
|
|
|
7B4508D02BF206B10027E1EF /* Assets.xcassets */,
|
|
|
|
7B4508D02BF206B10027E1EF /* Assets.xcassets */,
|
|
|
@ -141,6 +164,13 @@
|
|
|
|
path = View;
|
|
|
|
path = View;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
7BB801372BF2374C00413951 /* Style */ = {
|
|
|
|
|
|
|
|
isa = PBXGroup;
|
|
|
|
|
|
|
|
children = (
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
path = Style;
|
|
|
|
|
|
|
|
sourceTree = "<group>";
|
|
|
|
|
|
|
|
};
|
|
|
|
/* End PBXGroup section */
|
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
@ -274,6 +304,8 @@
|
|
|
|
7B4508F72BF2084B0027E1EF /* PlayerView.swift in Sources */,
|
|
|
|
7B4508F72BF2084B0027E1EF /* PlayerView.swift in Sources */,
|
|
|
|
7B4508CF2BF206AF0027E1EF /* ContentView.swift in Sources */,
|
|
|
|
7B4508CF2BF206AF0027E1EF /* ContentView.swift in Sources */,
|
|
|
|
7B4508CD2BF206AF0027E1EF /* DouShouQiIOSApp.swift in Sources */,
|
|
|
|
7B4508CD2BF206AF0027E1EF /* DouShouQiIOSApp.swift in Sources */,
|
|
|
|
|
|
|
|
7B3B17642BF24B32002BC817 /* Player.swift in Sources */,
|
|
|
|
|
|
|
|
7B3B17672BF24ED6002BC817 /* FullButtonStyle.swift in Sources */,
|
|
|
|
7B4508FA2BF214F50027E1EF /* PlayerListView.swift in Sources */,
|
|
|
|
7B4508FA2BF214F50027E1EF /* PlayerListView.swift in Sources */,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|