Skip to content

Commit

Permalink
add Cartfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mfessenden committed Jan 12, 2021
1 parent c91f3ad commit 4a1fdd0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: swift
osx_image: xcode11
osx_image: xcode12
xcode_project: SKTiled.xcodeproj
xcode_scheme:
- SKTiled-iOS
Expand Down
6 changes: 6 additions & 0 deletions Cartfile.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SKTiled:
project: SKTiled.xcodeproj
sdks:
- appletvos
- iphoneos
- macosx
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Docs/Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

![Isometric Preview](images/iso-start@2x.png)

For **v1.3 beta** documentation, click [here][sktiled-130-docs-url].

<!-- SKTiled URLs -->

Expand Down
4 changes: 2 additions & 2 deletions Docs/Themes/sktiled/templates/header.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
</p>
{{/github_url}}

{{#dash_url}}
<!-- {{#dash_url}}
<p class='header-col header-col--secondary'>
<a class='header-link' href='{{dash_url}}'>
<img class='header-icon' src='{{path_to_root}}img/dash.png'/>
Install in Dash
</a>
</p>
{{/dash_url}}
{{/dash_url}} -->
</header>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
![Demo Image](Docs/images/demo-iphone.png?raw=true)


Check out the [**Official Documentation**][sktiled-12-doc-url].
Check out the [**Official Documentation**][sktiled-12-doc-url].

## Features

Expand Down

0 comments on commit 4a1fdd0

Please sign in to comment.