Skip to content

Commit

Permalink
Create Thomas playground app (#2370)
Browse files Browse the repository at this point in the history
* 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
khmMouna and rlepinski authored Oct 22, 2021
1 parent e86cf29 commit 50c5836
Show file tree
Hide file tree
Showing 18 changed files with 1,324 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Airship.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Airship.xcworkspace/xcshareddata/swiftpm/Package.resolved
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
}
16 changes: 16 additions & 0 deletions Thomas/AirshipConfig.plist.sample
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>
Loading

0 comments on commit 50c5836

Please sign in to comment.