Skip to content

Commit

Permalink
Add packages
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Nov 17, 2024
1 parent e913216 commit f00f20e
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 0 deletions.
71 changes: 71 additions & 0 deletions Pulse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
objectVersion = 77;
objects = {

/* Begin PBXBuildFile section */
AD6515432CE9C73600BCC336 /* Valet in Frameworks */ = {isa = PBXBuildFile; productRef = AD6515422CE9C73600BCC336 /* Valet */; };
AD6515462CE9C75100BCC336 /* MenuBarExtraAccess in Frameworks */ = {isa = PBXBuildFile; productRef = AD6515452CE9C75100BCC336 /* MenuBarExtraAccess */; };
AD6515492CE9C76000BCC336 /* AsyncAlgorithms in Frameworks */ = {isa = PBXBuildFile; productRef = AD6515482CE9C76000BCC336 /* AsyncAlgorithms */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
AD1FD5302CE9BF0100508A20 /* Pulse.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Pulse.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
Expand All @@ -23,6 +29,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
AD6515462CE9C75100BCC336 /* MenuBarExtraAccess in Frameworks */,
AD6515432CE9C73600BCC336 /* Valet in Frameworks */,
AD6515492CE9C76000BCC336 /* AsyncAlgorithms in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -66,6 +75,9 @@
);
name = Pulse;
packageProductDependencies = (
AD6515422CE9C73600BCC336 /* Valet */,
AD6515452CE9C75100BCC336 /* MenuBarExtraAccess */,
AD6515482CE9C76000BCC336 /* AsyncAlgorithms */,
);
productName = Pulse;
productReference = AD1FD5302CE9BF0100508A20 /* Pulse.app */;
Expand Down Expand Up @@ -95,6 +107,12 @@
);
mainGroup = AD1FD5272CE9BF0100508A20;
minimizedProjectReferenceProxies = 1;
packageReferences = (
AD6515402CE9C71D00BCC336 /* XCRemoteSwiftPackageReference "apollo-ios" */,
AD6515412CE9C73600BCC336 /* XCRemoteSwiftPackageReference "Valet" */,
AD6515442CE9C75100BCC336 /* XCRemoteSwiftPackageReference "MenuBarExtraAccess" */,
AD6515472CE9C76000BCC336 /* XCRemoteSwiftPackageReference "swift-async-algorithms" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = AD1FD5312CE9BF0100508A20 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -348,6 +366,59 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
AD6515402CE9C71D00BCC336 /* XCRemoteSwiftPackageReference "apollo-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/apollographql/apollo-ios.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.15.3;
};
};
AD6515412CE9C73600BCC336 /* XCRemoteSwiftPackageReference "Valet" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/square/Valet.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.0.0;
};
};
AD6515442CE9C75100BCC336 /* XCRemoteSwiftPackageReference "MenuBarExtraAccess" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/orchetect/MenuBarExtraAccess";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.1.3;
};
};
AD6515472CE9C76000BCC336 /* XCRemoteSwiftPackageReference "swift-async-algorithms" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/apple/swift-async-algorithms.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.2;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
AD6515422CE9C73600BCC336 /* Valet */ = {
isa = XCSwiftPackageProductDependency;
package = AD6515412CE9C73600BCC336 /* XCRemoteSwiftPackageReference "Valet" */;
productName = Valet;
};
AD6515452CE9C75100BCC336 /* MenuBarExtraAccess */ = {
isa = XCSwiftPackageProductDependency;
package = AD6515442CE9C75100BCC336 /* XCRemoteSwiftPackageReference "MenuBarExtraAccess" */;
productName = MenuBarExtraAccess;
};
AD6515482CE9C76000BCC336 /* AsyncAlgorithms */ = {
isa = XCSwiftPackageProductDependency;
package = AD6515472CE9C76000BCC336 /* XCRemoteSwiftPackageReference "swift-async-algorithms" */;
productName = AsyncAlgorithms;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = AD1FD5282CE9BF0100508A20 /* Project object */;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"originHash" : "1ef2324607fc33980fea45f510b9c836410d6d0eb327122f972437d678dfd78c",
"pins" : [
{
"identity" : "apollo-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apollographql/apollo-ios.git",
"state" : {
"revision" : "c3f48d45ec1300bc95243bf19f67284f9dc0d14a",
"version" : "1.15.3"
}
},
{
"identity" : "menubarextraaccess",
"kind" : "remoteSourceControl",
"location" : "https://github.com/orchetect/MenuBarExtraAccess",
"state" : {
"revision" : "9ff6cbb0ba373527a19832a0791cea4a41ad7a6f",
"version" : "1.1.3"
}
},
{
"identity" : "sqlite.swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/stephencelis/SQLite.swift.git",
"state" : {
"revision" : "a95fc6df17d108bd99210db5e8a9bac90fe984b8",
"version" : "0.15.3"
}
},
{
"identity" : "swift-async-algorithms",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-async-algorithms.git",
"state" : {
"revision" : "5c8bd186f48c16af0775972700626f0b74588278",
"version" : "1.0.2"
}
},
{
"identity" : "swift-collections",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "671108c96644956dddcd89dd59c203dcdb36cec7",
"version" : "1.1.4"
}
},
{
"identity" : "valet",
"kind" : "remoteSourceControl",
"location" : "https://github.com/square/Valet.git",
"state" : {
"revision" : "05c9e514fbd352a6866877ca31326b4e0b7d6d01",
"version" : "5.0.0"
}
}
],
"version" : 3
}

0 comments on commit f00f20e

Please sign in to comment.