Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Language #253

Open
wants to merge 257 commits into
base: objc
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
257 commits
Select commit Hold shift + click to select a range
93a9b02
- Added Tests
Aug 19, 2016
bfa9667
Merge branch 'swift' of https://github.com/MatthewYork/DateTools into…
Aug 19, 2016
bfbf670
- Added constants to Constants.swift
Aug 19, 2016
fc259c5
- TimePeriodCollection/Chain inherit from TimePeriodGroup
Aug 19, 2016
3f4c705
- Made start/end date optionals
Aug 19, 2016
231f56c
- Updated constants to be time intervals
Aug 19, 2016
445385b
- Added new lines after marks
Aug 19, 2016
70796e8
- Removed extra equals function
Aug 19, 2016
68ddb4d
- Added functions and documentation for TimePeriodChain/Collection
Aug 19, 2016
4e011c6
- Unified shift method
Aug 19, 2016
ada70f5
- Added time chunks to replace time blocks
Aug 22, 2016
4885313
- Added shift and lengthen by chunk
Aug 22, 2016
83921ec
- Began debugging TimePeriodTests
Aug 22, 2016
9bc31dc
- added a few date building methods
GreysonWright Aug 23, 2016
e565e24
- added string and style format methods
GreysonWright Aug 23, 2016
2415a15
-changed date building methods to initializers -added string extensio…
GreysonWright Aug 23, 2016
f8cf568
- Moved a few things around for code clarity
Aug 23, 2016
e168710
- Formalized TimeChunk class with operators and basic mutation functi…
Aug 23, 2016
4e8edfb
- Added contains to TimePeriod with date and interval params
Aug 24, 2016
9b77ef9
Merge branch 'swift' of https://github.com/MatthewYork/DateTools into…
Aug 24, 2016
1a90af6
- **Error free build**
Aug 24, 2016
1194c1b
- **Error free build**
Aug 24, 2016
5cb948a
- Added prefix overload to support negative time chunks
Aug 24, 2016
87d7a46
- Removed TimeChunk.Size, replaced with an init
Aug 24, 2016
2a6f4ec
- Fixed typo in Constants
Aug 24, 2016
c8b36c5
- Filled out some inits in TimePeriod
Aug 24, 2016
fc6bf6a
- Changed isMoment to a derived variable
Aug 24, 2016
18c076e
- Added "time" and "chunk" derived variables for TimePeriod
Aug 24, 2016
0242500
- Added more functionality to TimePeriod relations
Aug 24, 2016
68d0ba8
- Fixed lengthen return type
Aug 24, 2016
696c2ab
- Fixed operator overloads on TimePeriod
Aug 24, 2016
80f7edd
- Refactored a lot of code
Aug 24, 2016
43952e8
- Added time ago methods. Needs to target bundle by class reference i…
Aug 26, 2016
706e676
- Added further breakdown of date tools methods to extension files
Aug 26, 2016
a793a96
- Added TimePeriodGroupTests back in
Aug 26, 2016
eca7aa3
Merge branch 'swift' of https://github.com/MatthewYork/DateTools into…
Aug 26, 2016
9c19657
- Added TimeInterval+Conversion.swift
Aug 26, 2016
3cb7de5
- Added timeBetween function to Date+DateTools
Aug 26, 2016
ec13486
- Added duration and add to TimeGroup
Aug 26, 2016
515bb68
- Fixed errors in TimePeriodGroupTests
Aug 26, 2016
4110b77
- Added TimeInterval+ConversionTests
Aug 26, 2016
debadb6
- Added TimeChunk Tests
Aug 26, 2016
1c5eb07
- Changed lengthen/shorten to lengthened/shortened
Aug 26, 2016
bc44d3b
- Flipped lengthen/shorten and lengthened/shortened
Aug 26, 2016
3296860
- Finished TimeInterval+ConversionTests
Aug 26, 2016
63bfb2e
- Fixed TimePeriodGroupTests to reflect TimePeriod lengthen/shorten c…
Aug 26, 2016
e01ddee
- Added tests to TimeChunkTests
Aug 26, 2016
cb4ac59
- Added Enums
Aug 26, 2016
86d173e
- Added time period protocol. TimePeriod now implements TimePeriodPro…
Aug 26, 2016
48c57eb
- Typo fix
Aug 26, 2016
05d2a99
Merge branch 'swift' of https://github.com/MatthewYork/DateTools into…
Aug 26, 2016
2e54eaa
- Began conversion to time period protocol
Aug 26, 2016
93adcc4
- Added Extensions group
Aug 26, 2016
f7045ec
Merge branch 'swift' of https://github.com/MatthewYork/DateTools into…
Aug 26, 2016
36c1cd7
- Made beginning and end in TimePeriodGroup internal (with new getters)
Aug 29, 2016
f2dad48
- Added subscript access to time period groups
Aug 29, 2016
8d544da
- Finished TimeChunkTests
Aug 29, 2016
4d0e775
- Fixed enum references after changes in TimePeriod
Aug 29, 2016
85fe9db
Merge branch 'swift' of https://github.com/MatthewYork/DateTools into…
Aug 29, 2016
fadd9ea
- moved date tools comparison functions and operators to the appropri…
GreysonWright Aug 29, 2016
a0fe0af
- developed out component methods
GreysonWright Aug 29, 2016
8f6fdbf
- Added blank extension test classes
Aug 29, 2016
201462e
- Fixed TimePeriodProtocol Relation functions
Aug 29, 2016
e412e3e
- Changed file name for TimeIntervalTests
Aug 31, 2016
e501616
- Removed extraneous operator overloads on Date extension
Aug 31, 2016
743361c
- Added default sort and sorted
Aug 31, 2016
f414eed
- Fixed TimePeriod Group sort logic
Aug 31, 2016
5399374
- TimePeriod Chain Tests preliminary scaffold
Aug 31, 2016
d2b072e
swift3 access modifiers, updated podspec
esetnik Sep 4, 2016
a17a15e
- Stubbed out functions for TimePeriodChain
Sep 9, 2016
a5236a7
- Init TimePeriod with TimeChunk only
Sep 9, 2016
68cab82
- Moved append overrides to Collection from Group
Sep 9, 2016
6128d3f
- Stubbed out TimePeriodChainTest
Sep 9, 2016
1cbe43a
- Code cleanup
Sep 12, 2016
8ce7eca
- Added stubs for adding/subtracting TimeIntervals from Dates
Sep 12, 2016
f26da7e
- IntegerExtensionTests written
Sep 12, 2016
4c0df78
- StringExtensionTest written
Sep 12, 2016
a301cd7
- Started stubbing DateTimeAgoTests
Sep 12, 2016
e0464c4
- Code cleanup
Sep 12, 2016
e050d1e
- Added insert function to TimePeriodChain
Sep 12, 2016
f4d9f70
- Wrote tests for DateTime+TimeAgo
Sep 12, 2016
56e0c76
- Wrote tests for TimePeriodChain
Sep 12, 2016
3fe6ba1
- Fixed isTomorrow and isYesterday functions
Sep 16, 2016
f4f985d
- Add and subtract TimeChunks from Dates
Sep 16, 2016
cc40601
- Removed custom TimeInterval addition/subtraction methods
Sep 16, 2016
394fc7e
- Small renames for lib consistency
Sep 16, 2016
92b494c
- Implemented append/insert/remove in TimePeriodChain
Sep 16, 2016
20cf29a
- Writing chunkBetween function
Sep 16, 2016
97263a9
Merge branch 'swift' of https://github.com/MatthewYork/DateTools into…
Sep 16, 2016
1d05bef
- Finished chunkBetween method
Sep 16, 2016
bf209d2
- Implemented time chain equality
Sep 16, 2016
59c2352
- Updated tests to reflect name changes
Sep 16, 2016
de3f1e4
- Updated test to reflect name changes
Sep 16, 2016
42134b3
- testing changes to Date+Comparators
Sep 16, 2016
d8e74ec
Merge branch 'swift' of https://github.com/MatthewYork/DateTools into…
Sep 16, 2016
31e7e29
- Changed Date+Comparators back to correct logic.
Sep 16, 2016
ffff115
- Fixed error in Date+Comparators
Sep 16, 2016
3baa87c
- Streamlined TP group equality
Sep 16, 2016
36ee1de
Merge branch 'pr/162' into swift
Sep 21, 2016
499a75d
- Implemented another init in time period
Sep 21, 2016
347e4f4
- Removed unnecessary string extension class
Sep 21, 2016
d58878c
- Lots of renaming for unification
Sep 21, 2016
a1f6422
- Updated tests to comply with new method names and parameters
Sep 21, 2016
9a2921f
- Added first two Date Init tests
Sep 21, 2016
ecfa759
- Began setup for date components tests
Sep 21, 2016
0cb036b
- Fixed date format from style method
Sep 21, 2016
6cce9e4
- Finished Init tests
Sep 21, 2016
adfa791
- Finished Format tests
Sep 21, 2016
fa89384
- Code cleanup in tests
Sep 21, 2016
3e77663
- Fixed Date+Components, removed unnecessary parameters
Sep 23, 2016
2fdb189
- Finished Components Tests
Sep 23, 2016
6091d41
- Changed TimeAgo DateToolLocalizedString method to private
Sep 23, 2016
76ad308
- Finished TimeAgo Tests
Sep 23, 2016
0c1795d
- Fixed logical errors in chunkBetween method
Sep 28, 2016
4a670a4
- Renamed greater and less
Sep 28, 2016
272bcb1
- Fixed bug in chunkBetween from method name change
Sep 28, 2016
b460f5c
- Moved manipulation methods in Comparators to new Manipulations file
Sep 28, 2016
90a4e1a
Added Package.swift for Swift PM. Moved Date+Manipulations.swift to D…
UberJason Sep 30, 2016
5b1491a
- Added end of extension function
Sep 30, 2016
3757197
- Added DateManipulationsExtensionTests
Sep 30, 2016
9fbace3
- Fixed bug in Date+Manipulations start of method
Sep 30, 2016
fbb5b0a
- Finished tests for Date+Manipulations
Sep 30, 2016
e73a1b7
- Added many comparators that we forgot to bring over
Sep 30, 2016
350002d
- Added shifted methods in TimePeriod class
Sep 30, 2016
3bdc787
- Continued implementation and testing of time period class
Oct 1, 2016
67a47a6
- Updated one more test
Oct 1, 2016
b9feaf0
- Continued building tests
Oct 2, 2016
7832dfb
- Made start of / end of non-mutating
Oct 2, 2016
caf6409
- Fixed time chunk subtraction to not destroy millisecond precision
Oct 3, 2016
b9462c4
- Removed comments from Date+Manipulations
Oct 3, 2016
6604aa2
- Formatting and comment changes
Oct 3, 2016
ead61ce
Updates to handle differences in Foundation on Linux.
Oct 3, 2016
97285d4
- Passed all TimePeriod tests
Oct 3, 2016
913485d
- Fixed Contants.SecondsInYear to have correct value
Oct 3, 2016
14cad47
Merge branch 'pr/172' into swift
Oct 3, 2016
e5f0013
- Fixed include to test project with newly moved manipulations file
Oct 3, 2016
254d128
Fix TimePeriod.swift to be compatible with Linux (where DBL_MAX is no…
Oct 3, 2016
d3fbedf
- Removed unused TimeInterval extension
Oct 3, 2016
ecec0ac
- Made TimePeriod init with 2 dates allow optionals
Oct 3, 2016
9608169
- TimePeriodChain append TimePeriod calculates new TimePeriod from se…
Oct 3, 2016
6deab05
- Fixed logic in updateExtremes
Oct 3, 2016
a84dbb6
- TimePeriodGroup duration is now optional
Oct 3, 2016
c9c23bf
- Specified TimeZone in tests
Oct 3, 2016
0448ad9
- Tweaked TimePeriodGroupTests
Oct 3, 2016
f067ef9
Merge pull request #174 from UberJason/swift
MatthewYork Oct 4, 2016
a9dda6e
- Updated podspec
MatthewYork Oct 4, 2016
e319839
- Added equals operator to TimePeriod
Oct 5, 2016
5468ada
- Finished Collections tests
Oct 5, 2016
a8beb86
- Unified a few method parameters
MatthewYork Oct 5, 2016
a123043
- Fixed TimePeriod mutation methods using chunks from center anchor
Oct 5, 2016
499c709
- Implemented more tests
MatthewYork Oct 5, 2016
342b529
- Updated boolean returning functions to have is/has prefixes
MatthewYork Oct 6, 2016
fcfc8b6
- Added missing comparators tests
MatthewYork Oct 6, 2016
07acd64
- Updated naming
MatthewYork Oct 6, 2016
b2b56bc
- Added to method stub for TimeChunk and failing test
MatthewYork Oct 6, 2016
4e62e1f
- Added ago and until methods for date generation
MatthewYork Oct 6, 2016
19a4790
- More time chunk methods and failing tests
MatthewYork Oct 6, 2016
3ccd59e
- Added TimeChunk conversion tests
Oct 7, 2016
de559b9
- Improved month check for TimeChunk conversion
Oct 7, 2016
98bfce0
- Added isSameDay and daysInMonth methods
MatthewYork Oct 7, 2016
7d4c30a
- Continued comparator test implementations
MatthewYork Oct 7, 2016
337e800
- Removed some tests that didn't make sense
MatthewYork Oct 7, 2016
d3461b4
- More comparator tests
MatthewYork Oct 7, 2016
2e45d8e
- More comparator test implementation
MatthewYork Oct 7, 2016
285fccd
- Finished comparator tests
MatthewYork Oct 7, 2016
d2b1a8b
- Wrote TimeChunk conversions
Oct 7, 2016
8e36dc5
Merge branch 'swift' of https://github.com/MatthewYork/DateTools into…
Oct 7, 2016
5e68680
- Tested complex TimeChunk conversion
Oct 7, 2016
77762ee
- Updated method names for consistency
MatthewYork Oct 7, 2016
36e7427
- Documentation fixes
Oct 7, 2016
476cdc5
Merge branch 'swift' of https://github.com/MatthewYork/DateTools into…
Oct 7, 2016
64244f6
- Updated comparator method signatures
MatthewYork Oct 7, 2016
911a5fa
- Updated TimePeriod method signatures for consistency
MatthewYork Oct 7, 2016
2929e22
- Updated method signatures for time period groups/collections/chains
MatthewYork Oct 7, 2016
d28781a
- TimeChunk method cleanup
Oct 7, 2016
07659e6
- Changed 'Ago' and 'Until' convenience methods to variables
Oct 7, 2016
fe3f292
- Implemented time chunk earlier/later than functions with tests
MatthewYork Oct 7, 2016
25a639f
- Documentation
Oct 7, 2016
3720b89
- Added a test to Components tests
Oct 7, 2016
bc76d50
Merge branch 'swift' of https://github.com/MatthewYork/DateTools into…
Oct 7, 2016
6da857b
- Date+Comparators and Date+Components are totally documented
Oct 7, 2016
292827d
- Shortened ChunkBetween to use apple core libs
MatthewYork Oct 7, 2016
20fc631
- Implemented more (final?) TimePeriodChain functionality w/ tests
MatthewYork Oct 10, 2016
1a3150d
- Fixed TimePeriodGroup split method tests
Oct 10, 2016
91f789d
- Documented Date+Format
Oct 10, 2016
d1c9dba
- Documented Date+Inits
Oct 10, 2016
206a2cd
- Documented Date+Manipulations
Oct 10, 2016
cbd3794
- Documented Date+TimeAgo
Oct 10, 2016
738e325
- Removed unused Errors.swift
Oct 10, 2016
0207381
- Updated podspec
MatthewYork Oct 10, 2016
899233c
- Documented TimeChunk
Oct 10, 2016
a409f4d
- Documented TimePeriod
Oct 10, 2016
7040947
fixed typo and updated pod file to pass pod spec lint
Oct 10, 2016
ae953f7
Merge pull request #177 from aporat/swift
MatthewYork Oct 11, 2016
17c4180
- Documentation
Oct 12, 2016
975ada6
- Added some time period chain comments
MatthewYork Oct 12, 2016
b3160f1
fixed localized strings issue
Oct 20, 2016
56a3aa2
Merge remote-tracking branch 'upstream/swift' into swift
Oct 20, 2016
160e296
Merge pull request #180 from aporat/swift
MatthewYork Oct 21, 2016
2543115
- Fixed file placement issue
Oct 21, 2016
0e1b68f
- Started DateToolsExample for swift
Oct 21, 2016
54c5694
- Added reference to Date+Bundle to Tests project
Oct 21, 2016
c15c043
- Made initializers for TimeChunk public
Oct 26, 2016
8581845
- Extensions example complete
Oct 26, 2016
d00beb0
- Removed landscape from example app.
Oct 26, 2016
4d45efb
- All inits set to public
Oct 26, 2016
9fbc095
- Started TimePeriods example
Oct 26, 2016
e9507a4
- Finished Examples
Nov 2, 2016
56ecf61
- Fixed documentation for Date+Comparators
Nov 2, 2016
af862a3
- Docs for comparators and components fixed
Nov 2, 2016
a92a16c
- Added documentation for TimeChunk, TimePeriod, and TimePeriodCollec…
MatthewYork Nov 2, 2016
af29d9c
- Documentation fixes
Nov 2, 2016
7190d93
- Added jazzy documentation generation script
Nov 2, 2016
b763d05
- Updated access modifiers for methods and properties
MatthewYork Jan 9, 2017
c36311e
- Moved files in preparation for parallel release of obj-c and swift …
MatthewYork Feb 3, 2017
e99f79b
Merge branch 'swift'
MatthewYork Feb 3, 2017
d2ff439
- fixed podspec
MatthewYork Feb 3, 2017
34e48a8
Update README.md
MatthewYork Feb 4, 2017
a3a021d
Update README.md
MatthewYork Feb 4, 2017
d666312
Update README.md
MatthewYork Feb 4, 2017
260f42e
Update DateToolsSwift.podspec
romainbiard Feb 16, 2017
4078063
Merge pull request #196 from romainbiard/tvos-support
MatthewYork Feb 28, 2017
ab7a5c4
spec update
MatthewYork Feb 28, 2017
10ed7a2
Update README.md
MatthewYork Feb 28, 2017
4809b78
Remove optionals from all date format functions
harysutanto Mar 2, 2017
9d0d6c0
Update Package.swift to support DateToolsSwift again
Mar 2, 2017
d6356d9
Merge pull request #201 from UberJason/master
MatthewYork Mar 4, 2017
6a04846
Merge pull request #200 from harysutanto/master
MatthewYork Mar 4, 2017
5316abd
- spec update
MatthewYork Mar 4, 2017
471cbaf
Fix for Linux: casting String to NSString fails on Ubuntu, so initial…
Mar 8, 2017
394902d
Add public initializer to TimePeriodGroup
rmannion Mar 12, 2017
d985a79
Merge pull request #203 from rmannion/master
MatthewYork Mar 13, 2017
7d89203
Merge pull request #202 from UberJason/master
MatthewYork Mar 13, 2017
b8c62b2
- updated pod spec version and removed v prefix to source tag
MatthewYork Mar 13, 2017
f64edc0
- moved objc spec back to normal
MatthewYork Mar 13, 2017
d6dd468
Fix deprecation warning after upgrading to Swift 3.1
albinekcom Mar 28, 2017
de5b05f
Update README.md
MatthewYork Dec 16, 2017
3e76c39
Update README.md
MatthewYork Dec 16, 2017
509dbb3
Update README.md
arielelkin Mar 9, 2018
167f410
Added "1 hour ago" translation in Spanish
jlubeck Mar 27, 2018
add582f
Added "1 hour ago" translation in Spanish (Swift)
jlubeck Mar 27, 2018
403e159
map to TimePeriodGroup split to AnySequence for Swift 4.1 [hartbit]
markedwardmurray Mar 29, 2018
d7dfbe6
Merge pull request #255 from markedwardmurray/master
MatthewYork Mar 30, 2018
d9f9a79
Merge pull request #208 from albinekcom/patch-2
MatthewYork Mar 30, 2018
04daad2
- swift podspec bump
MatthewYork Mar 30, 2018
185d979
Merge pull request #254 from jlubeck/master
MatthewYork Mar 30, 2018
76ba8ba
Merge pull request #252 from arielelkin/patch-1
MatthewYork Mar 30, 2018
83342e0
- migrated DateToolsSwift test project to Swift 5
MatthewYork Jan 31, 2020
eae3fdb
Updated SPM support.
lancy-mega Apr 6, 2022
5550567
Merge pull request #308 from meganz/master
MatthewYork Aug 21, 2024
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ DerivedData
.idea/
*.hmap
*.xccheckout
.build/

#CocoaPods
Pods
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5.0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: objective-c
language: swift

before_script:
- gem install xcpretty
Expand Down
6 changes: 3 additions & 3 deletions DateTools.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DateTools'
s.version = '1.7.0'
s.version = '2.0.0'
s.summary = 'Dates and time made easy in Objective-C'
s.homepage = 'https://github.com/MatthewYork/DateTools'

Expand All @@ -16,6 +16,6 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.source_files = 'DateTools'
s.resources = 'DateTools/DateTools.bundle'
s.source_files = 'DateTools/DateTools'
s.resources = 'DateTools/DateTools/DateTools.bundle'
end
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 number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
/* No comment provided by engineer. */
"1 day ago" = "Hace un día";

/* No comment provided by engineer. */
"1 hour ago" = "Hace 1 hora";

/* No comment provided by engineer. */
"This morning" = "Esta mañana";

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,17 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#ifndef DateToolsLocalizedStrings

#ifdef SPM
#define DateToolsLocalizedStrings(key) \
NSLocalizedStringFromTableInBundle(key, @"DateTools", [NSBundle bundleWithPath:[[SWIFTPM_MODULE_BUNDLE resourcePath] stringByAppendingPathComponent:@"DateTools.bundle"]], nil)
#else
#define DateToolsLocalizedStrings(key) \
NSLocalizedStringFromTableInBundle(key, @"DateTools", [NSBundle bundleWithPath:[[[NSBundle bundleForClass:[DTError class]] resourcePath] stringByAppendingPathComponent:@"DateTools.bundle"]], nil)
#endif

#endif

#import <Foundation/Foundation.h>
#import "DTConstants.h"

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// DateTools macOS.h
// DateTools macOS
//
// Created by Tom Baranes on 22/09/2016.
//
//

#import <Cocoa/Cocoa.h>

//! Project version number for DateTools macOS.
FOUNDATION_EXPORT double DateTools_macOSVersionNumber;

//! Project version string for DateTools macOS.
FOUNDATION_EXPORT const unsigned char DateTools_macOSVersionString[];

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


24 changes: 24 additions & 0 deletions DateTools/Examples/DateToolsExample/DateTools 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>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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E2A14E5A1D94155D00645D6B"
BuildableName = "DateTools.framework"
BlueprintName = "DateTools macOS"
ReferencedContainer = "container:DateToolsExample.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E2A14E5A1D94155D00645D6B"
BuildableName = "DateTools.framework"
BlueprintName = "DateTools macOS"
ReferencedContainer = "container:DateToolsExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E2A14E5A1D94155D00645D6B"
BuildableName = "DateTools.framework"
BlueprintName = "DateTools macOS"
ReferencedContainer = "container:DateToolsExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "908837C81B637C240063096B"
<<<<<<< HEAD:Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
BuildableName = "DateTools iOS.framework"
=======
BuildableName = "DateTools.framework"
>>>>>>> swift:DateTools/Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
BlueprintName = "DateTools iOS"
ReferencedContainer = "container:DateToolsExample.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -57,7 +61,11 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "908837C81B637C240063096B"
<<<<<<< HEAD:Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
BuildableName = "DateTools iOS.framework"
=======
BuildableName = "DateTools.framework"
>>>>>>> swift:DateTools/Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
BlueprintName = "DateTools iOS"
ReferencedContainer = "container:DateToolsExample.xcodeproj">
</BuildableReference>
Expand All @@ -79,7 +87,11 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "908837C81B637C240063096B"
<<<<<<< HEAD:Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
BuildableName = "DateTools iOS.framework"
=======
BuildableName = "DateTools.framework"
>>>>>>> swift:DateTools/Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
BlueprintName = "DateTools iOS"
ReferencedContainer = "container:DateToolsExample.xcodeproj">
</BuildableReference>
Expand All @@ -97,7 +109,11 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "908837C81B637C240063096B"
<<<<<<< HEAD:Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
BuildableName = "DateTools iOS.framework"
=======
BuildableName = "DateTools.framework"
>>>>>>> swift:DateTools/Examples/DateToolsExample/DateToolsExample.xcodeproj/xcshareddata/xcschemes/DateTools.xcscheme
BlueprintName = "DateTools iOS"
ReferencedContainer = "container:DateToolsExample.xcodeproj">
</BuildableReference>
Expand Down
Loading