Skip to content

Commit

Permalink
Switched to use tagged versions of libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
hantu85 committed Nov 29, 2021
1 parent cbb6221 commit a7f2c00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions SiskinIM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2297,24 +2297,24 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/tigase/tigase-sqlite3.swift.git";
requirement = {
branch = master;
kind = branch;
kind = upToNextMinorVersion;
minimumVersion = 1.0.0;
};
};
FEA518C0266165A100523EF2 /* XCRemoteSwiftPackageReference "tigase-logging.swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/tigase/tigase-logging.swift.git";
requirement = {
branch = master;
kind = branch;
kind = upToNextMinorVersion;
minimumVersion = 1.0.0;
};
};
FEC9B1122440E79D00A484EE /* XCRemoteSwiftPackageReference "tigase-swift-omemo" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/tigase/tigase-swift-omemo/";
requirement = {
branch = master;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 2.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit a7f2c00

Please sign in to comment.