Skip to content

Commit 27fb47f

Browse files
修复由于缺少PocketSVG导致的无法启动。 (#129)
1 parent 69b834c commit 27fb47f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BilibiliLive.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
49F918722931E927001D3EC3 /* AvTransportScpd.xml in Resources */ = {isa = PBXBuildFile; fileRef = 49F918712931E927001D3EC3 /* AvTransportScpd.xml */; };
108108
49FB8EC0291F4C520045D5DE /* VMaskProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49FB8EBF291F4C520045D5DE /* VMaskProvider.swift */; };
109109
49FB8EE929208EBE0045D5DE /* SidxParseUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49FB8EE829208EBE0045D5DE /* SidxParseUtil.swift */; };
110+
695081FB2D0FD9E30063044D /* PocketSVG in Embed Frameworks */ = {isa = PBXBuildFile; productRef = 49078E46291BEA2400F556BD /* PocketSVG */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
110111
AE2B41552912706700BF2B0B /* SearchResultViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE2B41542912706700BF2B0B /* SearchResultViewController.swift */; };
111112
AE2B41572914C02000BF2B0B /* Int.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE2B41562914C02000BF2B0B /* Int.swift */; };
112113
AE4889B228FE55DA00E8C5CD /* FavoriteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE4889B128FE55DA00E8C5CD /* FavoriteViewController.swift */; };
@@ -156,6 +157,7 @@
156157
dstPath = "";
157158
dstSubfolderSpec = 10;
158159
files = (
160+
695081FB2D0FD9E30063044D /* PocketSVG in Embed Frameworks */,
159161
);
160162
name = "Embed Frameworks";
161163
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)