Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf81 committed May 31, 2020
0 parents commit 275c204
Show file tree
Hide file tree
Showing 37 changed files with 3,999 additions and 0 deletions.
68 changes: 68 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata

## Finder
.DS_Store

## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md

fastlane/report.xml
fastlane/screenshots

DungeonBuilder.framework.zip
19 changes: 19 additions & 0 deletions Harptos iOS/Harptos.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// Harptos.h
// Harptos
//
// Created by Wolfgang Schreurs on 31/05/2020.
// Copyright © 2020 Wolftrail. All rights reserved.
//

#import <Foundation/Foundation.h>

//! Project version number for Harptos.
FOUNDATION_EXPORT double HarptosVersionNumber;

//! Project version string for Harptos.
FOUNDATION_EXPORT const unsigned char HarptosVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <Harptos/PublicHeader.h>


22 changes: 22 additions & 0 deletions Harptos iOS/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
</plist>
19 changes: 19 additions & 0 deletions Harptos macOS/Harptos.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// Harptos.h
// Harptos
//
// Created by Wolfgang Schreurs on 31/05/2020.
// Copyright © 2020 Wolftrail. All rights reserved.
//

#import <Foundation/Foundation.h>

//! Project version number for Harptos.
FOUNDATION_EXPORT double HarptosVersionNumber;

//! Project version string for Harptos.
FOUNDATION_EXPORT const unsigned char HarptosVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <Harptos/PublicHeader.h>


24 changes: 24 additions & 0 deletions Harptos macOS/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 Wolftrail. All rights reserved.</string>
</dict>
</plist>
19 changes: 19 additions & 0 deletions Harptos tvOS/Harptos.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// Harptos.h
// Harptos
//
// Created by Wolfgang Schreurs on 31/05/2020.
// Copyright © 2020 Wolftrail. All rights reserved.
//

#import <Foundation/Foundation.h>

//! Project version number for Harptos.
FOUNDATION_EXPORT double HarptosVersionNumber;

//! Project version string for Harptos.
FOUNDATION_EXPORT const unsigned char HarptosVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <Harptos/PublicHeader.h>


22 changes: 22 additions & 0 deletions Harptos tvOS/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
</plist>
Loading

0 comments on commit 275c204

Please sign in to comment.