Skip to content
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
851 changes: 851 additions & 0 deletions DateToolsSwift/DateToolsSwift.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -14,10 +14,10 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E2A14E5A1D94155D00645D6B"
BuildableName = "DateTools macOS.framework"
BlueprintName = "DateTools macOS"
ReferencedContainer = "container:DateToolsExample.xcodeproj">
BlueprintIdentifier = "8251C8042203183200E285B4"
BuildableName = "DateTools.framework"
BlueprintName = "DateToolsSwift iOS"
ReferencedContainer = "container:DateToolsSwift.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -28,7 +28,26 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8251C80D2203183300E285B4"
BuildableName = "DateToolsSwift iOS Tests.xctest"
BlueprintName = "DateToolsSwift iOS Tests"
ReferencedContainer = "container:DateToolsSwift.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8251C8042203183200E285B4"
BuildableName = "DateTools.framework"
BlueprintName = "DateToolsSwift iOS"
ReferencedContainer = "container:DateToolsSwift.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
Expand All @@ -45,10 +64,10 @@
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E2A14E5A1D94155D00645D6B"
BuildableName = "DateTools macOS.framework"
BlueprintName = "DateTools macOS"
ReferencedContainer = "container:DateToolsExample.xcodeproj">
BlueprintIdentifier = "8251C8042203183200E285B4"
BuildableName = "DateTools.framework"
BlueprintName = "DateToolsSwift iOS"
ReferencedContainer = "container:DateToolsSwift.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
Expand All @@ -63,10 +82,10 @@
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E2A14E5A1D94155D00645D6B"
BuildableName = "DateTools macOS.framework"
BlueprintName = "DateTools macOS"
ReferencedContainer = "container:DateToolsExample.xcodeproj">
BlueprintIdentifier = "8251C8042203183200E285B4"
BuildableName = "DateTools.framework"
BlueprintName = "DateToolsSwift iOS"
ReferencedContainer = "container:DateToolsSwift.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
19 changes: 19 additions & 0 deletions DateToolsSwift/SupportingFiles/DateToolsSwift.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// DateToolsSwift.h
// DateToolsSwift
//
// Created by Cihat Gündüz on 31.01.19.
// Copyright © 2019 Matt York. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for DateToolsSwift.
FOUNDATION_EXPORT double DateToolsSwiftVersionNumber;

//! Project version string for DateToolsSwift.
FOUNDATION_EXPORT const unsigned char DateToolsSwiftVersionString[];

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


Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand All @@ -18,7 +18,5 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
19 changes: 0 additions & 19 deletions Examples/DateToolsExample/DateTools macOS/DateTools macOS.h

This file was deleted.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ Objective-C (Legacy)

<code>pod 'DateTools'</code>

**Carthage**

Add this line to your Cartfile:

```
github "MatthewYork/DateTools" ~> 4.0
```

**Manual Installation**

All the classes required for DateTools are located in the DateTools folder in the root of this repository. They are listed below:
Expand Down