pyobjc-framework-VideoSubscriberAccount 10.1__tar.gz → 10.3__tar.gz
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.
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/Lib/VideoSubscriberAccount/__init__.py +12 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/Lib/VideoSubscriberAccount/_metadata.py +9 -1
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/Lib/pyobjc_framework_VideoSubscriberAccount.egg-info/PKG-INFO +3 -3
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/Lib/pyobjc_framework_VideoSubscriberAccount.egg-info/SOURCES.txt +2 -6
- pyobjc_framework_videosubscriberaccount-10.3/Lib/pyobjc_framework_VideoSubscriberAccount.egg-info/requires.txt +2 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/License.txt +1 -1
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/PKG-INFO +3 -3
- pyobjc-framework-VideoSubscriberAccount-10.1/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_videosubscriberaccount-10.3/metadata/raw/arm64-14.5.fwinfo +154 -2
- pyobjc-framework-VideoSubscriberAccount-10.1/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_videosubscriberaccount-10.3/metadata/raw/x86_64-14.5.fwinfo +154 -2
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/setup.py +1 -1
- pyobjc-framework-VideoSubscriberAccount-10.1/Lib/pyobjc_framework_VideoSubscriberAccount.egg-info/requires.txt +0 -2
- pyobjc-framework-VideoSubscriberAccount-10.1/metadata/raw/arm64-12.0.fwinfo +0 -1197
- pyobjc-framework-VideoSubscriberAccount-10.1/metadata/raw/arm64-13.0.fwinfo +0 -1766
- pyobjc-framework-VideoSubscriberAccount-10.1/metadata/raw/x86_64-12.0.fwinfo +0 -1197
- pyobjc-framework-VideoSubscriberAccount-10.1/metadata/raw/x86_64-13.0.fwinfo +0 -1766
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/Lib/pyobjc_framework_VideoSubscriberAccount.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/Lib/pyobjc_framework_VideoSubscriberAccount.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/Lib/pyobjc_framework_VideoSubscriberAccount.egg-info/top_level.txt +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/MANIFEST.in +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/PyObjCTest/test_videosubscriberaccount.py +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/PyObjCTest/test_videosubscriberaccounterrors.py +0 -0
- /pyobjc-framework-VideoSubscriberAccount-10.1/PyObjCTest/test_VSSubscription.py → /pyobjc_framework_videosubscriberaccount-10.3/PyObjCTest/test_vssubscription.py +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/metadata/VideoSubscriberAccount.fwinfo +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/metadata/metadata.ini +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/metadata/raw/arm64-13.3.fwinfo +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/metadata/raw/x86_64-10.15.fwinfo +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/metadata/raw/x86_64-13.3.fwinfo +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/pyobjc_setup.py +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/pyproject.toml +0 -0
- {pyobjc-framework-VideoSubscriberAccount-10.1 → pyobjc_framework_videosubscriberaccount-10.3}/setup.cfg +0 -0
|
@@ -28,6 +28,18 @@ def _setup():
|
|
|
28
28
|
globals()["__dir__"] = dir_func
|
|
29
29
|
globals()["__getattr__"] = getattr_func
|
|
30
30
|
|
|
31
|
+
for cls, sel in (
|
|
32
|
+
("VSAccountApplicationProvider", b"init"),
|
|
33
|
+
("VSAccountApplicationProvider", b"new"),
|
|
34
|
+
("VSAppleSubscription", b"init"),
|
|
35
|
+
("VSAppleSubscription", b"new"),
|
|
36
|
+
("VSAccountManagerResult", b"init"),
|
|
37
|
+
("VSAccountManagerResult", b"new"),
|
|
38
|
+
("VSUserAccount", b"init"),
|
|
39
|
+
("VSUserAccount", b"new"),
|
|
40
|
+
):
|
|
41
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
42
|
+
|
|
31
43
|
del sys.modules["VideoSubscriberAccount._metadata"]
|
|
32
44
|
|
|
33
45
|
|
|
@@ -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:38:18 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -183,6 +183,14 @@ try:
|
|
|
183
183
|
)
|
|
184
184
|
finally:
|
|
185
185
|
objc._updatingMetadata(False)
|
|
186
|
+
|
|
187
|
+
objc.registerNewKeywordsFromSelector(
|
|
188
|
+
"VSAccountApplicationProvider", b"initWithLocalizedDisplayName:identifier:"
|
|
189
|
+
)
|
|
190
|
+
objc.registerNewKeywordsFromSelector(
|
|
191
|
+
"VSAppleSubscription", b"initWithCustomerID:productCodes:"
|
|
192
|
+
)
|
|
193
|
+
objc.registerNewKeywordsFromSelector("VSUserAccount", b"initWithAccountType:updateURL:")
|
|
186
194
|
expressions = {}
|
|
187
195
|
|
|
188
196
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-VideoSubscriberAccount
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework VideoSubscriberAccount on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3
|
|
35
35
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
36
36
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
37
37
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -18,15 +18,11 @@ PyObjCTest/test_videosubscriberaccounterrors.py
|
|
|
18
18
|
PyObjCTest/test_vssubscription.py
|
|
19
19
|
metadata/VideoSubscriberAccount.fwinfo
|
|
20
20
|
metadata/metadata.ini
|
|
21
|
-
metadata/raw/arm64-12.0.fwinfo
|
|
22
21
|
metadata/raw/arm64-12.3.fwinfo
|
|
23
|
-
metadata/raw/arm64-13.0.fwinfo
|
|
24
22
|
metadata/raw/arm64-13.3.fwinfo
|
|
25
|
-
metadata/raw/arm64-14.
|
|
23
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
26
24
|
metadata/raw/x86_64-10.15.fwinfo
|
|
27
25
|
metadata/raw/x86_64-10.16.fwinfo
|
|
28
|
-
metadata/raw/x86_64-12.0.fwinfo
|
|
29
26
|
metadata/raw/x86_64-12.3.fwinfo
|
|
30
|
-
metadata/raw/x86_64-13.0.fwinfo
|
|
31
27
|
metadata/raw/x86_64-13.3.fwinfo
|
|
32
|
-
metadata/raw/x86_64-14.
|
|
28
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(This is the MIT license, note that libffi-src is a separate product with its own license)
|
|
2
2
|
|
|
3
3
|
Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
|
|
4
|
-
Copyright 2003-
|
|
4
|
+
Copyright 2003-2024 - Ronald Oussoren
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-VideoSubscriberAccount
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework VideoSubscriberAccount on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=10.
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=10.
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.3
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.3
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
Wrappers for the "VideoSubscriberAccount" framework on macOS.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat
|
|
4
|
+
// Last update: Sat May 18 09:38:18 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -885,6 +885,123 @@
|
|
|
885
885
|
"protocols": [],
|
|
886
886
|
"super": "NSObject"
|
|
887
887
|
},
|
|
888
|
+
"VSAppleSubscription": {
|
|
889
|
+
"categories": [],
|
|
890
|
+
"methods": [
|
|
891
|
+
{
|
|
892
|
+
"args": [
|
|
893
|
+
{
|
|
894
|
+
"typestr": "@",
|
|
895
|
+
"typestr_special": false
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"typestr": "@",
|
|
899
|
+
"typestr_special": false
|
|
900
|
+
}
|
|
901
|
+
],
|
|
902
|
+
"class_method": false,
|
|
903
|
+
"retval": {
|
|
904
|
+
"typestr": "@",
|
|
905
|
+
"typestr_special": false
|
|
906
|
+
},
|
|
907
|
+
"selector": "initWithCustomerID:productCodes:",
|
|
908
|
+
"visibility": "public"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"args": [],
|
|
912
|
+
"class_method": false,
|
|
913
|
+
"retval": {
|
|
914
|
+
"typestr": "@",
|
|
915
|
+
"typestr_special": false
|
|
916
|
+
},
|
|
917
|
+
"selector": "init",
|
|
918
|
+
"visibility": "public"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"args": [],
|
|
922
|
+
"class_method": true,
|
|
923
|
+
"retval": {
|
|
924
|
+
"typestr": "@",
|
|
925
|
+
"typestr_special": false
|
|
926
|
+
},
|
|
927
|
+
"selector": "new",
|
|
928
|
+
"visibility": "public"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"args": [],
|
|
932
|
+
"class_method": false,
|
|
933
|
+
"retval": {
|
|
934
|
+
"typestr": "@",
|
|
935
|
+
"typestr_special": false
|
|
936
|
+
},
|
|
937
|
+
"selector": "customerID",
|
|
938
|
+
"visibility": "public"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"args": [
|
|
942
|
+
{
|
|
943
|
+
"typestr": "@",
|
|
944
|
+
"typestr_special": false
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"class_method": false,
|
|
948
|
+
"retval": {
|
|
949
|
+
"typestr": "v",
|
|
950
|
+
"typestr_special": false
|
|
951
|
+
},
|
|
952
|
+
"selector": "setCustomerID:",
|
|
953
|
+
"visibility": "public"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"args": [],
|
|
957
|
+
"class_method": false,
|
|
958
|
+
"retval": {
|
|
959
|
+
"typestr": "@",
|
|
960
|
+
"typestr_special": false
|
|
961
|
+
},
|
|
962
|
+
"selector": "productCodes",
|
|
963
|
+
"visibility": "public"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"args": [
|
|
967
|
+
{
|
|
968
|
+
"typestr": "@",
|
|
969
|
+
"typestr_special": false
|
|
970
|
+
}
|
|
971
|
+
],
|
|
972
|
+
"class_method": false,
|
|
973
|
+
"retval": {
|
|
974
|
+
"typestr": "v",
|
|
975
|
+
"typestr_special": false
|
|
976
|
+
},
|
|
977
|
+
"selector": "setProductCodes:",
|
|
978
|
+
"visibility": "public"
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"name": "VSAppleSubscription",
|
|
982
|
+
"properties": [
|
|
983
|
+
{
|
|
984
|
+
"attributes": [
|
|
985
|
+
"nonatomic",
|
|
986
|
+
"strong"
|
|
987
|
+
],
|
|
988
|
+
"name": "customerID",
|
|
989
|
+
"typestr": "@",
|
|
990
|
+
"typestr_special": false
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"attributes": [
|
|
994
|
+
"nonatomic",
|
|
995
|
+
"strong"
|
|
996
|
+
],
|
|
997
|
+
"name": "productCodes",
|
|
998
|
+
"typestr": "@",
|
|
999
|
+
"typestr_special": false
|
|
1000
|
+
}
|
|
1001
|
+
],
|
|
1002
|
+
"protocols": [],
|
|
1003
|
+
"super": "NSObject"
|
|
1004
|
+
},
|
|
888
1005
|
"VSSubscription": {
|
|
889
1006
|
"categories": [],
|
|
890
1007
|
"methods": [
|
|
@@ -1376,6 +1493,31 @@
|
|
|
1376
1493
|
},
|
|
1377
1494
|
"selector": "deviceCategory",
|
|
1378
1495
|
"visibility": "public"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"args": [],
|
|
1499
|
+
"class_method": false,
|
|
1500
|
+
"retval": {
|
|
1501
|
+
"typestr": "@",
|
|
1502
|
+
"typestr_special": false
|
|
1503
|
+
},
|
|
1504
|
+
"selector": "appleSubscription",
|
|
1505
|
+
"visibility": "public"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"args": [
|
|
1509
|
+
{
|
|
1510
|
+
"typestr": "@",
|
|
1511
|
+
"typestr_special": false
|
|
1512
|
+
}
|
|
1513
|
+
],
|
|
1514
|
+
"class_method": false,
|
|
1515
|
+
"retval": {
|
|
1516
|
+
"typestr": "v",
|
|
1517
|
+
"typestr_special": false
|
|
1518
|
+
},
|
|
1519
|
+
"selector": "setAppleSubscription:",
|
|
1520
|
+
"visibility": "public"
|
|
1379
1521
|
}
|
|
1380
1522
|
],
|
|
1381
1523
|
"name": "VSUserAccount",
|
|
@@ -1495,6 +1637,15 @@
|
|
|
1495
1637
|
"name": "deviceCategory",
|
|
1496
1638
|
"typestr": "q",
|
|
1497
1639
|
"typestr_special": false
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"attributes": [
|
|
1643
|
+
"nonatomic",
|
|
1644
|
+
"strong"
|
|
1645
|
+
],
|
|
1646
|
+
"name": "appleSubscription",
|
|
1647
|
+
"typestr": "@",
|
|
1648
|
+
"typestr_special": false
|
|
1498
1649
|
}
|
|
1499
1650
|
],
|
|
1500
1651
|
"protocols": [],
|
|
@@ -1764,6 +1915,7 @@
|
|
|
1764
1915
|
"VSAccountMetadata.h",
|
|
1765
1916
|
"VSAccountMetadataRequest.h",
|
|
1766
1917
|
"VSAccountProviderResponse.h",
|
|
1918
|
+
"VSAppleSubscription.h",
|
|
1767
1919
|
"VSSubscription.h",
|
|
1768
1920
|
"VSSubscriptionRegistrationCenter.h",
|
|
1769
1921
|
"VSUserAccount.h",
|
|
@@ -1772,5 +1924,5 @@
|
|
|
1772
1924
|
"VideoSubscriberAccountErrors.h"
|
|
1773
1925
|
],
|
|
1774
1926
|
"release": "10.16",
|
|
1775
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
1927
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
1776
1928
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GENERATED FILE DO NOT EDIT
|
|
2
2
|
//
|
|
3
3
|
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat
|
|
4
|
+
// Last update: Sat May 18 09:38:16 2024
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -885,6 +885,123 @@
|
|
|
885
885
|
"protocols": [],
|
|
886
886
|
"super": "NSObject"
|
|
887
887
|
},
|
|
888
|
+
"VSAppleSubscription": {
|
|
889
|
+
"categories": [],
|
|
890
|
+
"methods": [
|
|
891
|
+
{
|
|
892
|
+
"args": [
|
|
893
|
+
{
|
|
894
|
+
"typestr": "@",
|
|
895
|
+
"typestr_special": false
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"typestr": "@",
|
|
899
|
+
"typestr_special": false
|
|
900
|
+
}
|
|
901
|
+
],
|
|
902
|
+
"class_method": false,
|
|
903
|
+
"retval": {
|
|
904
|
+
"typestr": "@",
|
|
905
|
+
"typestr_special": false
|
|
906
|
+
},
|
|
907
|
+
"selector": "initWithCustomerID:productCodes:",
|
|
908
|
+
"visibility": "public"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"args": [],
|
|
912
|
+
"class_method": false,
|
|
913
|
+
"retval": {
|
|
914
|
+
"typestr": "@",
|
|
915
|
+
"typestr_special": false
|
|
916
|
+
},
|
|
917
|
+
"selector": "init",
|
|
918
|
+
"visibility": "public"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"args": [],
|
|
922
|
+
"class_method": true,
|
|
923
|
+
"retval": {
|
|
924
|
+
"typestr": "@",
|
|
925
|
+
"typestr_special": false
|
|
926
|
+
},
|
|
927
|
+
"selector": "new",
|
|
928
|
+
"visibility": "public"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"args": [],
|
|
932
|
+
"class_method": false,
|
|
933
|
+
"retval": {
|
|
934
|
+
"typestr": "@",
|
|
935
|
+
"typestr_special": false
|
|
936
|
+
},
|
|
937
|
+
"selector": "customerID",
|
|
938
|
+
"visibility": "public"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"args": [
|
|
942
|
+
{
|
|
943
|
+
"typestr": "@",
|
|
944
|
+
"typestr_special": false
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"class_method": false,
|
|
948
|
+
"retval": {
|
|
949
|
+
"typestr": "v",
|
|
950
|
+
"typestr_special": false
|
|
951
|
+
},
|
|
952
|
+
"selector": "setCustomerID:",
|
|
953
|
+
"visibility": "public"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"args": [],
|
|
957
|
+
"class_method": false,
|
|
958
|
+
"retval": {
|
|
959
|
+
"typestr": "@",
|
|
960
|
+
"typestr_special": false
|
|
961
|
+
},
|
|
962
|
+
"selector": "productCodes",
|
|
963
|
+
"visibility": "public"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"args": [
|
|
967
|
+
{
|
|
968
|
+
"typestr": "@",
|
|
969
|
+
"typestr_special": false
|
|
970
|
+
}
|
|
971
|
+
],
|
|
972
|
+
"class_method": false,
|
|
973
|
+
"retval": {
|
|
974
|
+
"typestr": "v",
|
|
975
|
+
"typestr_special": false
|
|
976
|
+
},
|
|
977
|
+
"selector": "setProductCodes:",
|
|
978
|
+
"visibility": "public"
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"name": "VSAppleSubscription",
|
|
982
|
+
"properties": [
|
|
983
|
+
{
|
|
984
|
+
"attributes": [
|
|
985
|
+
"nonatomic",
|
|
986
|
+
"strong"
|
|
987
|
+
],
|
|
988
|
+
"name": "customerID",
|
|
989
|
+
"typestr": "@",
|
|
990
|
+
"typestr_special": false
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"attributes": [
|
|
994
|
+
"nonatomic",
|
|
995
|
+
"strong"
|
|
996
|
+
],
|
|
997
|
+
"name": "productCodes",
|
|
998
|
+
"typestr": "@",
|
|
999
|
+
"typestr_special": false
|
|
1000
|
+
}
|
|
1001
|
+
],
|
|
1002
|
+
"protocols": [],
|
|
1003
|
+
"super": "NSObject"
|
|
1004
|
+
},
|
|
888
1005
|
"VSSubscription": {
|
|
889
1006
|
"categories": [],
|
|
890
1007
|
"methods": [
|
|
@@ -1376,6 +1493,31 @@
|
|
|
1376
1493
|
},
|
|
1377
1494
|
"selector": "deviceCategory",
|
|
1378
1495
|
"visibility": "public"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"args": [],
|
|
1499
|
+
"class_method": false,
|
|
1500
|
+
"retval": {
|
|
1501
|
+
"typestr": "@",
|
|
1502
|
+
"typestr_special": false
|
|
1503
|
+
},
|
|
1504
|
+
"selector": "appleSubscription",
|
|
1505
|
+
"visibility": "public"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"args": [
|
|
1509
|
+
{
|
|
1510
|
+
"typestr": "@",
|
|
1511
|
+
"typestr_special": false
|
|
1512
|
+
}
|
|
1513
|
+
],
|
|
1514
|
+
"class_method": false,
|
|
1515
|
+
"retval": {
|
|
1516
|
+
"typestr": "v",
|
|
1517
|
+
"typestr_special": false
|
|
1518
|
+
},
|
|
1519
|
+
"selector": "setAppleSubscription:",
|
|
1520
|
+
"visibility": "public"
|
|
1379
1521
|
}
|
|
1380
1522
|
],
|
|
1381
1523
|
"name": "VSUserAccount",
|
|
@@ -1495,6 +1637,15 @@
|
|
|
1495
1637
|
"name": "deviceCategory",
|
|
1496
1638
|
"typestr": "q",
|
|
1497
1639
|
"typestr_special": false
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"attributes": [
|
|
1643
|
+
"nonatomic",
|
|
1644
|
+
"strong"
|
|
1645
|
+
],
|
|
1646
|
+
"name": "appleSubscription",
|
|
1647
|
+
"typestr": "@",
|
|
1648
|
+
"typestr_special": false
|
|
1498
1649
|
}
|
|
1499
1650
|
],
|
|
1500
1651
|
"protocols": [],
|
|
@@ -1764,6 +1915,7 @@
|
|
|
1764
1915
|
"VSAccountMetadata.h",
|
|
1765
1916
|
"VSAccountMetadataRequest.h",
|
|
1766
1917
|
"VSAccountProviderResponse.h",
|
|
1918
|
+
"VSAppleSubscription.h",
|
|
1767
1919
|
"VSSubscription.h",
|
|
1768
1920
|
"VSSubscriptionRegistrationCenter.h",
|
|
1769
1921
|
"VSUserAccount.h",
|
|
@@ -1772,5 +1924,5 @@
|
|
|
1772
1924
|
"VideoSubscriberAccountErrors.h"
|
|
1773
1925
|
],
|
|
1774
1926
|
"release": "10.16",
|
|
1775
|
-
"sdk": "/Users/ronald/Applications/Xcode
|
|
1927
|
+
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
1776
1928
|
}
|