Skip to content

Commit 8db91d4

Browse files
committed
update carthage project settings
1 parent 0a66002 commit 8db91d4

File tree

1 file changed

+54
-56
lines changed

1 file changed

+54
-56
lines changed

BMPlayer.xcodeproj/project.pbxproj

Lines changed: 54 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,36 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
6A302EED1DF199F700AD54B6 /* BMPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A302EEB1DF199F700AD54B6 /* BMPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
11-
6A3B22421E98C16400C20DD3 /* Pod_Asset_BMPlayer.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6A3B22411E98C16400C20DD3 /* Pod_Asset_BMPlayer.xcassets */; };
12-
6A3B22631E98C7E200C20DD3 /* BMSubtitles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A3B22611E98C7E200C20DD3 /* BMSubtitles.swift */; };
13-
6A3B22641E98C7E200C20DD3 /* BMTimeSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A3B22621E98C7E200C20DD3 /* BMTimeSlider.swift */; };
14-
6A6FDB991DF19A15003727BC /* .gitkeep in Resources */ = {isa = PBXBuildFile; fileRef = 6A6FDB781DF19A15003727BC /* .gitkeep */; };
15-
6A6FDB9A1DF19A15003727BC /* BMPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A6FDB791DF19A15003727BC /* BMPlayer.swift */; };
16-
6A6FDB9B1DF19A15003727BC /* BMPlayerClearityChooseButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A6FDB7A1DF19A15003727BC /* BMPlayerClearityChooseButton.swift */; };
17-
6A6FDB9C1DF19A15003727BC /* BMPlayerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A6FDB7B1DF19A15003727BC /* BMPlayerControlView.swift */; };
18-
6A6FDB9D1DF19A15003727BC /* BMPlayerItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A6FDB7C1DF19A15003727BC /* BMPlayerItem.swift */; };
19-
6A6FDB9E1DF19A15003727BC /* BMPlayerLayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A6FDB7D1DF19A15003727BC /* BMPlayerLayerView.swift */; };
20-
6A6FDB9F1DF19A15003727BC /* BMPlayerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A6FDB7E1DF19A15003727BC /* BMPlayerManager.swift */; };
21-
6A6FDBA01DF19A15003727BC /* BMPlayerProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A6FDB7F1DF19A15003727BC /* BMPlayerProtocols.swift */; };
10+
6A5B61D01EADB5DA00158FF9 /* BMPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A5B61C41EADB5DA00158FF9 /* BMPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
11+
6A5B61D11EADB5DA00158FF9 /* BMPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A5B61C51EADB5DA00158FF9 /* BMPlayer.swift */; };
12+
6A5B61D21EADB5DA00158FF9 /* BMPlayerClearityChooseButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A5B61C61EADB5DA00158FF9 /* BMPlayerClearityChooseButton.swift */; };
13+
6A5B61D31EADB5DA00158FF9 /* BMPlayerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A5B61C71EADB5DA00158FF9 /* BMPlayerControlView.swift */; };
14+
6A5B61D41EADB5DA00158FF9 /* BMPlayerItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A5B61C81EADB5DA00158FF9 /* BMPlayerItem.swift */; };
15+
6A5B61D51EADB5DA00158FF9 /* BMPlayerLayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A5B61C91EADB5DA00158FF9 /* BMPlayerLayerView.swift */; };
16+
6A5B61D61EADB5DA00158FF9 /* BMPlayerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A5B61CA1EADB5DA00158FF9 /* BMPlayerManager.swift */; };
17+
6A5B61D71EADB5DA00158FF9 /* BMPlayerProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A5B61CB1EADB5DA00158FF9 /* BMPlayerProtocols.swift */; };
18+
6A5B61D81EADB5DA00158FF9 /* BMSubtitles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A5B61CC1EADB5DA00158FF9 /* BMSubtitles.swift */; };
19+
6A5B61D91EADB5DA00158FF9 /* BMTimeSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A5B61CD1EADB5DA00158FF9 /* BMTimeSlider.swift */; };
20+
6A5B61DA1EADB5DA00158FF9 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 6A5B61CE1EADB5DA00158FF9 /* Info.plist */; };
21+
6A5B61DB1EADB5DA00158FF9 /* Pod_Asset_BMPlayer.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6A5B61CF1EADB5DA00158FF9 /* Pod_Asset_BMPlayer.xcassets */; };
2222
6A6FDBA61DF19AB3003727BC /* NVActivityIndicatorView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A6FDBA21DF19A39003727BC /* NVActivityIndicatorView.framework */; };
2323
6A6FDBA71DF19AB3003727BC /* SnapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A6FDBA31DF19A39003727BC /* SnapKit.framework */; };
2424
/* End PBXBuildFile section */
2525

2626
/* Begin PBXFileReference section */
2727
6A302EE81DF199F700AD54B6 /* BMPlayer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BMPlayer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
28-
6A302EEB1DF199F700AD54B6 /* BMPlayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BMPlayer.h; sourceTree = "<group>"; };
29-
6A302EEC1DF199F700AD54B6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
30-
6A3B22411E98C16400C20DD3 /* Pod_Asset_BMPlayer.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Pod_Asset_BMPlayer.xcassets; sourceTree = "<group>"; };
31-
6A3B22611E98C7E200C20DD3 /* BMSubtitles.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMSubtitles.swift; sourceTree = "<group>"; };
32-
6A3B22621E98C7E200C20DD3 /* BMTimeSlider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMTimeSlider.swift; sourceTree = "<group>"; };
33-
6A6FDB781DF19A15003727BC /* .gitkeep */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitkeep; sourceTree = "<group>"; };
34-
6A6FDB791DF19A15003727BC /* BMPlayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayer.swift; sourceTree = "<group>"; };
35-
6A6FDB7A1DF19A15003727BC /* BMPlayerClearityChooseButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerClearityChooseButton.swift; sourceTree = "<group>"; };
36-
6A6FDB7B1DF19A15003727BC /* BMPlayerControlView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerControlView.swift; sourceTree = "<group>"; };
37-
6A6FDB7C1DF19A15003727BC /* BMPlayerItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerItem.swift; sourceTree = "<group>"; };
38-
6A6FDB7D1DF19A15003727BC /* BMPlayerLayerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerLayerView.swift; sourceTree = "<group>"; };
39-
6A6FDB7E1DF19A15003727BC /* BMPlayerManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerManager.swift; sourceTree = "<group>"; };
40-
6A6FDB7F1DF19A15003727BC /* BMPlayerProtocols.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerProtocols.swift; sourceTree = "<group>"; };
28+
6A5B61C41EADB5DA00158FF9 /* BMPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BMPlayer.h; sourceTree = "<group>"; };
29+
6A5B61C51EADB5DA00158FF9 /* BMPlayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayer.swift; sourceTree = "<group>"; };
30+
6A5B61C61EADB5DA00158FF9 /* BMPlayerClearityChooseButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerClearityChooseButton.swift; sourceTree = "<group>"; };
31+
6A5B61C71EADB5DA00158FF9 /* BMPlayerControlView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerControlView.swift; sourceTree = "<group>"; };
32+
6A5B61C81EADB5DA00158FF9 /* BMPlayerItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerItem.swift; sourceTree = "<group>"; };
33+
6A5B61C91EADB5DA00158FF9 /* BMPlayerLayerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerLayerView.swift; sourceTree = "<group>"; };
34+
6A5B61CA1EADB5DA00158FF9 /* BMPlayerManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerManager.swift; sourceTree = "<group>"; };
35+
6A5B61CB1EADB5DA00158FF9 /* BMPlayerProtocols.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMPlayerProtocols.swift; sourceTree = "<group>"; };
36+
6A5B61CC1EADB5DA00158FF9 /* BMSubtitles.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMSubtitles.swift; sourceTree = "<group>"; };
37+
6A5B61CD1EADB5DA00158FF9 /* BMTimeSlider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BMTimeSlider.swift; sourceTree = "<group>"; };
38+
6A5B61CE1EADB5DA00158FF9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
39+
6A5B61CF1EADB5DA00158FF9 /* Pod_Asset_BMPlayer.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Pod_Asset_BMPlayer.xcassets; sourceTree = "<group>"; };
4140
6A6FDBA21DF19A39003727BC /* NVActivityIndicatorView.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NVActivityIndicatorView.framework; path = Carthage/Build/iOS/NVActivityIndicatorView.framework; sourceTree = "<group>"; };
4241
6A6FDBA31DF19A39003727BC /* SnapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SnapKit.framework; path = Carthage/Build/iOS/SnapKit.framework; sourceTree = "<group>"; };
4342
/* End PBXFileReference section */
@@ -75,30 +74,29 @@
7574
6A302EEA1DF199F700AD54B6 /* BMPlayer */ = {
7675
isa = PBXGroup;
7776
children = (
78-
6A3B22411E98C16400C20DD3 /* Pod_Asset_BMPlayer.xcassets */,
79-
6A6FDB771DF19A15003727BC /* Classes */,
80-
6A302EEB1DF199F700AD54B6 /* BMPlayer.h */,
81-
6A302EEC1DF199F700AD54B6 /* Info.plist */,
77+
6A5B61C31EADB5DA00158FF9 /* Source */,
8278
);
8379
path = BMPlayer;
8480
sourceTree = "<group>";
8581
};
86-
6A6FDB771DF19A15003727BC /* Classes */ = {
82+
6A5B61C31EADB5DA00158FF9 /* Source */ = {
8783
isa = PBXGroup;
8884
children = (
89-
6A6FDB781DF19A15003727BC /* .gitkeep */,
90-
6A3B22611E98C7E200C20DD3 /* BMSubtitles.swift */,
91-
6A3B22621E98C7E200C20DD3 /* BMTimeSlider.swift */,
92-
6A6FDB791DF19A15003727BC /* BMPlayer.swift */,
93-
6A6FDB7A1DF19A15003727BC /* BMPlayerClearityChooseButton.swift */,
94-
6A6FDB7B1DF19A15003727BC /* BMPlayerControlView.swift */,
95-
6A6FDB7C1DF19A15003727BC /* BMPlayerItem.swift */,
96-
6A6FDB7D1DF19A15003727BC /* BMPlayerLayerView.swift */,
97-
6A6FDB7E1DF19A15003727BC /* BMPlayerManager.swift */,
98-
6A6FDB7F1DF19A15003727BC /* BMPlayerProtocols.swift */,
85+
6A5B61C41EADB5DA00158FF9 /* BMPlayer.h */,
86+
6A5B61C51EADB5DA00158FF9 /* BMPlayer.swift */,
87+
6A5B61C61EADB5DA00158FF9 /* BMPlayerClearityChooseButton.swift */,
88+
6A5B61C71EADB5DA00158FF9 /* BMPlayerControlView.swift */,
89+
6A5B61C81EADB5DA00158FF9 /* BMPlayerItem.swift */,
90+
6A5B61C91EADB5DA00158FF9 /* BMPlayerLayerView.swift */,
91+
6A5B61CA1EADB5DA00158FF9 /* BMPlayerManager.swift */,
92+
6A5B61CB1EADB5DA00158FF9 /* BMPlayerProtocols.swift */,
93+
6A5B61CC1EADB5DA00158FF9 /* BMSubtitles.swift */,
94+
6A5B61CD1EADB5DA00158FF9 /* BMTimeSlider.swift */,
95+
6A5B61CE1EADB5DA00158FF9 /* Info.plist */,
96+
6A5B61CF1EADB5DA00158FF9 /* Pod_Asset_BMPlayer.xcassets */,
9997
);
100-
path = Classes;
101-
sourceTree = "<group>";
98+
path = Source;
99+
sourceTree = SOURCE_ROOT;
102100
};
103101
6A6FDBA11DF19A39003727BC /* Frameworks */ = {
104102
isa = PBXGroup;
@@ -116,7 +114,7 @@
116114
isa = PBXHeadersBuildPhase;
117115
buildActionMask = 2147483647;
118116
files = (
119-
6A302EED1DF199F700AD54B6 /* BMPlayer.h in Headers */,
117+
6A5B61D01EADB5DA00158FF9 /* BMPlayer.h in Headers */,
120118
);
121119
runOnlyForDeploymentPostprocessing = 0;
122120
};
@@ -179,8 +177,8 @@
179177
isa = PBXResourcesBuildPhase;
180178
buildActionMask = 2147483647;
181179
files = (
182-
6A3B22421E98C16400C20DD3 /* Pod_Asset_BMPlayer.xcassets in Resources */,
183-
6A6FDB991DF19A15003727BC /* .gitkeep in Resources */,
180+
6A5B61DB1EADB5DA00158FF9 /* Pod_Asset_BMPlayer.xcassets in Resources */,
181+
6A5B61DA1EADB5DA00158FF9 /* Info.plist in Resources */,
184182
);
185183
runOnlyForDeploymentPostprocessing = 0;
186184
};
@@ -191,15 +189,15 @@
191189
isa = PBXSourcesBuildPhase;
192190
buildActionMask = 2147483647;
193191
files = (
194-
6A6FDB9D1DF19A15003727BC /* BMPlayerItem.swift in Sources */,
195-
6A6FDB9F1DF19A15003727BC /* BMPlayerManager.swift in Sources */,
196-
6A3B22631E98C7E200C20DD3 /* BMSubtitles.swift in Sources */,
197-
6A6FDBA01DF19A15003727BC /* BMPlayerProtocols.swift in Sources */,
198-
6A6FDB9E1DF19A15003727BC /* BMPlayerLayerView.swift in Sources */,
199-
6A6FDB9C1DF19A15003727BC /* BMPlayerControlView.swift in Sources */,
200-
6A6FDB9A1DF19A15003727BC /* BMPlayer.swift in Sources */,
201-
6A6FDB9B1DF19A15003727BC /* BMPlayerClearityChooseButton.swift in Sources */,
202-
6A3B22641E98C7E200C20DD3 /* BMTimeSlider.swift in Sources */,
192+
6A5B61D41EADB5DA00158FF9 /* BMPlayerItem.swift in Sources */,
193+
6A5B61D61EADB5DA00158FF9 /* BMPlayerManager.swift in Sources */,
194+
6A5B61D81EADB5DA00158FF9 /* BMSubtitles.swift in Sources */,
195+
6A5B61D71EADB5DA00158FF9 /* BMPlayerProtocols.swift in Sources */,
196+
6A5B61D51EADB5DA00158FF9 /* BMPlayerLayerView.swift in Sources */,
197+
6A5B61D31EADB5DA00158FF9 /* BMPlayerControlView.swift in Sources */,
198+
6A5B61D11EADB5DA00158FF9 /* BMPlayer.swift in Sources */,
199+
6A5B61D21EADB5DA00158FF9 /* BMPlayerClearityChooseButton.swift in Sources */,
200+
6A5B61D91EADB5DA00158FF9 /* BMTimeSlider.swift in Sources */,
203201
);
204202
runOnlyForDeploymentPostprocessing = 0;
205203
};
@@ -318,7 +316,7 @@
318316
"$(inherited)",
319317
"$(PROJECT_DIR)/Carthage/Build/iOS",
320318
);
321-
INFOPLIST_FILE = BMPlayer/Info.plist;
319+
INFOPLIST_FILE = Source/Info.plist;
322320
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
323321
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
324322
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -342,7 +340,7 @@
342340
"$(inherited)",
343341
"$(PROJECT_DIR)/Carthage/Build/iOS",
344342
);
345-
INFOPLIST_FILE = BMPlayer/Info.plist;
343+
INFOPLIST_FILE = Source/Info.plist;
346344
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
347345
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
348346
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";

0 commit comments

Comments
 (0)