Skip to content

Commit b27d6d6

Browse files
committed
Added dependency on TTProgressHUD
1 parent 1a97a4c commit b27d6d6

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

Source/TriangleDraw.xcodeproj/project.pbxproj

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
42B5308912EC49390070D150 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 42B5308812EC49390070D150 /* CFNetwork.framework */; };
116116
42B5308D12EC494A0070D150 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 42B5308C12EC494A0070D150 /* SystemConfiguration.framework */; };
117117
42B686F723E3774000969839 /* VerboseInfoProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42B686F623E3774000969839 /* VerboseInfoProvider.swift */; };
118+
42B74E0C29703E5E00905A48 /* TTProgressHUD in Frameworks */ = {isa = PBXBuildFile; productRef = 42B74E0B29703E5E00905A48 /* TTProgressHUD */; };
118119
42BB9664296F2E210049FA66 /* HCMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42BB9663296F2E210049FA66 /* HCMenuView.swift */; };
119120
42BB9666296F2EA70049FA66 /* HCMenuViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42BB9665296F2EA70049FA66 /* HCMenuViewModel.swift */; };
120121
42C6B6EC21A74781004E7F58 /* HCZoomToFit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42C6B6EB21A74781004E7F58 /* HCZoomToFit.swift */; };
@@ -670,6 +671,7 @@
670671
28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
671672
4278E58E129C3CDB00CA8A15 /* CoreGraphics.framework in Frameworks */,
672673
42FC77EE12AC1EF1008D213C /* MessageUI.framework in Frameworks */,
674+
42B74E0C29703E5E00905A48 /* TTProgressHUD in Frameworks */,
673675
42B5308912EC49390070D150 /* CFNetwork.framework in Frameworks */,
674676
42B5308D12EC494A0070D150 /* SystemConfiguration.framework in Frameworks */,
675677
42F0C2E622DA707C003F015B /* libTriangleDrawLibrary.a in Frameworks */,
@@ -1375,6 +1377,9 @@
13751377
42F0C2E422DA6F20003F015B /* PBXTargetDependency */,
13761378
);
13771379
name = TriangleDrawMain;
1380+
packageProductDependencies = (
1381+
42B74E0B29703E5E00905A48 /* TTProgressHUD */,
1382+
);
13781383
productName = Draw1;
13791384
productReference = 1D6058910D05DD3D006BFB54 /* TriangleDrawMain.app */;
13801385
productType = "com.apple.product-type.application";
@@ -1540,6 +1545,9 @@
15401545
Base,
15411546
);
15421547
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
1548+
packageReferences = (
1549+
42B74E0A29703E5E00905A48 /* XCRemoteSwiftPackageReference "TTProgressHUD" */,
1550+
);
15431551
productRefGroup = 19C28FACFE9D520D11CA2CBB /* Products */;
15441552
projectDirPath = "";
15451553
projectRoot = "";
@@ -2683,6 +2691,25 @@
26832691
defaultConfigurationName = Release;
26842692
};
26852693
/* End XCConfigurationList section */
2694+
2695+
/* Begin XCRemoteSwiftPackageReference section */
2696+
42B74E0A29703E5E00905A48 /* XCRemoteSwiftPackageReference "TTProgressHUD" */ = {
2697+
isa = XCRemoteSwiftPackageReference;
2698+
repositoryURL = "https://github.com/honkmaster/TTProgressHUD";
2699+
requirement = {
2700+
kind = upToNextMajorVersion;
2701+
minimumVersion = 0.0.5;
2702+
};
2703+
};
2704+
/* End XCRemoteSwiftPackageReference section */
2705+
2706+
/* Begin XCSwiftPackageProductDependency section */
2707+
42B74E0B29703E5E00905A48 /* TTProgressHUD */ = {
2708+
isa = XCSwiftPackageProductDependency;
2709+
package = 42B74E0A29703E5E00905A48 /* XCRemoteSwiftPackageReference "TTProgressHUD" */;
2710+
productName = TTProgressHUD;
2711+
};
2712+
/* End XCSwiftPackageProductDependency section */
26862713
};
26872714
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
26882715
}

Source/TriangleDraw.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)