Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.
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
Empty file modified Example/AppDelegate.h
100644 → 100755
Empty file.
Empty file modified Example/AppDelegate.m
100644 → 100755
Empty file.
Empty file modified Example/Default-568h@2x.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Example/RelativeDateDemo-Info.plist
100644 → 100755
Empty file.
Empty file.
Empty file modified Example/RelativeDateDemo_Prefix.pch
100644 → 100755
Empty file.
Empty file modified Example/TesterViewController.h
100644 → 100755
Empty file.
Empty file modified Example/TesterViewController.m
100644 → 100755
Empty file.
Empty file modified Example/ca.lproj/TesterViewController.xib
100644 → 100755
Empty file.
Empty file modified Example/de.lproj/TesterViewController.xib
100644 → 100755
Empty file.
Empty file modified Example/en.lproj/TesterViewController.xib
100644 → 100755
Empty file.
Empty file modified Example/es.lproj/TesterViewController.xib
100644 → 100755
Empty file.
Empty file modified Example/fr.lproj/TesterViewController.xib
100644 → 100755
Empty file.
Empty file modified Example/it.lproj/TesterViewController.xib
100644 → 100755
Empty file.
Empty file modified Example/ja.lproj/TesterViewController.xib
100644 → 100755
Empty file.
Empty file modified Example/main.m
100644 → 100755
Empty file.
Empty file modified Example/nb.lproj/TesterViewController.xib
100644 → 100755
Empty file.
Empty file modified Example/nl.lproj/TesterViewController.xib
100644 → 100755
Empty file.
Empty file modified Example/pt.lproj/TesterViewController.xib
100644 → 100755
Empty file.
Empty file modified Example/zh-Hans.lproj/TesterViewController.xib
100644 → 100755
Empty file.
Empty file modified Example/zh-Hant.lproj/TesterViewController.xib
100644 → 100755
Empty file.
Empty file modified LICENSE.md
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified SORelativeDateTransformer.podspec
100644 → 100755
Empty file.
299 changes: 299 additions & 0 deletions SORelativeDateTransformer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,299 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
E32DE5481B6ABD8E00E6AA46 /* SORelativeDateTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = E32DE5471B6ABD8E00E6AA46 /* SORelativeDateTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; };
E32DE55F1B6ABE3E00E6AA46 /* SORelativeDateTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = E32DE55E1B6ABE3E00E6AA46 /* SORelativeDateTransformer.m */; };
E32DE5611B6ABE4400E6AA46 /* SORelativeDateTransformer.bundle in Resources */ = {isa = PBXBuildFile; fileRef = E32DE5601B6ABE4400E6AA46 /* SORelativeDateTransformer.bundle */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
E32DE5421B6ABD8E00E6AA46 /* SORelativeDateTransformer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SORelativeDateTransformer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E32DE5461B6ABD8E00E6AA46 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E32DE5471B6ABD8E00E6AA46 /* SORelativeDateTransformer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SORelativeDateTransformer.h; sourceTree = "<group>"; };
E32DE55E1B6ABE3E00E6AA46 /* SORelativeDateTransformer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SORelativeDateTransformer.m; sourceTree = "<group>"; };
E32DE5601B6ABE4400E6AA46 /* SORelativeDateTransformer.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = SORelativeDateTransformer.bundle; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
E32DE53E1B6ABD8E00E6AA46 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
E32DE5381B6ABD8E00E6AA46 = {
isa = PBXGroup;
children = (
E32DE5441B6ABD8E00E6AA46 /* SORelativeDateTransformer */,
E32DE5431B6ABD8E00E6AA46 /* Products */,
);
sourceTree = "<group>";
};
E32DE5431B6ABD8E00E6AA46 /* Products */ = {
isa = PBXGroup;
children = (
E32DE5421B6ABD8E00E6AA46 /* SORelativeDateTransformer.framework */,
);
name = Products;
sourceTree = "<group>";
};
E32DE5441B6ABD8E00E6AA46 /* SORelativeDateTransformer */ = {
isa = PBXGroup;
children = (
E32DE5471B6ABD8E00E6AA46 /* SORelativeDateTransformer.h */,
E32DE55E1B6ABE3E00E6AA46 /* SORelativeDateTransformer.m */,
E32DE5601B6ABE4400E6AA46 /* SORelativeDateTransformer.bundle */,
E32DE5451B6ABD8E00E6AA46 /* Supporting Files */,
);
path = SORelativeDateTransformer;
sourceTree = "<group>";
};
E32DE5451B6ABD8E00E6AA46 /* Supporting Files */ = {
isa = PBXGroup;
children = (
E32DE5461B6ABD8E00E6AA46 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
E32DE53F1B6ABD8E00E6AA46 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
E32DE5481B6ABD8E00E6AA46 /* SORelativeDateTransformer.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
E32DE5411B6ABD8E00E6AA46 /* SORelativeDateTransformer */ = {
isa = PBXNativeTarget;
buildConfigurationList = E32DE5581B6ABD8E00E6AA46 /* Build configuration list for PBXNativeTarget "SORelativeDateTransformer" */;
buildPhases = (
E32DE53D1B6ABD8E00E6AA46 /* Sources */,
E32DE53E1B6ABD8E00E6AA46 /* Frameworks */,
E32DE53F1B6ABD8E00E6AA46 /* Headers */,
E32DE5401B6ABD8E00E6AA46 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = SORelativeDateTransformer;
productName = SORelativeDateTransformer;
productReference = E32DE5421B6ABD8E00E6AA46 /* SORelativeDateTransformer.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
E32DE5391B6ABD8E00E6AA46 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0640;
ORGANIZATIONNAME = "Standard Orbit Software, LLC";
TargetAttributes = {
E32DE5411B6ABD8E00E6AA46 = {
CreatedOnToolsVersion = 6.4;
};
};
};
buildConfigurationList = E32DE53C1B6ABD8E00E6AA46 /* Build configuration list for PBXProject "SORelativeDateTransformer" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = E32DE5381B6ABD8E00E6AA46;
productRefGroup = E32DE5431B6ABD8E00E6AA46 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E32DE5411B6ABD8E00E6AA46 /* SORelativeDateTransformer */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
E32DE5401B6ABD8E00E6AA46 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E32DE5611B6ABE4400E6AA46 /* SORelativeDateTransformer.bundle in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
E32DE53D1B6ABD8E00E6AA46 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E32DE55F1B6ABE3E00E6AA46 /* SORelativeDateTransformer.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
E32DE5561B6ABD8E00E6AA46 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
E32DE5571B6ABD8E00E6AA46 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
E32DE5591B6ABD8E00E6AA46 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = SORelativeDateTransformer/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
E32DE55A1B6ABD8E00E6AA46 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = SORelativeDateTransformer/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E32DE53C1B6ABD8E00E6AA46 /* Build configuration list for PBXProject "SORelativeDateTransformer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E32DE5561B6ABD8E00E6AA46 /* Debug */,
E32DE5571B6ABD8E00E6AA46 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E32DE5581B6ABD8E00E6AA46 /* Build configuration list for PBXNativeTarget "SORelativeDateTransformer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E32DE5591B6ABD8E00E6AA46 /* Debug */,
E32DE55A1B6ABD8E00E6AA46 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = E32DE5391B6ABD8E00E6AA46 /* Project object */;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0640"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E32DE5411B6ABD8E00E6AA46"
BuildableName = "SORelativeDateTransformer.framework"
BlueprintName = "SORelativeDateTransformer"
ReferencedContainer = "container:SORelativeDateTransformer.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E32DE5411B6ABD8E00E6AA46"
BuildableName = "SORelativeDateTransformer.framework"
BlueprintName = "SORelativeDateTransformer"
ReferencedContainer = "container:SORelativeDateTransformer.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E32DE5411B6ABD8E00E6AA46"
BuildableName = "SORelativeDateTransformer.framework"
BlueprintName = "SORelativeDateTransformer"
ReferencedContainer = "container:SORelativeDateTransformer.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E32DE5411B6ABD8E00E6AA46"
BuildableName = "SORelativeDateTransformer.framework"
BlueprintName = "SORelativeDateTransformer"
ReferencedContainer = "container:SORelativeDateTransformer.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading