mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Add Bodega dependency
This commit is contained in:
parent
7975b13d2a
commit
d345a6872a
@ -512,6 +512,7 @@
|
||||
FB7C4CC62CD2CAB000F6129A /* DonationCompletionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB7C4CC52CD2CAA800F6129A /* DonationCompletionViewController.swift */; };
|
||||
FB7C4CCC2CD55DEB00F6129A /* NavigationFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB7C4CCB2CD55DEB00F6129A /* NavigationFlow.swift */; };
|
||||
FB7C4CCE2CD55DFF00F6129A /* NewDonationNavigationFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB7C4CCD2CD55DFE00F6129A /* NewDonationNavigationFlow.swift */; };
|
||||
FB91184C2D9EB96E003F410B /* Bodega in Frameworks */ = {isa = PBXBuildFile; productRef = FB91184B2D9EB96E003F410B /* Bodega */; };
|
||||
FBD689B52CCBF0AC00CE29F3 /* DonationCampaignViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD689B42CCBF09F00CE29F3 /* DonationCampaignViewModel.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
@ -1325,6 +1326,7 @@
|
||||
files = (
|
||||
357FEEAF29523D470021C9DC /* MastodonSDKDynamic in Frameworks */,
|
||||
DBF96326262EC0A6001D8D25 /* AuthenticationServices.framework in Frameworks */,
|
||||
FB91184C2D9EB96E003F410B /* Bodega in Frameworks */,
|
||||
D84FA0932AE6915800987F47 /* MBProgressHUD in Frameworks */,
|
||||
D87364F92AE28DB500C8F919 /* Kanna in Frameworks */,
|
||||
2AAAA34E2B04DE21004C6672 /* VisionKit.framework in Frameworks */,
|
||||
@ -3184,6 +3186,7 @@
|
||||
357FEEAE29523D470021C9DC /* MastodonSDKDynamic */,
|
||||
D87364F82AE28DB500C8F919 /* Kanna */,
|
||||
D84FA0922AE6915800987F47 /* MBProgressHUD */,
|
||||
FB91184B2D9EB96E003F410B /* Bodega */,
|
||||
);
|
||||
productName = Mastodon;
|
||||
productReference = DB427DD225BAA00100D1B89D /* Mastodon.app */;
|
||||
@ -3369,6 +3372,7 @@
|
||||
2AB501192992322500346092 /* XCRemoteSwiftPackageReference "LightChart" */,
|
||||
D87364F72AE28DB500C8F919 /* XCRemoteSwiftPackageReference "Kanna" */,
|
||||
D84FA0912AE6915800987F47 /* XCRemoteSwiftPackageReference "MBProgressHUD" */,
|
||||
FB91184A2D9EB96E003F410B /* XCRemoteSwiftPackageReference "Bodega" */,
|
||||
);
|
||||
productRefGroup = DB427DD325BAA00100D1B89D /* Products */;
|
||||
projectDirPath = "";
|
||||
@ -5451,6 +5455,14 @@
|
||||
minimumVersion = 5.2.7;
|
||||
};
|
||||
};
|
||||
FB91184A2D9EB96E003F410B /* XCRemoteSwiftPackageReference "Bodega" */ = {
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/mergesort/Bodega.git";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 2.1.3;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
/* Begin XCSwiftPackageProductDependency section */
|
||||
@ -5497,6 +5509,11 @@
|
||||
package = D87364F72AE28DB500C8F919 /* XCRemoteSwiftPackageReference "Kanna" */;
|
||||
productName = Kanna;
|
||||
};
|
||||
FB91184B2D9EB96E003F410B /* Bodega */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = FB91184A2D9EB96E003F410B /* XCRemoteSwiftPackageReference "Bodega" */;
|
||||
productName = Bodega;
|
||||
};
|
||||
/* End XCSwiftPackageProductDependency section */
|
||||
};
|
||||
rootObject = DB427DCA25BAA00100D1B89D /* Project object */;
|
||||
|
Loading…
x
Reference in New Issue
Block a user