Skip to content

Commit

Permalink
Update ECS to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreffs committed Jul 16, 2020
1 parent 7beb236 commit 994804f
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 188 deletions.
352 changes: 179 additions & 173 deletions FirebladeECSDemo.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1150"
LastUpgradeVersion = "1200"
version = "2.0">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -27,15 +27,6 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FirebladeECSDemo::FirebladeECSDemo"
BuildableName = "FirebladeECSDemo"
BlueprintName = "FirebladeECSDemo"
ReferencedContainer = "container:FirebladeECSDemo.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
</Testables>
</TestAction>
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 = "1150"
LastUpgradeVersion = "1200"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
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 = "1150"
LastUpgradeVersion = "1200"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/fireblade-engine/ecs.git",
"state": {
"branch": null,
"revision": "54b6838ed1fcda521ab5b9096aa02acc1e657030",
"version": "0.12.0"
"revision": "797fc7903b5a504c05ab7e5c53e59f78217fb90d",
"version": "0.12.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/ctreffs/SwiftSDL2.git", from: "1.1.0"),
.package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.12.0")
.package(url: "https://github.com/fireblade-engine/ecs.git", from: "0.12.1")
],
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 994804f

Please sign in to comment.