Skip to content

Commit 477f6b0

Browse files
committed
Add missing resources to framework target
1 parent 755a093 commit 477f6b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

SwiftMessages.xcodeproj/project.pbxproj

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
86BBA9061D5E040C00FE8F16 /* Identifiable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 864495551D4F7C390056EB2A /* Identifiable.swift */; };
2727
86BBA9071D5E040C00FE8F16 /* MarginAdjustable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86AAF81D1D5549680031EE32 /* MarginAdjustable.swift */; };
2828
86BBA9081D5E040C00FE8F16 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86AAF82A1D580DD70031EE32 /* Error.swift */; };
29+
E6E49F911D70A344006CB883 /* MessageView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 862C0CDA1D5A397F00D06168 /* MessageView.xib */; };
30+
E6E49F921D70A349006CB883 /* StatusLine.xib in Resources */ = {isa = PBXBuildFile; fileRef = 862C0CDB1D5A397F00D06168 /* StatusLine.xib */; };
31+
E6E49F931D70A34C006CB883 /* MessageViewIOS8.xib in Resources */ = {isa = PBXBuildFile; fileRef = 862C0CE21D5A3A0D00D06168 /* MessageViewIOS8.xib */; };
32+
E6E49F941D70A395006CB883 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 862C0CD91D5A397F00D06168 /* Images.xcassets */; };
2933
/* End PBXBuildFile section */
3034

3135
/* Begin PBXContainerItemProxy section */
@@ -268,8 +272,12 @@
268272
isa = PBXResourcesBuildPhase;
269273
buildActionMask = 2147483647;
270274
files = (
275+
E6E49F931D70A34C006CB883 /* MessageViewIOS8.xib in Resources */,
276+
E6E49F911D70A344006CB883 /* MessageView.xib in Resources */,
271277
86BBA8F91D5E01FC00FE8F16 /* CardView.xib in Resources */,
278+
E6E49F941D70A395006CB883 /* Images.xcassets in Resources */,
272279
86589D911D692B1C0041676C /* TabView.xib in Resources */,
280+
E6E49F921D70A349006CB883 /* StatusLine.xib in Resources */,
273281
);
274282
runOnlyForDeploymentPostprocessing = 0;
275283
};

0 commit comments

Comments
 (0)