Skip to content

Commit

Permalink
Update to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreffs committed Mar 8, 2019
1 parent c98e724 commit 2772caf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions FirebladeECSDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"OBJ_16",
"OBJ_40"
);
name = "FirebladeECS 0.6.0";
name = "FirebladeECS 0.6.3";
path = "";
sourceTree = "SOURCE_ROOT";
};
Expand Down Expand Up @@ -174,7 +174,7 @@
"OBJ_39"
);
name = "FirebladeECS";
path = ".build/checkouts/ecs.git--4730542787211525524/Sources/FirebladeECS";
path = ".build/checkouts/ecs.git--2957285207004845711/Sources/FirebladeECS";
sourceTree = "SOURCE_ROOT";
};
"OBJ_17" = {
Expand Down Expand Up @@ -376,7 +376,7 @@
isa = "PBXFileReference";
explicitFileType = "sourcecode.swift";
name = "Package.swift";
path = "/Users/treffs/Development/personal/game-dev/fireblade/FirebladeECSDemo/.build/checkouts/ecs.git--4730542787211525524/Package.swift";
path = "/Users/treffs/Development/personal/game-dev/fireblade/FirebladeECSDemo/.build/checkouts/ecs.git--2957285207004845711/Package.swift";
sourceTree = "<group>";
};
"OBJ_41" = {
Expand Down Expand Up @@ -667,7 +667,7 @@
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/.build/checkouts/CSDL2.git--5681173633693762063/Sources/CSDL2"
"$(SRCROOT)/.build/checkouts/CSDL2.git-3294254999122408745/Sources/CSDL2"
);
INFOPLIST_FILE = "FirebladeECSDemo.xcodeproj/FirebladeECSDemo_Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -709,7 +709,7 @@
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/.build/checkouts/CSDL2.git--5681173633693762063/Sources/CSDL2"
"$(SRCROOT)/.build/checkouts/CSDL2.git-3294254999122408745/Sources/CSDL2"
);
INFOPLIST_FILE = "FirebladeECSDemo.xcodeproj/FirebladeECSDemo_Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -786,7 +786,7 @@
"-target",
"x86_64-apple-macosx10.10",
"-sdk",
"/Applications/Xcode-10.2b.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk"
"/Applications/Xcode-10.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk"
);
SWIFT_VERSION = "4.2";
};
Expand All @@ -813,7 +813,7 @@
"-target",
"x86_64-apple-macosx10.10",
"-sdk",
"/Applications/Xcode-10.2b.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk"
"/Applications/Xcode-10.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk"
);
SWIFT_VERSION = "4.2";
};
Expand Down Expand Up @@ -850,7 +850,7 @@
"-target",
"x86_64-apple-macosx10.10",
"-sdk",
"/Applications/Xcode-10.2b.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk"
"/Applications/Xcode-10.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk"
);
SWIFT_VERSION = "4.2";
};
Expand All @@ -868,7 +868,7 @@
"-target",
"x86_64-apple-macosx10.10",
"-sdk",
"/Applications/Xcode-10.2b.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk"
"/Applications/Xcode-10.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk"
);
SWIFT_VERSION = "4.2";
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
LastUpgradeVersion = "1020"
version = "2.0">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
{
"package": "FirebladeECS",
"repositoryURL": "https://github.com/fireblade-engine/ecs.git",
"repositoryURL": "https://gitlab.com/fireblade/ecs.git",
"state": {
"branch": null,
"revision": "7f0611e6faed4077f2018f9562d67798103db30c",
"version": "0.6.0"
"revision": "85c7e2296bdb33e47cb021cec63201833306b4d2",
"version": "0.6.3"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/ctreffs/CSDL2.git", from: "1.0.0"),
.package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.6.0")
.package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.6.3")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 2772caf

Please sign in to comment.