Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hongxinhope committed Aug 18, 2016
1 parent 52eb001 commit 730db2a
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 65 deletions.
20 changes: 7 additions & 13 deletions RRuleSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@
EB48D1671D641D45001EE872 /* InclusionDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1541D641D45001EE872 /* InclusionDate.swift */; };
EB48D1681D641D45001EE872 /* InclusionDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1541D641D45001EE872 /* InclusionDate.swift */; };
EB48D1691D641D45001EE872 /* JavaScriptBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1551D641D45001EE872 /* JavaScriptBridge.swift */; };
EB48D16A1D641D45001EE872 /* JavaScriptBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1551D641D45001EE872 /* JavaScriptBridge.swift */; };
EB48D16B1D641D45001EE872 /* nlp.js in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1571D641D45001EE872 /* nlp.js */; };
EB48D16C1D641D45001EE872 /* nlp.js in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1571D641D45001EE872 /* nlp.js */; };
EB48D16D1D641D45001EE872 /* rrule.js in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1581D641D45001EE872 /* rrule.js */; };
EB48D16E1D641D45001EE872 /* rrule.js in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1581D641D45001EE872 /* rrule.js */; };
EB48D16F1D641D45001EE872 /* NSDate+Comparison.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1591D641D45001EE872 /* NSDate+Comparison.swift */; };
EB48D1701D641D45001EE872 /* NSDate+Comparison.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1591D641D45001EE872 /* NSDate+Comparison.swift */; };
EB48D1711D641D45001EE872 /* RecurrenceFrequency.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D15A1D641D45001EE872 /* RecurrenceFrequency.swift */; };
Expand Down Expand Up @@ -89,16 +86,16 @@
EB48D1311D641ABB001EE872 /* Sources */ = {
isa = PBXGroup;
children = (
EB48D1511D641D45001EE872 /* EKWeekday+RRule.swift */,
EB48D15B1D641D45001EE872 /* RecurrenceRule.swift */,
EB48D15A1D641D45001EE872 /* RecurrenceFrequency.swift */,
EB48D15C1D641D45001EE872 /* RRule.swift */,
EB48D1521D641D45001EE872 /* ExclusionDate.swift */,
EB48D1531D641D45001EE872 /* Generators.swift */,
EB48D1541D641D45001EE872 /* InclusionDate.swift */,
EB48D1531D641D45001EE872 /* Generators.swift */,
EB48D1551D641D45001EE872 /* JavaScriptBridge.swift */,
EB48D1561D641D45001EE872 /* lib */,
EB48D1511D641D45001EE872 /* EKWeekday+RRule.swift */,
EB48D1591D641D45001EE872 /* NSDate+Comparison.swift */,
EB48D15A1D641D45001EE872 /* RecurrenceFrequency.swift */,
EB48D15B1D641D45001EE872 /* RecurrenceRule.swift */,
EB48D15C1D641D45001EE872 /* RRule.swift */,
EB48D1561D641D45001EE872 /* lib */,
EB48D15D1D641D45001EE872 /* Supporting Files */,
);
path = Sources;
Expand All @@ -107,8 +104,8 @@
EB48D1561D641D45001EE872 /* lib */ = {
isa = PBXGroup;
children = (
EB48D1571D641D45001EE872 /* nlp.js */,
EB48D1581D641D45001EE872 /* rrule.js */,
EB48D1571D641D45001EE872 /* nlp.js */,
);
path = lib;
sourceTree = "<group>";
Expand Down Expand Up @@ -230,8 +227,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EB48D16E1D641D45001EE872 /* rrule.js in Resources */,
EB48D16C1D641D45001EE872 /* nlp.js in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -263,7 +258,6 @@
EB48D1721D641D45001EE872 /* RecurrenceFrequency.swift in Sources */,
EB48D1621D641D45001EE872 /* EKWeekday+RRule.swift in Sources */,
EB48D1741D641D45001EE872 /* RecurrenceRule.swift in Sources */,
EB48D16A1D641D45001EE872 /* JavaScriptBridge.swift in Sources */,
EB48D1701D641D45001EE872 /* NSDate+Comparison.swift in Sources */,
EB48D1761D641D45001EE872 /* RRule.swift in Sources */,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>RRuleSwift iOS.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>RRuleSwift watchOS.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
</dict>
<key>RRuleSwift.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
Expand All @@ -17,6 +27,11 @@
<key>primary</key>
<true/>
</dict>
<key>EB48D1361D641AD6001EE872</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
4 changes: 2 additions & 2 deletions RRuleSwiftExample-TodayExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.0.9</string>
<string>0.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
Expand Down
4 changes: 2 additions & 2 deletions RRuleSwiftExample-Watch Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>10</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
4 changes: 2 additions & 2 deletions RRuleSwiftExample-Watch/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>10</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down
52 changes: 14 additions & 38 deletions RRuleSwiftExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
D325D6491D0574E00021E620 /* NotificationCenter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D325D6481D0574E00021E620 /* NotificationCenter.framework */; };
D325D64C1D0574E00021E620 /* TodayViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D325D64B1D0574E00021E620 /* TodayViewController.swift */; };
D325D64F1D0574E00021E620 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D325D64D1D0574E00021E620 /* MainInterface.storyboard */; };
D325D6531D0574E00021E620 /* RRuleSwiftExample-TodayExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = D325D6461D0574E00021E620 /* RRuleSwiftExample-TodayExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
D342193D1D65576800A3B8E0 /* RRuleSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D342193C1D65576800A3B8E0 /* RRuleSwift.framework */; };
D342193F1D65577F00A3B8E0 /* RRuleSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D342193E1D65577F00A3B8E0 /* RRuleSwift.framework */; };
D34219401D65579400A3B8E0 /* RRuleSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D342193C1D65576800A3B8E0 /* RRuleSwift.framework */; };
EB48D1831D64202E001EE872 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1811D64202E001EE872 /* Interface.storyboard */; };
EB48D1851D64202E001EE872 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1841D64202E001EE872 /* Assets.xcassets */; };
EB48D18C1D64202E001EE872 /* RRuleSwiftExample-Watch Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = EB48D18B1D64202E001EE872 /* RRuleSwiftExample-Watch Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
Expand All @@ -25,18 +27,9 @@
EB48D1971D64202E001EE872 /* NotificationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1961D64202E001EE872 /* NotificationController.swift */; };
EB48D1991D64202E001EE872 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1981D64202E001EE872 /* Assets.xcassets */; };
EB48D19D1D64202E001EE872 /* RRuleSwiftExample-Watch.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = EB48D17F1D64202E001EE872 /* RRuleSwiftExample-Watch.app */; };
EB48D1A71D643394001EE872 /* RRuleSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB48D1A61D643394001EE872 /* RRuleSwift.framework */; };
EB48D1A81D643394001EE872 /* RRuleSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = EB48D1A61D643394001EE872 /* RRuleSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
D325D6511D0574E00021E620 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = D31B13701CA8D8E400D0B863 /* Project object */;
proxyType = 1;
remoteGlobalIDString = D325D6451D0574E00021E620;
remoteInfo = "RRuleSwiftExample-TodayExtension";
};
EB48D18D1D64202E001EE872 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = D31B13701CA8D8E400D0B863 /* Project object */;
Expand All @@ -54,17 +47,6 @@
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
D325D6571D0574E10021E620 /* Embed App Extensions */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 13;
files = (
D325D6531D0574E00021E620 /* RRuleSwiftExample-TodayExtension.appex in Embed App Extensions */,
);
name = "Embed App Extensions";
runOnlyForDeploymentPostprocessing = 0;
};
EB48D1A31D64202E001EE872 /* Embed App Extensions */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -93,7 +75,6 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
EB48D1A81D643394001EE872 /* RRuleSwift.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -114,6 +95,8 @@
D325D64B1D0574E00021E620 /* TodayViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodayViewController.swift; sourceTree = "<group>"; };
D325D64E1D0574E00021E620 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
D325D6501D0574E00021E620 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D342193C1D65576800A3B8E0 /* RRuleSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RRuleSwift.framework; path = "../../Library/Developer/Xcode/DerivedData/RRuleSwift-bsfdvctfhfasceecxzjeffpridns/Build/Products/Debug-iphoneos/RRuleSwift.framework"; sourceTree = "<group>"; };
D342193E1D65577F00A3B8E0 /* RRuleSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RRuleSwift.framework; path = "../../Library/Developer/Xcode/DerivedData/RRuleSwift-bsfdvctfhfasceecxzjeffpridns/Build/Products/Debug-watchos/RRuleSwift.framework"; sourceTree = "<group>"; };
EB48D17F1D64202E001EE872 /* RRuleSwiftExample-Watch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RRuleSwiftExample-Watch.app"; sourceTree = BUILT_PRODUCTS_DIR; };
EB48D1821D64202E001EE872 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
EB48D1841D64202E001EE872 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand All @@ -125,15 +108,14 @@
EB48D1961D64202E001EE872 /* NotificationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationController.swift; sourceTree = "<group>"; };
EB48D1981D64202E001EE872 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
EB48D19A1D64202E001EE872 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
EB48D1A61D643394001EE872 /* RRuleSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = RRuleSwift.framework; path = "/Users/StormXX/Library/Developer/Xcode/DerivedData/RRuleSwift-fkbgafmxczazdlbyzxeusnkrviec/Build/Products/Debug-watchsimulator/RRuleSwift.framework"; sourceTree = "<absolute>"; };
EB48D1AA1D6433A2001EE872 /* RRuleSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = RRuleSwift.framework; path = "/Users/StormXX/Library/Developer/Xcode/DerivedData/RRuleSwift-fkbgafmxczazdlbyzxeusnkrviec/Build/Products/Debug-iphonesimulator/RRuleSwift.framework"; sourceTree = "<absolute>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
D31B13751CA8D8E400D0B863 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D342193D1D65576800A3B8E0 /* RRuleSwift.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -142,14 +124,15 @@
buildActionMask = 2147483647;
files = (
D325D6491D0574E00021E620 /* NotificationCenter.framework in Frameworks */,
D34219401D65579400A3B8E0 /* RRuleSwift.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
EB48D1881D64202E001EE872 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
EB48D1A71D643394001EE872 /* RRuleSwift.framework in Frameworks */,
D342193F1D65577F00A3B8E0 /* RRuleSwift.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -159,8 +142,6 @@
D31B136F1CA8D8E400D0B863 = {
isa = PBXGroup;
children = (
EB48D1AA1D6433A2001EE872 /* RRuleSwift.framework */,
EB48D1A61D643394001EE872 /* RRuleSwift.framework */,
D31B137A1CA8D8E400D0B863 /* RRuleSwiftExample */,
D325D64A1D0574E00021E620 /* RRuleSwiftExample-TodayExtension */,
EB48D1801D64202E001EE872 /* RRuleSwiftExample-Watch */,
Expand Down Expand Up @@ -198,6 +179,8 @@
D325D6471D0574E00021E620 /* Frameworks */ = {
isa = PBXGroup;
children = (
D342193E1D65577F00A3B8E0 /* RRuleSwift.framework */,
D342193C1D65576800A3B8E0 /* RRuleSwift.framework */,
D325D6481D0574E00021E620 /* NotificationCenter.framework */,
);
name = Frameworks;
Expand Down Expand Up @@ -254,13 +237,11 @@
D31B13741CA8D8E400D0B863 /* Sources */,
D31B13751CA8D8E400D0B863 /* Frameworks */,
D31B13761CA8D8E400D0B863 /* Resources */,
D325D6571D0574E10021E620 /* Embed App Extensions */,
EB48D1A51D64202E001EE872 /* Embed Watch Content */,
);
buildRules = (
);
dependencies = (
D325D6521D0574E00021E620 /* PBXTargetDependency */,
EB48D19C1D64202E001EE872 /* PBXTargetDependency */,
);
name = RRuleSwiftExample;
Expand Down Expand Up @@ -435,11 +416,6 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
D325D6521D0574E00021E620 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = D325D6451D0574E00021E620 /* RRuleSwiftExample-TodayExtension */;
targetProxy = D325D6511D0574E00021E620 /* PBXContainerItemProxy */;
};
EB48D18E1D64202E001EE872 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = EB48D18A1D64202E001EE872 /* RRuleSwiftExample-Watch Extension */;
Expand Down Expand Up @@ -569,7 +545,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = "$(SRCROOT)/RRuleSwiftExample/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = Teambition.RRuleSwiftExample;
Expand All @@ -581,7 +556,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = "$(SRCROOT)/RRuleSwiftExample/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = Teambition.RRuleSwiftExample;
Expand All @@ -593,7 +567,7 @@
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = "RRuleSwiftExample-TodayExtension/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Teambition.RRuleSwiftExample.RRuleSwiftExample-TodayExtension";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -605,7 +579,7 @@
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = "RRuleSwiftExample-TodayExtension/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Teambition.RRuleSwiftExample.RRuleSwiftExample-TodayExtension";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -710,6 +684,7 @@
EB48D1A11D64202E001EE872 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
EB48D1A41D64202E001EE872 /* Build configuration list for PBXNativeTarget "RRuleSwiftExample-Watch" */ = {
isa = XCConfigurationList;
Expand All @@ -718,6 +693,7 @@
EB48D19F1D64202E001EE872 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,22 @@
<key>RRuleSwiftExample-TodayExtension.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
<integer>3</integer>
</dict>
<key>RRuleSwiftExample-Watch (Notification).xcscheme</key>
<dict>
<key>orderHint</key>
<integer>5</integer>
</dict>
<key>RRuleSwiftExample-Watch.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>4</integer>
</dict>
<key>RRuleSwiftExample.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>2</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand All @@ -27,6 +37,11 @@
<key>primary</key>
<true/>
</dict>
<key>EB48D17E1D64202E001EE872</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
4 changes: 2 additions & 2 deletions RRuleSwiftExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.9</string>
<string>0.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/ExclusionDate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public struct ExclusionDate {
public init?(exdateString string: String, unitGranularity unit: NSCalendarUnit) {
let string = string.stringByTrimmingCharactersInSet(NSCharacterSet.whitespaceCharacterSet())
guard let range = string.rangeOfString("EXDATE:") where range.startIndex == string.startIndex else {
print("error: invalid exdate string, must be started with 'EXDATE:'")
// print("error: invalid exdate string, must be started with 'EXDATE:'")
return nil
}
let exdateString = string.substringFromIndex(range.endIndex)
Expand Down
2 changes: 1 addition & 1 deletion Sources/InclusionDate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public struct InclusionDate {
public init?(rdateString string: String) {
let string = string.stringByTrimmingCharactersInSet(NSCharacterSet.whitespaceCharacterSet())
guard let range = string.rangeOfString("RDATE:") where range.startIndex == string.startIndex else {
print("error: invalid rdate string, must be started with 'RDATE:'")
// print("error: invalid rdate string, must be started with 'RDATE:'")
return nil
}
let rdateString = string.substringFromIndex(range.endIndex)
Expand Down
Loading

0 comments on commit 730db2a

Please sign in to comment.