-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Thomas playground app (#2370)
* Create Thomas playground app * Update templates layout examples * Fix templates * More layout tweaks * CR: Remove place holder File and app icons Co-authored-by: Ryan Lepinski <[email protected]>
- Loading branch information
Showing
18 changed files
with
1,324 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "Yams", | ||
"repositoryURL": "https://github.com/jpsim/Yams.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "9ff1cc9327586db4e0c8f46f064b6a82ec1566fa", | ||
"version": "4.0.6" | ||
} | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>detectProvisioningMode</key> | ||
<true/> | ||
<key>developmentAppKey</key> | ||
<string>Your Development App Key</string> | ||
<key>developmentAppSecret</key> | ||
<string>Your Development App Secret</string> | ||
<key>productionAppKey</key> | ||
<string>Your Production App Key</string> | ||
<key>productionAppSecret</key> | ||
<string>Your Production App Secret</string> | ||
</dict> | ||
</plist> |
Oops, something went wrong.