pyobjc-framework-CalendarStore 10.2__py2.py3-none-any.whl → 10.3__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- CalendarStore/_metadata.py +31 -9
- {pyobjc_framework_CalendarStore-10.2.dist-info → pyobjc_framework_CalendarStore-10.3.dist-info}/METADATA +3 -3
- pyobjc_framework_CalendarStore-10.3.dist-info/RECORD +7 -0
- {pyobjc_framework_CalendarStore-10.2.dist-info → pyobjc_framework_CalendarStore-10.3.dist-info}/WHEEL +1 -1
- pyobjc_framework_CalendarStore-10.2.dist-info/RECORD +0 -7
- {pyobjc_framework_CalendarStore-10.2.dist-info → pyobjc_framework_CalendarStore-10.3.dist-info}/LICENSE.txt +0 -0
- {pyobjc_framework_CalendarStore-10.2.dist-info → pyobjc_framework_CalendarStore-10.3.dist-info}/top_level.txt +0 -0
CalendarStore/_metadata.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update: Sat
|
|
3
|
+
# Last update: Sat May 18 09:18:10 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -34,15 +34,7 @@ constants = """$CalAlarmActionDisplay$CalAlarmActionEmail$CalAlarmActionProcedur
|
|
|
34
34
|
enums = """$CalCalendarNotEditableError@1025$CalCalendarNotInRepository@1027$CalCalendarTitleNotUniqueError@1028$CalDateInvalidError@1026$CalPriorityHigh@1$CalPriorityLow@9$CalPriorityMedium@5$CalPriorityNone@0$CalRecurrenceDaily@0$CalRecurrenceMonthly@2$CalRecurrenceWeekly@1$CalRecurrenceYearly@3$CalSpanAllEvents@2$CalSpanFutureEvents@1$CalSpanThisEvent@0$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{
|
|
37
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalendarStoreErrors.h:13:1)": NewType(
|
|
38
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalendarStoreErrors.h:13:1)",
|
|
39
|
-
int,
|
|
40
|
-
),
|
|
41
37
|
"CalSpan": NewType("CalSpan", int),
|
|
42
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalTask.h:21:1)": NewType(
|
|
43
|
-
"enum (unnamed at /Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/CalendarStore.framework/Headers/CalTask.h:21:1)",
|
|
44
|
-
int,
|
|
45
|
-
),
|
|
46
38
|
"CalRecurrenceType": NewType("CalRecurrenceType", int),
|
|
47
39
|
}
|
|
48
40
|
)
|
|
@@ -91,6 +83,36 @@ try:
|
|
|
91
83
|
r(b"CalTask", b"setIsCompleted:", {"arguments": {2: {"type": "Z"}}})
|
|
92
84
|
finally:
|
|
93
85
|
objc._updatingMetadata(False)
|
|
86
|
+
|
|
87
|
+
objc.registerNewKeywordsFromSelector(
|
|
88
|
+
"CalRecurrenceRule", b"initDailyRecurrenceWithInterval:end:"
|
|
89
|
+
)
|
|
90
|
+
objc.registerNewKeywordsFromSelector(
|
|
91
|
+
"CalRecurrenceRule", b"initMonthlyRecurrenceWithInterval:end:"
|
|
92
|
+
)
|
|
93
|
+
objc.registerNewKeywordsFromSelector(
|
|
94
|
+
"CalRecurrenceRule",
|
|
95
|
+
b"initMonthlyRecurrenceWithInterval:forDayOfTheWeek:forWeekOfTheMonth:end:",
|
|
96
|
+
)
|
|
97
|
+
objc.registerNewKeywordsFromSelector(
|
|
98
|
+
"CalRecurrenceRule", b"initMonthlyRecurrenceWithInterval:forDaysOfTheMonth:end:"
|
|
99
|
+
)
|
|
100
|
+
objc.registerNewKeywordsFromSelector(
|
|
101
|
+
"CalRecurrenceRule", b"initWeeklyRecurrenceWithInterval:end:"
|
|
102
|
+
)
|
|
103
|
+
objc.registerNewKeywordsFromSelector(
|
|
104
|
+
"CalRecurrenceRule", b"initWeeklyRecurrenceWithInterval:forDaysOfTheWeek:end:"
|
|
105
|
+
)
|
|
106
|
+
objc.registerNewKeywordsFromSelector(
|
|
107
|
+
"CalRecurrenceRule", b"initYearlyRecurrenceWithInterval:end:"
|
|
108
|
+
)
|
|
109
|
+
objc.registerNewKeywordsFromSelector(
|
|
110
|
+
"CalRecurrenceRule",
|
|
111
|
+
b"initYearlyRecurrenceWithInterval:forDayOfTheWeek:forWeekOfTheMonth:forMonthsOfTheYear:end:",
|
|
112
|
+
)
|
|
113
|
+
objc.registerNewKeywordsFromSelector(
|
|
114
|
+
"CalRecurrenceRule", b"initYearlyRecurrenceWithInterval:forMonthsOfTheYear:end:"
|
|
115
|
+
)
|
|
94
116
|
expressions = {}
|
|
95
117
|
|
|
96
118
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-CalendarStore
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework CalendarStore on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -34,8 +34,8 @@ License-File: LICENSE.txt
|
|
|
34
34
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
35
35
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
36
36
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
37
|
-
Requires-Dist: pyobjc-core >=10.
|
|
38
|
-
Requires-Dist: pyobjc-framework-Cocoa >=10.
|
|
37
|
+
Requires-Dist: pyobjc-core >=10.3
|
|
38
|
+
Requires-Dist: pyobjc-framework-Cocoa >=10.3
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
Wrappers for the "CalendarStore" on macOS 10.5 and later. The CalendarStore
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
CalendarStore/__init__.py,sha256=EMX5y2h991KX6EvgJZ8bbPpie1cGuJqWNtP4TezWz0w,860
|
|
2
|
+
CalendarStore/_metadata.py,sha256=ar_Cn70MX1jw-zfH0I1ZJNuJq3lEQBV5Gz5SciaCGUU,4340
|
|
3
|
+
pyobjc_framework_CalendarStore-10.3.dist-info/LICENSE.txt,sha256=VBYOCJp5HziM90a14Txl68gt3y2rIJpcoZAoVkfX4Ho,1249
|
|
4
|
+
pyobjc_framework_CalendarStore-10.3.dist-info/METADATA,sha256=gzODkgfSVWddi9akLNQkxLqaoOUFxpgw7o5pvk-jUzM,2487
|
|
5
|
+
pyobjc_framework_CalendarStore-10.3.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
6
|
+
pyobjc_framework_CalendarStore-10.3.dist-info/top_level.txt,sha256=dX90QOKdXRGwyUcu7ngoERoRnxgytUfiI3JQKydJZmQ,14
|
|
7
|
+
pyobjc_framework_CalendarStore-10.3.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
CalendarStore/__init__.py,sha256=EMX5y2h991KX6EvgJZ8bbPpie1cGuJqWNtP4TezWz0w,860
|
|
2
|
-
CalendarStore/_metadata.py,sha256=Pau2JeHGRJSHR1VF2RPhRj_jVHh0gjPwL-ED7VgfG2o,4214
|
|
3
|
-
pyobjc_framework_CalendarStore-10.2.dist-info/LICENSE.txt,sha256=VBYOCJp5HziM90a14Txl68gt3y2rIJpcoZAoVkfX4Ho,1249
|
|
4
|
-
pyobjc_framework_CalendarStore-10.2.dist-info/METADATA,sha256=yE30TN1JmA70TSbO9OWzCLNk4Fvr020lSzStmryix1c,2487
|
|
5
|
-
pyobjc_framework_CalendarStore-10.2.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
6
|
-
pyobjc_framework_CalendarStore-10.2.dist-info/top_level.txt,sha256=dX90QOKdXRGwyUcu7ngoERoRnxgytUfiI3JQKydJZmQ,14
|
|
7
|
-
pyobjc_framework_CalendarStore-10.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|