Skip to content

Commit 730db2a

Browse files
committed
prepare for release
1 parent 52eb001 commit 730db2a

File tree

12 files changed

+65
-65
lines changed

12 files changed

+65
-65
lines changed

RRuleSwift.xcodeproj/project.pbxproj

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@
1515
EB48D1671D641D45001EE872 /* InclusionDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1541D641D45001EE872 /* InclusionDate.swift */; };
1616
EB48D1681D641D45001EE872 /* InclusionDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1541D641D45001EE872 /* InclusionDate.swift */; };
1717
EB48D1691D641D45001EE872 /* JavaScriptBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1551D641D45001EE872 /* JavaScriptBridge.swift */; };
18-
EB48D16A1D641D45001EE872 /* JavaScriptBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1551D641D45001EE872 /* JavaScriptBridge.swift */; };
1918
EB48D16B1D641D45001EE872 /* nlp.js in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1571D641D45001EE872 /* nlp.js */; };
20-
EB48D16C1D641D45001EE872 /* nlp.js in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1571D641D45001EE872 /* nlp.js */; };
2119
EB48D16D1D641D45001EE872 /* rrule.js in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1581D641D45001EE872 /* rrule.js */; };
22-
EB48D16E1D641D45001EE872 /* rrule.js in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1581D641D45001EE872 /* rrule.js */; };
2320
EB48D16F1D641D45001EE872 /* NSDate+Comparison.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1591D641D45001EE872 /* NSDate+Comparison.swift */; };
2421
EB48D1701D641D45001EE872 /* NSDate+Comparison.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1591D641D45001EE872 /* NSDate+Comparison.swift */; };
2522
EB48D1711D641D45001EE872 /* RecurrenceFrequency.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D15A1D641D45001EE872 /* RecurrenceFrequency.swift */; };
@@ -89,16 +86,16 @@
8986
EB48D1311D641ABB001EE872 /* Sources */ = {
9087
isa = PBXGroup;
9188
children = (
92-
EB48D1511D641D45001EE872 /* EKWeekday+RRule.swift */,
89+
EB48D15B1D641D45001EE872 /* RecurrenceRule.swift */,
90+
EB48D15A1D641D45001EE872 /* RecurrenceFrequency.swift */,
91+
EB48D15C1D641D45001EE872 /* RRule.swift */,
9392
EB48D1521D641D45001EE872 /* ExclusionDate.swift */,
94-
EB48D1531D641D45001EE872 /* Generators.swift */,
9593
EB48D1541D641D45001EE872 /* InclusionDate.swift */,
94+
EB48D1531D641D45001EE872 /* Generators.swift */,
9695
EB48D1551D641D45001EE872 /* JavaScriptBridge.swift */,
97-
EB48D1561D641D45001EE872 /* lib */,
96+
EB48D1511D641D45001EE872 /* EKWeekday+RRule.swift */,
9897
EB48D1591D641D45001EE872 /* NSDate+Comparison.swift */,
99-
EB48D15A1D641D45001EE872 /* RecurrenceFrequency.swift */,
100-
EB48D15B1D641D45001EE872 /* RecurrenceRule.swift */,
101-
EB48D15C1D641D45001EE872 /* RRule.swift */,
98+
EB48D1561D641D45001EE872 /* lib */,
10299
EB48D15D1D641D45001EE872 /* Supporting Files */,
103100
);
104101
path = Sources;
@@ -107,8 +104,8 @@
107104
EB48D1561D641D45001EE872 /* lib */ = {
108105
isa = PBXGroup;
109106
children = (
110-
EB48D1571D641D45001EE872 /* nlp.js */,
111107
EB48D1581D641D45001EE872 /* rrule.js */,
108+
EB48D1571D641D45001EE872 /* nlp.js */,
112109
);
113110
path = lib;
114111
sourceTree = "<group>";
@@ -230,8 +227,6 @@
230227
isa = PBXResourcesBuildPhase;
231228
buildActionMask = 2147483647;
232229
files = (
233-
EB48D16E1D641D45001EE872 /* rrule.js in Resources */,
234-
EB48D16C1D641D45001EE872 /* nlp.js in Resources */,
235230
);
236231
runOnlyForDeploymentPostprocessing = 0;
237232
};
@@ -263,7 +258,6 @@
263258
EB48D1721D641D45001EE872 /* RecurrenceFrequency.swift in Sources */,
264259
EB48D1621D641D45001EE872 /* EKWeekday+RRule.swift in Sources */,
265260
EB48D1741D641D45001EE872 /* RecurrenceRule.swift in Sources */,
266-
EB48D16A1D641D45001EE872 /* JavaScriptBridge.swift in Sources */,
267261
EB48D1701D641D45001EE872 /* NSDate+Comparison.swift in Sources */,
268262
EB48D1761D641D45001EE872 /* RRule.swift in Sources */,
269263
);

RRuleSwift.xcodeproj/xcuserdata/hongxin.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
<dict>
55
<key>SchemeUserState</key>
66
<dict>
7+
<key>RRuleSwift iOS.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
<key>RRuleSwift watchOS.xcscheme_^#shared#^_</key>
13+
<dict>
14+
<key>orderHint</key>
15+
<integer>1</integer>
16+
</dict>
717
<key>RRuleSwift.xcscheme_^#shared#^_</key>
818
<dict>
919
<key>orderHint</key>
@@ -17,6 +27,11 @@
1727
<key>primary</key>
1828
<true/>
1929
</dict>
30+
<key>EB48D1361D641AD6001EE872</key>
31+
<dict>
32+
<key>primary</key>
33+
<true/>
34+
</dict>
2035
</dict>
2136
</dict>
2237
</plist>

RRuleSwiftExample-TodayExtension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.0.9</string>
20+
<string>0.1.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>9</string>
24+
<string>10</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionMainStoryboard</key>

RRuleSwiftExample-Watch Extension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>0.1.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1</string>
24+
<string>10</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionAttributes</key>

RRuleSwiftExample-Watch/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>0.1.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1</string>
24+
<string>10</string>
2525
<key>UISupportedInterfaceOrientations</key>
2626
<array>
2727
<string>UIInterfaceOrientationPortrait</string>

RRuleSwiftExample.xcodeproj/project.pbxproj

Lines changed: 14 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
D325D6491D0574E00021E620 /* NotificationCenter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D325D6481D0574E00021E620 /* NotificationCenter.framework */; };
1717
D325D64C1D0574E00021E620 /* TodayViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D325D64B1D0574E00021E620 /* TodayViewController.swift */; };
1818
D325D64F1D0574E00021E620 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D325D64D1D0574E00021E620 /* MainInterface.storyboard */; };
19-
D325D6531D0574E00021E620 /* RRuleSwiftExample-TodayExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = D325D6461D0574E00021E620 /* RRuleSwiftExample-TodayExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
19+
D342193D1D65576800A3B8E0 /* RRuleSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D342193C1D65576800A3B8E0 /* RRuleSwift.framework */; };
20+
D342193F1D65577F00A3B8E0 /* RRuleSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D342193E1D65577F00A3B8E0 /* RRuleSwift.framework */; };
21+
D34219401D65579400A3B8E0 /* RRuleSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D342193C1D65576800A3B8E0 /* RRuleSwift.framework */; };
2022
EB48D1831D64202E001EE872 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1811D64202E001EE872 /* Interface.storyboard */; };
2123
EB48D1851D64202E001EE872 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1841D64202E001EE872 /* Assets.xcassets */; };
2224
EB48D18C1D64202E001EE872 /* RRuleSwiftExample-Watch Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = EB48D18B1D64202E001EE872 /* RRuleSwiftExample-Watch Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
@@ -25,18 +27,9 @@
2527
EB48D1971D64202E001EE872 /* NotificationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB48D1961D64202E001EE872 /* NotificationController.swift */; };
2628
EB48D1991D64202E001EE872 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EB48D1981D64202E001EE872 /* Assets.xcassets */; };
2729
EB48D19D1D64202E001EE872 /* RRuleSwiftExample-Watch.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = EB48D17F1D64202E001EE872 /* RRuleSwiftExample-Watch.app */; };
28-
EB48D1A71D643394001EE872 /* RRuleSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB48D1A61D643394001EE872 /* RRuleSwift.framework */; };
29-
EB48D1A81D643394001EE872 /* RRuleSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = EB48D1A61D643394001EE872 /* RRuleSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
3030
/* End PBXBuildFile section */
3131

3232
/* Begin PBXContainerItemProxy section */
33-
D325D6511D0574E00021E620 /* PBXContainerItemProxy */ = {
34-
isa = PBXContainerItemProxy;
35-
containerPortal = D31B13701CA8D8E400D0B863 /* Project object */;
36-
proxyType = 1;
37-
remoteGlobalIDString = D325D6451D0574E00021E620;
38-
remoteInfo = "RRuleSwiftExample-TodayExtension";
39-
};
4033
EB48D18D1D64202E001EE872 /* PBXContainerItemProxy */ = {
4134
isa = PBXContainerItemProxy;
4235
containerPortal = D31B13701CA8D8E400D0B863 /* Project object */;
@@ -54,17 +47,6 @@
5447
/* End PBXContainerItemProxy section */
5548

5649
/* Begin PBXCopyFilesBuildPhase section */
57-
D325D6571D0574E10021E620 /* Embed App Extensions */ = {
58-
isa = PBXCopyFilesBuildPhase;
59-
buildActionMask = 2147483647;
60-
dstPath = "";
61-
dstSubfolderSpec = 13;
62-
files = (
63-
D325D6531D0574E00021E620 /* RRuleSwiftExample-TodayExtension.appex in Embed App Extensions */,
64-
);
65-
name = "Embed App Extensions";
66-
runOnlyForDeploymentPostprocessing = 0;
67-
};
6850
EB48D1A31D64202E001EE872 /* Embed App Extensions */ = {
6951
isa = PBXCopyFilesBuildPhase;
7052
buildActionMask = 2147483647;
@@ -93,7 +75,6 @@
9375
dstPath = "";
9476
dstSubfolderSpec = 10;
9577
files = (
96-
EB48D1A81D643394001EE872 /* RRuleSwift.framework in Embed Frameworks */,
9778
);
9879
name = "Embed Frameworks";
9980
runOnlyForDeploymentPostprocessing = 0;
@@ -114,6 +95,8 @@
11495
D325D64B1D0574E00021E620 /* TodayViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodayViewController.swift; sourceTree = "<group>"; };
11596
D325D64E1D0574E00021E620 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
11697
D325D6501D0574E00021E620 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
98+
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>"; };
99+
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>"; };
117100
EB48D17F1D64202E001EE872 /* RRuleSwiftExample-Watch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RRuleSwiftExample-Watch.app"; sourceTree = BUILT_PRODUCTS_DIR; };
118101
EB48D1821D64202E001EE872 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
119102
EB48D1841D64202E001EE872 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -125,15 +108,14 @@
125108
EB48D1961D64202E001EE872 /* NotificationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationController.swift; sourceTree = "<group>"; };
126109
EB48D1981D64202E001EE872 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
127110
EB48D19A1D64202E001EE872 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
128-
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>"; };
129-
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>"; };
130111
/* End PBXFileReference section */
131112

132113
/* Begin PBXFrameworksBuildPhase section */
133114
D31B13751CA8D8E400D0B863 /* Frameworks */ = {
134115
isa = PBXFrameworksBuildPhase;
135116
buildActionMask = 2147483647;
136117
files = (
118+
D342193D1D65576800A3B8E0 /* RRuleSwift.framework in Frameworks */,
137119
);
138120
runOnlyForDeploymentPostprocessing = 0;
139121
};
@@ -142,14 +124,15 @@
142124
buildActionMask = 2147483647;
143125
files = (
144126
D325D6491D0574E00021E620 /* NotificationCenter.framework in Frameworks */,
127+
D34219401D65579400A3B8E0 /* RRuleSwift.framework in Frameworks */,
145128
);
146129
runOnlyForDeploymentPostprocessing = 0;
147130
};
148131
EB48D1881D64202E001EE872 /* Frameworks */ = {
149132
isa = PBXFrameworksBuildPhase;
150133
buildActionMask = 2147483647;
151134
files = (
152-
EB48D1A71D643394001EE872 /* RRuleSwift.framework in Frameworks */,
135+
D342193F1D65577F00A3B8E0 /* RRuleSwift.framework in Frameworks */,
153136
);
154137
runOnlyForDeploymentPostprocessing = 0;
155138
};
@@ -159,8 +142,6 @@
159142
D31B136F1CA8D8E400D0B863 = {
160143
isa = PBXGroup;
161144
children = (
162-
EB48D1AA1D6433A2001EE872 /* RRuleSwift.framework */,
163-
EB48D1A61D643394001EE872 /* RRuleSwift.framework */,
164145
D31B137A1CA8D8E400D0B863 /* RRuleSwiftExample */,
165146
D325D64A1D0574E00021E620 /* RRuleSwiftExample-TodayExtension */,
166147
EB48D1801D64202E001EE872 /* RRuleSwiftExample-Watch */,
@@ -198,6 +179,8 @@
198179
D325D6471D0574E00021E620 /* Frameworks */ = {
199180
isa = PBXGroup;
200181
children = (
182+
D342193E1D65577F00A3B8E0 /* RRuleSwift.framework */,
183+
D342193C1D65576800A3B8E0 /* RRuleSwift.framework */,
201184
D325D6481D0574E00021E620 /* NotificationCenter.framework */,
202185
);
203186
name = Frameworks;
@@ -254,13 +237,11 @@
254237
D31B13741CA8D8E400D0B863 /* Sources */,
255238
D31B13751CA8D8E400D0B863 /* Frameworks */,
256239
D31B13761CA8D8E400D0B863 /* Resources */,
257-
D325D6571D0574E10021E620 /* Embed App Extensions */,
258240
EB48D1A51D64202E001EE872 /* Embed Watch Content */,
259241
);
260242
buildRules = (
261243
);
262244
dependencies = (
263-
D325D6521D0574E00021E620 /* PBXTargetDependency */,
264245
EB48D19C1D64202E001EE872 /* PBXTargetDependency */,
265246
);
266247
name = RRuleSwiftExample;
@@ -435,11 +416,6 @@
435416
/* End PBXSourcesBuildPhase section */
436417

437418
/* Begin PBXTargetDependency section */
438-
D325D6521D0574E00021E620 /* PBXTargetDependency */ = {
439-
isa = PBXTargetDependency;
440-
target = D325D6451D0574E00021E620 /* RRuleSwiftExample-TodayExtension */;
441-
targetProxy = D325D6511D0574E00021E620 /* PBXContainerItemProxy */;
442-
};
443419
EB48D18E1D64202E001EE872 /* PBXTargetDependency */ = {
444420
isa = PBXTargetDependency;
445421
target = EB48D18A1D64202E001EE872 /* RRuleSwiftExample-Watch Extension */;
@@ -569,7 +545,6 @@
569545
isa = XCBuildConfiguration;
570546
buildSettings = {
571547
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
572-
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
573548
INFOPLIST_FILE = "$(SRCROOT)/RRuleSwiftExample/Info.plist";
574549
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
575550
PRODUCT_BUNDLE_IDENTIFIER = Teambition.RRuleSwiftExample;
@@ -581,7 +556,6 @@
581556
isa = XCBuildConfiguration;
582557
buildSettings = {
583558
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
584-
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
585559
INFOPLIST_FILE = "$(SRCROOT)/RRuleSwiftExample/Info.plist";
586560
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
587561
PRODUCT_BUNDLE_IDENTIFIER = Teambition.RRuleSwiftExample;
@@ -593,7 +567,7 @@
593567
isa = XCBuildConfiguration;
594568
buildSettings = {
595569
INFOPLIST_FILE = "RRuleSwiftExample-TodayExtension/Info.plist";
596-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
570+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
597571
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
598572
PRODUCT_BUNDLE_IDENTIFIER = "Teambition.RRuleSwiftExample.RRuleSwiftExample-TodayExtension";
599573
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -605,7 +579,7 @@
605579
isa = XCBuildConfiguration;
606580
buildSettings = {
607581
INFOPLIST_FILE = "RRuleSwiftExample-TodayExtension/Info.plist";
608-
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
582+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
609583
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
610584
PRODUCT_BUNDLE_IDENTIFIER = "Teambition.RRuleSwiftExample.RRuleSwiftExample-TodayExtension";
611585
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -710,6 +684,7 @@
710684
EB48D1A11D64202E001EE872 /* Release */,
711685
);
712686
defaultConfigurationIsVisible = 0;
687+
defaultConfigurationName = Release;
713688
};
714689
EB48D1A41D64202E001EE872 /* Build configuration list for PBXNativeTarget "RRuleSwiftExample-Watch" */ = {
715690
isa = XCConfigurationList;
@@ -718,6 +693,7 @@
718693
EB48D19F1D64202E001EE872 /* Release */,
719694
);
720695
defaultConfigurationIsVisible = 0;
696+
defaultConfigurationName = Release;
721697
};
722698
/* End XCConfigurationList section */
723699
};

RRuleSwiftExample.xcodeproj/xcuserdata/hongxin.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,22 @@
77
<key>RRuleSwiftExample-TodayExtension.xcscheme</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>2</integer>
10+
<integer>3</integer>
11+
</dict>
12+
<key>RRuleSwiftExample-Watch (Notification).xcscheme</key>
13+
<dict>
14+
<key>orderHint</key>
15+
<integer>5</integer>
16+
</dict>
17+
<key>RRuleSwiftExample-Watch.xcscheme</key>
18+
<dict>
19+
<key>orderHint</key>
20+
<integer>4</integer>
1121
</dict>
1222
<key>RRuleSwiftExample.xcscheme</key>
1323
<dict>
1424
<key>orderHint</key>
15-
<integer>1</integer>
25+
<integer>2</integer>
1626
</dict>
1727
</dict>
1828
<key>SuppressBuildableAutocreation</key>
@@ -27,6 +37,11 @@
2737
<key>primary</key>
2838
<true/>
2939
</dict>
40+
<key>EB48D17E1D64202E001EE872</key>
41+
<dict>
42+
<key>primary</key>
43+
<true/>
44+
</dict>
3045
</dict>
3146
</dict>
3247
</plist>

RRuleSwiftExample/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.0.9</string>
18+
<string>0.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>9</string>
22+
<string>10</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

Sources/ExclusionDate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public struct ExclusionDate {
2222
public init?(exdateString string: String, unitGranularity unit: NSCalendarUnit) {
2323
let string = string.stringByTrimmingCharactersInSet(NSCharacterSet.whitespaceCharacterSet())
2424
guard let range = string.rangeOfString("EXDATE:") where range.startIndex == string.startIndex else {
25-
print("error: invalid exdate string, must be started with 'EXDATE:'")
25+
// print("error: invalid exdate string, must be started with 'EXDATE:'")
2626
return nil
2727
}
2828
let exdateString = string.substringFromIndex(range.endIndex)

Sources/InclusionDate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public struct InclusionDate {
1919
public init?(rdateString string: String) {
2020
let string = string.stringByTrimmingCharactersInSet(NSCharacterSet.whitespaceCharacterSet())
2121
guard let range = string.rangeOfString("RDATE:") where range.startIndex == string.startIndex else {
22-
print("error: invalid rdate string, must be started with 'RDATE:'")
22+
// print("error: invalid rdate string, must be started with 'RDATE:'")
2323
return nil
2424
}
2525
let rdateString = string.substringFromIndex(range.endIndex)

0 commit comments

Comments
 (0)