Skip to content

Commit e99f79b

Browse files
committed
Merge branch 'swift'
# Conflicts: # DateTools.podspec # DateTools/Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
2 parents 31efdb2 + c36311e commit e99f79b

File tree

224 files changed

+12068
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+12068
-49
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ DerivedData
1616
.idea/
1717
*.hmap
1818
*.xccheckout
19+
.build/
1920

2021
#CocoaPods
2122
Pods

.swift-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
language: objective-c
1+
language: swift
22

33
before_script:
44
- gem install xcpretty
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// DateTools macOS.h
3+
// DateTools macOS
4+
//
5+
// Created by Tom Baranes on 22/09/2016.
6+
//
7+
//
8+
9+
#import <Cocoa/Cocoa.h>
10+
11+
//! Project version number for DateTools macOS.
12+
FOUNDATION_EXPORT double DateTools_macOSVersionNumber;
13+
14+
//! Project version string for DateTools macOS.
15+
FOUNDATION_EXPORT const unsigned char DateTools_macOSVersionString[];
16+
17+
// In this header, you should import all the public headers of your framework using statements like #import <DateTools_macOS/PublicHeader.h>
18+
19+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>1.0</string>
19+
<key>CFBundleVersion</key>
20+
<string>$(CURRENT_PROJECT_VERSION)</string>
21+
<key>NSPrincipalClass</key>
22+
<string></string>
23+
</dict>
24+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0800"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "E2A14E5A1D94155D00645D6B"
18+
BuildableName = "DateTools.framework"
19+
BlueprintName = "DateTools macOS"
20+
ReferencedContainer = "container:DateToolsExample.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<AdditionalOptions>
33+
</AdditionalOptions>
34+
</TestAction>
35+
<LaunchAction
36+
buildConfiguration = "Debug"
37+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
38+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
39+
launchStyle = "0"
40+
useCustomWorkingDirectory = "NO"
41+
ignoresPersistentStateOnLaunch = "NO"
42+
debugDocumentVersioning = "YES"
43+
debugServiceExtension = "internal"
44+
allowLocationSimulation = "YES">
45+
<MacroExpansion>
46+
<BuildableReference
47+
BuildableIdentifier = "primary"
48+
BlueprintIdentifier = "E2A14E5A1D94155D00645D6B"
49+
BuildableName = "DateTools.framework"
50+
BlueprintName = "DateTools macOS"
51+
ReferencedContainer = "container:DateToolsExample.xcodeproj">
52+
</BuildableReference>
53+
</MacroExpansion>
54+
<AdditionalOptions>
55+
</AdditionalOptions>
56+
</LaunchAction>
57+
<ProfileAction
58+
buildConfiguration = "Release"
59+
shouldUseLaunchSchemeArgsEnv = "YES"
60+
savedToolIdentifier = ""
61+
useCustomWorkingDirectory = "NO"
62+
debugDocumentVersioning = "YES">
63+
<MacroExpansion>
64+
<BuildableReference
65+
BuildableIdentifier = "primary"
66+
BlueprintIdentifier = "E2A14E5A1D94155D00645D6B"
67+
BuildableName = "DateTools.framework"
68+
BlueprintName = "DateTools macOS"
69+
ReferencedContainer = "container:DateToolsExample.xcodeproj">
70+
</BuildableReference>
71+
</MacroExpansion>
72+
</ProfileAction>
73+
<AnalyzeAction
74+
buildConfiguration = "Debug">
75+
</AnalyzeAction>
76+
<ArchiveAction
77+
buildConfiguration = "Release"
78+
revealArchiveInOrganizer = "YES">
79+
</ArchiveAction>
80+
</Scheme>

Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme DateTools/Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme

+16
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "908837C81B637C240063096B"
18+
<<<<<<< HEAD:Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
1819
BuildableName = "DateTools iOS.framework"
20+
=======
21+
BuildableName = "DateTools.framework"
22+
>>>>>>> swift:DateTools/Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
1923
BlueprintName = "DateTools iOS"
2024
ReferencedContainer = "container:DateToolsExample.xcodeproj">
2125
</BuildableReference>
@@ -57,7 +61,11 @@
5761
<BuildableReference
5862
BuildableIdentifier = "primary"
5963
BlueprintIdentifier = "908837C81B637C240063096B"
64+
<<<<<<< HEAD:Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
6065
BuildableName = "DateTools iOS.framework"
66+
=======
67+
BuildableName = "DateTools.framework"
68+
>>>>>>> swift:DateTools/Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
6169
BlueprintName = "DateTools iOS"
6270
ReferencedContainer = "container:DateToolsExample.xcodeproj">
6371
</BuildableReference>
@@ -79,7 +87,11 @@
7987
<BuildableReference
8088
BuildableIdentifier = "primary"
8189
BlueprintIdentifier = "908837C81B637C240063096B"
90+
<<<<<<< HEAD:Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
8291
BuildableName = "DateTools iOS.framework"
92+
=======
93+
BuildableName = "DateTools.framework"
94+
>>>>>>> swift:DateTools/Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
8395
BlueprintName = "DateTools iOS"
8496
ReferencedContainer = "container:DateToolsExample.xcodeproj">
8597
</BuildableReference>
@@ -97,7 +109,11 @@
97109
<BuildableReference
98110
BuildableIdentifier = "primary"
99111
BlueprintIdentifier = "908837C81B637C240063096B"
112+
<<<<<<< HEAD:Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
100113
BuildableName = "DateTools iOS.framework"
114+
=======
115+
BuildableName = "DateTools.framework"
116+
>>>>>>> swift:DateTools/Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
101117
BlueprintName = "DateTools iOS"
102118
ReferencedContainer = "container:DateToolsExample.xcodeproj">
103119
</BuildableReference>

0 commit comments

Comments
 (0)