Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Converted to Swift 4 #3

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added Dimensional/.DS_Store
Binary file not shown.
19 changes: 19 additions & 0 deletions Dimensional/Dimensional-iOS/DimensionaliOS.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// Dimensional-iOS.h
// Dimensional-iOS
//
// Created by John Howell on 12/29/16.
// Copyright © 2016 Jaden Geller. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for Dimensional-iOS.
FOUNDATION_EXPORT double Dimensional_iOSVersionNumber;

//! Project version string for Dimensional-iOS.
FOUNDATION_EXPORT const unsigned char Dimensional_iOSVersionString[];

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


24 changes: 24 additions & 0 deletions Dimensional/Dimensional-iOS/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>en</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>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
Loading