|
33 | 33 | 472AA9672593FE4200529B45 /* TorrentSortingPopup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 472AA9662593FE4200529B45 /* TorrentSortingPopup.swift */; };
|
34 | 34 | 472AA96A25940AE600529B45 /* SlideInPresentationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 472AA96925940AE600529B45 /* SlideInPresentationManager.swift */; };
|
35 | 35 | 472AA96D25940B8C00529B45 /* SlideInPresentationController .swift in Sources */ = {isa = PBXBuildFile; fileRef = 472AA96C25940B8C00529B45 /* SlideInPresentationController .swift */; };
|
| 36 | + 473CB8BD2595C9B700A4B3EF /* NotificationBannerSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 473CB8BC2595C9B700A4B3EF /* NotificationBannerSwift */; }; |
36 | 37 | 473D1F75258AE16E00045DB0 /* ChevronTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 473D1F74258AE16E00045DB0 /* ChevronTableViewCell.swift */; };
|
37 | 38 | 473D1F79258B1C6E00045DB0 /* PlainCircularProgressBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 473D1F78258B1C6E00045DB0 /* PlainCircularProgressBar.swift */; };
|
38 | 39 | 473D1F7C258B1F7000045DB0 /* TorrentConnectedClientCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 473D1F7B258B1F6F00045DB0 /* TorrentConnectedClientCell.swift */; };
|
|
150 | 151 | buildActionMask = 2147483647;
|
151 | 152 | files = (
|
152 | 153 | 47E68797259088AA008C2969 /* Houston in Frameworks */,
|
| 154 | + 473CB8BD2595C9B700A4B3EF /* NotificationBannerSwift in Frameworks */, |
153 | 155 | 47E685DF25907925008C2969 /* PromiseKit in Frameworks */,
|
154 | 156 | 47E685EB259079D0008C2969 /* IQKeyboardManagerSwift in Frameworks */,
|
155 | 157 | 47E685CF25907874008C2969 /* Alamofire in Frameworks */,
|
|
399 | 401 | 47C801262592D09100A01831 /* ActiveLabel */,
|
400 | 402 | 470F5CFD2594A0E700B7155D /* FirebaseCrashlytics */,
|
401 | 403 | 470F5D012594A14600B7155D /* FirebaseAnalytics */,
|
| 404 | + 473CB8BC2595C9B700A4B3EF /* NotificationBannerSwift */, |
402 | 405 | );
|
403 | 406 | productName = "Deluge Remote";
|
404 | 407 | productReference = 4716022E1DD4305800727CBD /* Deluge Remote.app */;
|
|
448 | 451 | 47C8011A259280F000A01831 /* XCRemoteSwiftPackageReference "expandable-collection-view-kit" */,
|
449 | 452 | 47C801252592D09100A01831 /* XCRemoteSwiftPackageReference "ActiveLabel.swift" */,
|
450 | 453 | 470F5CFC2594A0E700B7155D /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
|
| 454 | + 473CB8BB2595C9B700A4B3EF /* XCRemoteSwiftPackageReference "NotificationBanner" */, |
451 | 455 | );
|
452 | 456 | productRefGroup = 4716022F1DD4305800727CBD /* Products */;
|
453 | 457 | projectDirPath = "";
|
|
720 | 724 | "@executable_path/Frameworks",
|
721 | 725 | );
|
722 | 726 | LIBRARY_SEARCH_PATHS = "";
|
723 |
| - MARKETING_VERSION = 1.5; |
| 727 | + MARKETING_VERSION = 1.5.1; |
724 | 728 | OTHER_LDFLAGS = "-ObjC";
|
725 | 729 | PRODUCT_BUNDLE_IDENTIFIER = "io.rudybermudez.Deluge-Remote";
|
726 | 730 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
752 | 756 | "@executable_path/Frameworks",
|
753 | 757 | );
|
754 | 758 | LIBRARY_SEARCH_PATHS = "";
|
755 |
| - MARKETING_VERSION = 1.5; |
| 759 | + MARKETING_VERSION = 1.5.1; |
756 | 760 | OTHER_LDFLAGS = "-ObjC";
|
757 | 761 | PRODUCT_BUNDLE_IDENTIFIER = "io.rudybermudez.Deluge-Remote";
|
758 | 762 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
795 | 799 | minimumVersion = 7.3.1;
|
796 | 800 | };
|
797 | 801 | };
|
| 802 | + 473CB8BB2595C9B700A4B3EF /* XCRemoteSwiftPackageReference "NotificationBanner" */ = { |
| 803 | + isa = XCRemoteSwiftPackageReference; |
| 804 | + repositoryURL = "https://github.com/Daltron/NotificationBanner.git"; |
| 805 | + requirement = { |
| 806 | + kind = upToNextMajorVersion; |
| 807 | + minimumVersion = 3.0.6; |
| 808 | + }; |
| 809 | + }; |
798 | 810 | 47C8011A259280F000A01831 /* XCRemoteSwiftPackageReference "expandable-collection-view-kit" */ = {
|
799 | 811 | isa = XCRemoteSwiftPackageReference;
|
800 | 812 | repositoryURL = "https://github.com/RudyB/expandable-collection-view-kit.git";
|
|
880 | 892 | package = 470F5CFC2594A0E700B7155D /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
|
881 | 893 | productName = FirebaseAnalytics;
|
882 | 894 | };
|
| 895 | + 473CB8BC2595C9B700A4B3EF /* NotificationBannerSwift */ = { |
| 896 | + isa = XCSwiftPackageProductDependency; |
| 897 | + package = 473CB8BB2595C9B700A4B3EF /* XCRemoteSwiftPackageReference "NotificationBanner" */; |
| 898 | + productName = NotificationBannerSwift; |
| 899 | + }; |
883 | 900 | 47C8011B259280F000A01831 /* ExpandableCollectionViewKit */ = {
|
884 | 901 | isa = XCSwiftPackageProductDependency;
|
885 | 902 | package = 47C8011A259280F000A01831 /* XCRemoteSwiftPackageReference "expandable-collection-view-kit" */;
|
|
0 commit comments