Skip to content

Commit b8f64de

Browse files
committed
Add MarqueeLabel framework to the CarPlay target
1 parent 2b7a45a commit b8f64de

1 file changed

Lines changed: 22 additions & 14 deletions

File tree

SwiftRadio.xcodeproj/project.pbxproj

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
AA0000011ACC9DEE005B7C26 /* NetworkService.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0000001ACC9DEE005B7C26 /* NetworkService.swift */; };
2626
AA000002291F376D0058C82A /* NetworkService.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0000001ACC9DEE005B7C26 /* NetworkService.swift */; };
2727
AA0000101ACC9DEE005B7C26 /* LNPopupController in Frameworks */ = {isa = PBXBuildFile; productRef = AA0000111ACC9DEE005B7C26 /* LNPopupController */; };
28-
CA900001200000000000000A /* MarqueeLabel in Frameworks */ = {isa = PBXBuildFile; productRef = CA900002200000000000000A /* MarqueeLabel */; };
2928
AA0000121ACC9DEE005B7C26 /* LNPopupController in Frameworks */ = {isa = PBXBuildFile; productRef = AA0000131ACC9DEE005B7C26 /* LNPopupController */; };
3029
CA142F672D3D8E2F0071A388 /* NSLayoutConstraint+with.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA142F662D3D8E280071A388 /* NSLayoutConstraint+with.swift */; };
3130
CA142F682D3D8E2F0071A388 /* NSLayoutConstraint+with.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA142F662D3D8E280071A388 /* NSLayoutConstraint+with.swift */; };
@@ -43,12 +42,14 @@
4342
CA2511BC2D45C2D1006D1A99 /* LibrariesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2511BA2D45C2CA006D1A99 /* LibrariesViewController.swift */; };
4443
CA2511BE2D45CD13006D1A99 /* ContributorsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2511BD2D45CD11006D1A99 /* ContributorsViewController.swift */; };
4544
CA2511BF2D45CD13006D1A99 /* ContributorsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2511BD2D45CD11006D1A99 /* ContributorsViewController.swift */; };
45+
CA2B6C6F2F31B769000CB4D4 /* MarqueeLabel in Frameworks */ = {isa = PBXBuildFile; productRef = CA2B6C6E2F31B769000CB4D4 /* MarqueeLabel */; };
4646
CA3A11012D4E000000111001 /* InfoSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA3A11002D4E000000111001 /* InfoSection.swift */; };
4747
CA3A11022D4E000000111001 /* InfoSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA3A11002D4E000000111001 /* InfoSection.swift */; };
4848
CA3A11042D4E000000111002 /* Content.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA3A11032D4E000000111002 /* Content.swift */; };
4949
CA3A11052D4E000000111002 /* Content.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA3A11032D4E000000111002 /* Content.swift */; };
5050
CA58087D2D40BAC000F8082B /* CarPlaySceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA58087B2D40BAC000F8082B /* CarPlaySceneDelegate.swift */; };
5151
CA58087E2D40C11300F8082B /* Info-CarPlay.plist in Resources */ = {isa = PBXBuildFile; fileRef = CEA82F492921F260009E9FA0 /* Info-CarPlay.plist */; };
52+
CA900001200000000000000A /* MarqueeLabel in Frameworks */ = {isa = PBXBuildFile; productRef = CA900002200000000000000A /* MarqueeLabel */; };
5253
CAB4E8292D3D7DC7001282E9 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAB4E8282D3D7DC7001282E9 /* SceneDelegate.swift */; };
5354
CAB4E82A2D3D7DC7001282E9 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAB4E8282D3D7DC7001282E9 /* SceneDelegate.swift */; };
5455
CE321FF329371140001572BD /* Bundle+appName.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE321FF229371140001572BD /* Bundle+appName.swift */; };
@@ -198,6 +199,7 @@
198199
files = (
199200
CE6A3E43291F376D0058C82A /* FRadioPlayer in Frameworks */,
200201
CE60362A2A48F70A00E15E15 /* NVActivityIndicatorViewExtended in Frameworks */,
202+
CA2B6C6F2F31B769000CB4D4 /* MarqueeLabel in Frameworks */,
201203
CE6A3E44291F376D0058C82A /* Spring in Frameworks */,
202204
CE6036282A48F70A00E15E15 /* NVActivityIndicatorView in Frameworks */,
203205
AA0000121ACC9DEE005B7C26 /* LNPopupController in Frameworks */,
@@ -457,6 +459,7 @@
457459
CE6036272A48F70A00E15E15 /* NVActivityIndicatorView */,
458460
CE6036292A48F70A00E15E15 /* NVActivityIndicatorViewExtended */,
459461
AA0000131ACC9DEE005B7C26 /* LNPopupController */,
462+
CA2B6C6E2F31B769000CB4D4 /* MarqueeLabel */,
460463
);
461464
productName = RadioPro;
462465
productReference = CE6A3E4F291F376D0058C82A /* SwiftRadio-CarPlay.app */;
@@ -986,6 +989,14 @@
986989
version = 4.4.1;
987990
};
988991
};
992+
CA900003200000000000000A /* XCRemoteSwiftPackageReference "MarqueeLabel" */ = {
993+
isa = XCRemoteSwiftPackageReference;
994+
repositoryURL = "https://github.com/cbpowell/MarqueeLabel.git";
995+
requirement = {
996+
kind = upToNextMajorVersion;
997+
minimumVersion = 4.0.0;
998+
};
999+
};
9891000
CE37D7B2290F47E000B0933B /* XCRemoteSwiftPackageReference "Spring" */ = {
9901001
isa = XCRemoteSwiftPackageReference;
9911002
repositoryURL = "https://github.com/fethica/Spring.git";
@@ -1026,14 +1037,6 @@
10261037
kind = branch;
10271038
};
10281039
};
1029-
CA900003200000000000000A /* XCRemoteSwiftPackageReference "MarqueeLabel" */ = {
1030-
isa = XCRemoteSwiftPackageReference;
1031-
repositoryURL = "https://github.com/cbpowell/MarqueeLabel.git";
1032-
requirement = {
1033-
kind = upToNextMajorVersion;
1034-
minimumVersion = 4.0.0;
1035-
};
1036-
};
10371040
/* End XCRemoteSwiftPackageReference section */
10381041

10391042
/* Begin XCSwiftPackageProductDependency section */
@@ -1047,6 +1050,16 @@
10471050
package = AA0000141ACC9DEE005B7C26 /* XCRemoteSwiftPackageReference "LNPopupController" */;
10481051
productName = LNPopupController;
10491052
};
1053+
CA2B6C6E2F31B769000CB4D4 /* MarqueeLabel */ = {
1054+
isa = XCSwiftPackageProductDependency;
1055+
package = CA900003200000000000000A /* XCRemoteSwiftPackageReference "MarqueeLabel" */;
1056+
productName = MarqueeLabel;
1057+
};
1058+
CA900002200000000000000A /* MarqueeLabel */ = {
1059+
isa = XCSwiftPackageProductDependency;
1060+
package = CA900003200000000000000A /* XCRemoteSwiftPackageReference "MarqueeLabel" */;
1061+
productName = MarqueeLabel;
1062+
};
10501063
CE37D7B3290F47E000B0933B /* Spring */ = {
10511064
isa = XCSwiftPackageProductDependency;
10521065
package = CE37D7B2290F47E000B0933B /* XCRemoteSwiftPackageReference "Spring" */;
@@ -1087,11 +1100,6 @@
10871100
package = CE6A3E2F291F376D0058C82A /* XCRemoteSwiftPackageReference "FRadioPlayer" */;
10881101
productName = FRadioPlayer;
10891102
};
1090-
CA900002200000000000000A /* MarqueeLabel */ = {
1091-
isa = XCSwiftPackageProductDependency;
1092-
package = CA900003200000000000000A /* XCRemoteSwiftPackageReference "MarqueeLabel" */;
1093-
productName = MarqueeLabel;
1094-
};
10951103
/* End XCSwiftPackageProductDependency section */
10961104
};
10971105
rootObject = 9409E10E1ABF6FE900312E2B /* Project object */;

0 commit comments

Comments
 (0)