pyobjc-framework-CoreLocation 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.
Files changed (60) hide show
  1. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Examples/WhereIsMyMac/setup.py +1 -0
  2. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/LICENSE.txt +1 -1
  3. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Lib/CoreLocation/__init__.py +16 -0
  4. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Lib/CoreLocation/_metadata.py +66 -1
  5. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Lib/pyobjc_framework_CoreLocation.egg-info/PKG-INFO +3 -3
  6. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Lib/pyobjc_framework_CoreLocation.egg-info/SOURCES.txt +2 -6
  7. pyobjc_framework_corelocation-10.3/Lib/pyobjc_framework_CoreLocation.egg-info/requires.txt +2 -0
  8. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PKG-INFO +3 -3
  9. pyobjc-framework-CoreLocation-10.1/metadata/raw/arm64-14.2.fwinfo → pyobjc_framework_corelocation-10.3/metadata/raw/arm64-14.5.fwinfo +74 -10
  10. pyobjc-framework-CoreLocation-10.1/metadata/raw/x86_64-14.2.fwinfo → pyobjc_framework_corelocation-10.3/metadata/raw/x86_64-14.5.fwinfo +74 -10
  11. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/setup.py +2 -1
  12. pyobjc-framework-CoreLocation-10.1/Lib/pyobjc_framework_CoreLocation.egg-info/requires.txt +0 -2
  13. pyobjc-framework-CoreLocation-10.1/metadata/raw/arm64-12.1.fwinfo +0 -4035
  14. pyobjc-framework-CoreLocation-10.1/metadata/raw/arm64-14.0.fwinfo +0 -4957
  15. pyobjc-framework-CoreLocation-10.1/metadata/raw/x86_64-12.1.fwinfo +0 -4035
  16. pyobjc-framework-CoreLocation-10.1/metadata/raw/x86_64-14.0.fwinfo +0 -4957
  17. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Examples/WhereIsMyMac/English.lproj/MainMenu.xib +0 -0
  18. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Examples/WhereIsMyMac/HTMLFormatString.html +0 -0
  19. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Examples/WhereIsMyMac/ReadMe.txt +0 -0
  20. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Examples/WhereIsMyMac/WhereIsMyMacAppDelegate.py +0 -0
  21. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Examples/WhereIsMyMac/main.py +0 -0
  22. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Lib/pyobjc_framework_CoreLocation.egg-info/dependency_links.txt +0 -0
  23. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Lib/pyobjc_framework_CoreLocation.egg-info/not-zip-safe +0 -0
  24. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Lib/pyobjc_framework_CoreLocation.egg-info/top_level.txt +0 -0
  25. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/MANIFEST.in +0 -0
  26. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Modules/_CoreLocation.m +0 -0
  27. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Modules/_CoreLocation_protocols.m +0 -0
  28. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Modules/pyobjc-api.h +0 -0
  29. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/Modules/pyobjc-compat.h +0 -0
  30. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/__init__.py +0 -0
  31. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_clbeaconregion.py +0 -0
  32. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_clcircularregion.py +0 -0
  33. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_clerror.py +0 -0
  34. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_clerrordomain.py +0 -0
  35. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_clgeocoder.py +0 -0
  36. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_clheading.py +0 -0
  37. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_cllocation.py +0 -0
  38. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_cllocationmanager.py +0 -0
  39. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_cllocationmanagerdelegate.py +0 -0
  40. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_cllocationupdater.py +0 -0
  41. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_clmonitor.py +0 -0
  42. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_clmonitorconfiguration.py +0 -0
  43. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_clmonitoringevent.py +0 -0
  44. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_clregion.py +0 -0
  45. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/PyObjCTest/test_corelocation.py +0 -0
  46. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/README.txt +0 -0
  47. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/metadata/CoreLocation.fwinfo +0 -0
  48. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/metadata/metadata.ini +0 -0
  49. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/metadata/raw/arm64-12.3.fwinfo +0 -0
  50. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/metadata/raw/arm64-13.0.fwinfo +0 -0
  51. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/metadata/raw/arm64-13.3.fwinfo +0 -0
  52. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/metadata/raw/x86_64-10.10.fwinfo +0 -0
  53. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/metadata/raw/x86_64-10.15.fwinfo +0 -0
  54. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  55. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  56. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/metadata/raw/x86_64-13.0.fwinfo +0 -0
  57. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/metadata/raw/x86_64-13.3.fwinfo +0 -0
  58. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/pyobjc_setup.py +0 -0
  59. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/pyproject.toml +0 -0
  60. {pyobjc-framework-CoreLocation-10.1 → pyobjc_framework_corelocation-10.3}/setup.cfg +0 -0
@@ -4,6 +4,7 @@ Script for building the example.
4
4
  Usage:
5
5
  python3 setup.py py2app
6
6
  """
7
+
7
8
  from setuptools import setup
8
9
 
9
10
  setup(
@@ -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-2022 - Ronald Oussoren
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
 
@@ -31,6 +31,22 @@ def _setup():
31
31
  globals()["__dir__"] = dir_func
32
32
  globals()["__getattr__"] = getattr_func
33
33
 
34
+ for cls, sel in (
35
+ ("CLMonitor", b"init"),
36
+ ("CLMonitor", b"new"),
37
+ ("CLMonitoringRecord", b"init"),
38
+ ("CLMonitoringRecord", b"new"),
39
+ ("CLMonitoringEvent", b"init"),
40
+ ("CLMonitoringEvent", b"new"),
41
+ ("CLBackgroundActivitySession", b"init"),
42
+ ("CLBackgroundActivitySession", b"new"),
43
+ ("CLCondition", b"init"),
44
+ ("CLCondition", b"new"),
45
+ ("CLLocationUpdater", b"init"),
46
+ ("CLLocationUpdater", b"new"),
47
+ ):
48
+ objc.registerUnavailableMethod(cls, sel)
49
+
34
50
  del sys.modules["CoreLocation._metadata"]
35
51
 
36
52
 
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Fri Nov 17 11:41:36 2023
3
+ # Last update: Sat May 18 09:20:16 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -664,6 +664,71 @@ try:
664
664
  )
665
665
  finally:
666
666
  objc._updatingMetadata(False)
667
+
668
+ objc.registerNewKeywordsFromSelector("CLBeaconIdentityCondition", b"initWithUUID:")
669
+ objc.registerNewKeywordsFromSelector(
670
+ "CLBeaconIdentityCondition", b"initWithUUID:major:"
671
+ )
672
+ objc.registerNewKeywordsFromSelector(
673
+ "CLBeaconIdentityCondition", b"initWithUUID:major:minor:"
674
+ )
675
+ objc.registerNewKeywordsFromSelector("CLBeaconIdentityConstraint", b"initWithUUID:")
676
+ objc.registerNewKeywordsFromSelector(
677
+ "CLBeaconIdentityConstraint", b"initWithUUID:major:"
678
+ )
679
+ objc.registerNewKeywordsFromSelector(
680
+ "CLBeaconIdentityConstraint", b"initWithUUID:major:minor:"
681
+ )
682
+ objc.registerNewKeywordsFromSelector(
683
+ "CLBeaconRegion", b"initWithBeaconIdentityConstraint:identifier:"
684
+ )
685
+ objc.registerNewKeywordsFromSelector(
686
+ "CLBeaconRegion", b"initWithProximityUUID:identifier:"
687
+ )
688
+ objc.registerNewKeywordsFromSelector(
689
+ "CLBeaconRegion", b"initWithProximityUUID:major:identifier:"
690
+ )
691
+ objc.registerNewKeywordsFromSelector(
692
+ "CLBeaconRegion", b"initWithProximityUUID:major:minor:identifier:"
693
+ )
694
+ objc.registerNewKeywordsFromSelector("CLBeaconRegion", b"initWithUUID:identifier:")
695
+ objc.registerNewKeywordsFromSelector(
696
+ "CLBeaconRegion", b"initWithUUID:major:identifier:"
697
+ )
698
+ objc.registerNewKeywordsFromSelector(
699
+ "CLBeaconRegion", b"initWithUUID:major:minor:identifier:"
700
+ )
701
+ objc.registerNewKeywordsFromSelector(
702
+ "CLCircularGeographicCondition", b"initWithCenter:radius:"
703
+ )
704
+ objc.registerNewKeywordsFromSelector(
705
+ "CLCircularRegion", b"initWithCenter:radius:identifier:"
706
+ )
707
+ objc.registerNewKeywordsFromSelector(
708
+ "CLLocation",
709
+ b"initWithCoordinate:altitude:horizontalAccuracy:verticalAccuracy:course:courseAccuracy:speed:speedAccuracy:timestamp:",
710
+ )
711
+ objc.registerNewKeywordsFromSelector(
712
+ "CLLocation",
713
+ b"initWithCoordinate:altitude:horizontalAccuracy:verticalAccuracy:course:courseAccuracy:speed:speedAccuracy:timestamp:sourceInfo:",
714
+ )
715
+ objc.registerNewKeywordsFromSelector(
716
+ "CLLocation",
717
+ b"initWithCoordinate:altitude:horizontalAccuracy:verticalAccuracy:course:speed:timestamp:",
718
+ )
719
+ objc.registerNewKeywordsFromSelector(
720
+ "CLLocation",
721
+ b"initWithCoordinate:altitude:horizontalAccuracy:verticalAccuracy:timestamp:",
722
+ )
723
+ objc.registerNewKeywordsFromSelector("CLLocation", b"initWithLatitude:longitude:")
724
+ objc.registerNewKeywordsFromSelector(
725
+ "CLLocationSourceInformation",
726
+ b"initWithSoftwareSimulationState:andExternalAccessoryState:",
727
+ )
728
+ objc.registerNewKeywordsFromSelector("CLPlacemark", b"initWithPlacemark:")
729
+ objc.registerNewKeywordsFromSelector(
730
+ "CLRegion", b"initCircularRegionWithCenter:radius:identifier:"
731
+ )
667
732
  expressions = {}
668
733
 
669
734
  # END OF FILE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-CoreLocation
3
- Version: 10.1
3
+ Version: 10.3
4
4
  Summary: Wrappers for the framework CoreLocation on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
33
  License-File: LICENSE.txt
34
- Requires-Dist: pyobjc-core>=10.1
35
- Requires-Dist: pyobjc-framework-Cocoa>=10.1
34
+ Requires-Dist: pyobjc-core>=10.3
35
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3
36
36
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
37
37
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
38
38
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
@@ -40,18 +40,14 @@ PyObjCTest/test_clregion.py
40
40
  PyObjCTest/test_corelocation.py
41
41
  metadata/CoreLocation.fwinfo
42
42
  metadata/metadata.ini
43
- metadata/raw/arm64-12.1.fwinfo
44
43
  metadata/raw/arm64-12.3.fwinfo
45
44
  metadata/raw/arm64-13.0.fwinfo
46
45
  metadata/raw/arm64-13.3.fwinfo
47
- metadata/raw/arm64-14.0.fwinfo
48
- metadata/raw/arm64-14.2.fwinfo
46
+ metadata/raw/arm64-14.5.fwinfo
49
47
  metadata/raw/x86_64-10.10.fwinfo
50
48
  metadata/raw/x86_64-10.15.fwinfo
51
49
  metadata/raw/x86_64-10.16.fwinfo
52
- metadata/raw/x86_64-12.1.fwinfo
53
50
  metadata/raw/x86_64-12.3.fwinfo
54
51
  metadata/raw/x86_64-13.0.fwinfo
55
52
  metadata/raw/x86_64-13.3.fwinfo
56
- metadata/raw/x86_64-14.0.fwinfo
57
- metadata/raw/x86_64-14.2.fwinfo
53
+ metadata/raw/x86_64-14.5.fwinfo
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=10.3
2
+ pyobjc-framework-Cocoa>=10.3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-CoreLocation
3
- Version: 10.1
3
+ Version: 10.3
4
4
  Summary: Wrappers for the framework CoreLocation on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -31,8 +31,8 @@ Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.8
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
33
  License-File: LICENSE.txt
34
- Requires-Dist: pyobjc-core>=10.1
35
- Requires-Dist: pyobjc-framework-Cocoa>=10.1
34
+ Requires-Dist: pyobjc-core>=10.3
35
+ Requires-Dist: pyobjc-framework-Cocoa>=10.3
36
36
 
37
37
 
38
38
  Wrappers for framework 'CoreLocation' on macOS 10.6. This framework provides
@@ -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: Fri Nov 17 11:41:29 2023
4
+ // Last update: Sat May 18 09:20:16 2024
5
5
  {
6
6
  "arch": "arm64",
7
7
  "definitions": {
@@ -918,10 +918,16 @@
918
918
  "arguments": {
919
919
  "0": {
920
920
  "type": "^v"
921
+ },
922
+ "1": {
923
+ "type": "@"
924
+ },
925
+ "2": {
926
+ "type": "@"
921
927
  }
922
928
  },
923
929
  "retval": {
924
- "type": null
930
+ "type": "v"
925
931
  }
926
932
  },
927
933
  "typestr": "@?",
@@ -951,10 +957,16 @@
951
957
  "arguments": {
952
958
  "0": {
953
959
  "type": "^v"
960
+ },
961
+ "1": {
962
+ "type": "@"
963
+ },
964
+ "2": {
965
+ "type": "@"
954
966
  }
955
967
  },
956
968
  "retval": {
957
- "type": null
969
+ "type": "v"
958
970
  }
959
971
  },
960
972
  "typestr": "@?",
@@ -980,10 +992,16 @@
980
992
  "arguments": {
981
993
  "0": {
982
994
  "type": "^v"
995
+ },
996
+ "1": {
997
+ "type": "@"
998
+ },
999
+ "2": {
1000
+ "type": "@"
983
1001
  }
984
1002
  },
985
1003
  "retval": {
986
- "type": null
1004
+ "type": "v"
987
1005
  }
988
1006
  },
989
1007
  "typestr": "@?",
@@ -1013,10 +1031,16 @@
1013
1031
  "arguments": {
1014
1032
  "0": {
1015
1033
  "type": "^v"
1034
+ },
1035
+ "1": {
1036
+ "type": "@"
1037
+ },
1038
+ "2": {
1039
+ "type": "@"
1016
1040
  }
1017
1041
  },
1018
1042
  "retval": {
1019
- "type": null
1043
+ "type": "v"
1020
1044
  }
1021
1045
  },
1022
1046
  "typestr": "@?",
@@ -1050,10 +1074,16 @@
1050
1074
  "arguments": {
1051
1075
  "0": {
1052
1076
  "type": "^v"
1077
+ },
1078
+ "1": {
1079
+ "type": "@"
1080
+ },
1081
+ "2": {
1082
+ "type": "@"
1053
1083
  }
1054
1084
  },
1055
1085
  "retval": {
1056
- "type": null
1086
+ "type": "v"
1057
1087
  }
1058
1088
  },
1059
1089
  "typestr": "@?",
@@ -1079,10 +1109,16 @@
1079
1109
  "arguments": {
1080
1110
  "0": {
1081
1111
  "type": "^v"
1112
+ },
1113
+ "1": {
1114
+ "type": "@"
1115
+ },
1116
+ "2": {
1117
+ "type": "@"
1082
1118
  }
1083
1119
  },
1084
1120
  "retval": {
1085
- "type": null
1121
+ "type": "v"
1086
1122
  }
1087
1123
  },
1088
1124
  "typestr": "@?",
@@ -1128,10 +1164,16 @@
1128
1164
  "arguments": {
1129
1165
  "0": {
1130
1166
  "type": "^v"
1167
+ },
1168
+ "1": {
1169
+ "type": "@"
1170
+ },
1171
+ "2": {
1172
+ "type": "@"
1131
1173
  }
1132
1174
  },
1133
1175
  "retval": {
1134
- "type": null
1176
+ "type": "v"
1135
1177
  }
1136
1178
  },
1137
1179
  "typestr": "@?",
@@ -1161,10 +1203,16 @@
1161
1203
  "arguments": {
1162
1204
  "0": {
1163
1205
  "type": "^v"
1206
+ },
1207
+ "1": {
1208
+ "type": "@"
1209
+ },
1210
+ "2": {
1211
+ "type": "@"
1164
1212
  }
1165
1213
  },
1166
1214
  "retval": {
1167
- "type": null
1215
+ "type": "v"
1168
1216
  }
1169
1217
  },
1170
1218
  "typestr": "@?",
@@ -3304,6 +3352,22 @@
3304
3352
  "args": [],
3305
3353
  "class_method": false,
3306
3354
  "retval": {
3355
+ "callable": {
3356
+ "arguments": {
3357
+ "0": {
3358
+ "type": "^v"
3359
+ },
3360
+ "1": {
3361
+ "type": "@"
3362
+ },
3363
+ "2": {
3364
+ "type": "@"
3365
+ }
3366
+ },
3367
+ "retval": {
3368
+ "type": "v"
3369
+ }
3370
+ },
3307
3371
  "typestr": "@?",
3308
3372
  "typestr_special": false
3309
3373
  },
@@ -4954,5 +5018,5 @@
4954
5018
  "CLVisit.h"
4955
5019
  ],
4956
5020
  "release": "10.16",
4957
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk"
5021
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
4958
5022
  }
@@ -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: Fri Nov 17 11:41:27 2023
4
+ // Last update: Sat May 18 09:20:14 2024
5
5
  {
6
6
  "arch": "x86_64",
7
7
  "definitions": {
@@ -918,10 +918,16 @@
918
918
  "arguments": {
919
919
  "0": {
920
920
  "type": "^v"
921
+ },
922
+ "1": {
923
+ "type": "@"
924
+ },
925
+ "2": {
926
+ "type": "@"
921
927
  }
922
928
  },
923
929
  "retval": {
924
- "type": null
930
+ "type": "v"
925
931
  }
926
932
  },
927
933
  "typestr": "@?",
@@ -951,10 +957,16 @@
951
957
  "arguments": {
952
958
  "0": {
953
959
  "type": "^v"
960
+ },
961
+ "1": {
962
+ "type": "@"
963
+ },
964
+ "2": {
965
+ "type": "@"
954
966
  }
955
967
  },
956
968
  "retval": {
957
- "type": null
969
+ "type": "v"
958
970
  }
959
971
  },
960
972
  "typestr": "@?",
@@ -980,10 +992,16 @@
980
992
  "arguments": {
981
993
  "0": {
982
994
  "type": "^v"
995
+ },
996
+ "1": {
997
+ "type": "@"
998
+ },
999
+ "2": {
1000
+ "type": "@"
983
1001
  }
984
1002
  },
985
1003
  "retval": {
986
- "type": null
1004
+ "type": "v"
987
1005
  }
988
1006
  },
989
1007
  "typestr": "@?",
@@ -1013,10 +1031,16 @@
1013
1031
  "arguments": {
1014
1032
  "0": {
1015
1033
  "type": "^v"
1034
+ },
1035
+ "1": {
1036
+ "type": "@"
1037
+ },
1038
+ "2": {
1039
+ "type": "@"
1016
1040
  }
1017
1041
  },
1018
1042
  "retval": {
1019
- "type": null
1043
+ "type": "v"
1020
1044
  }
1021
1045
  },
1022
1046
  "typestr": "@?",
@@ -1050,10 +1074,16 @@
1050
1074
  "arguments": {
1051
1075
  "0": {
1052
1076
  "type": "^v"
1077
+ },
1078
+ "1": {
1079
+ "type": "@"
1080
+ },
1081
+ "2": {
1082
+ "type": "@"
1053
1083
  }
1054
1084
  },
1055
1085
  "retval": {
1056
- "type": null
1086
+ "type": "v"
1057
1087
  }
1058
1088
  },
1059
1089
  "typestr": "@?",
@@ -1079,10 +1109,16 @@
1079
1109
  "arguments": {
1080
1110
  "0": {
1081
1111
  "type": "^v"
1112
+ },
1113
+ "1": {
1114
+ "type": "@"
1115
+ },
1116
+ "2": {
1117
+ "type": "@"
1082
1118
  }
1083
1119
  },
1084
1120
  "retval": {
1085
- "type": null
1121
+ "type": "v"
1086
1122
  }
1087
1123
  },
1088
1124
  "typestr": "@?",
@@ -1128,10 +1164,16 @@
1128
1164
  "arguments": {
1129
1165
  "0": {
1130
1166
  "type": "^v"
1167
+ },
1168
+ "1": {
1169
+ "type": "@"
1170
+ },
1171
+ "2": {
1172
+ "type": "@"
1131
1173
  }
1132
1174
  },
1133
1175
  "retval": {
1134
- "type": null
1176
+ "type": "v"
1135
1177
  }
1136
1178
  },
1137
1179
  "typestr": "@?",
@@ -1161,10 +1203,16 @@
1161
1203
  "arguments": {
1162
1204
  "0": {
1163
1205
  "type": "^v"
1206
+ },
1207
+ "1": {
1208
+ "type": "@"
1209
+ },
1210
+ "2": {
1211
+ "type": "@"
1164
1212
  }
1165
1213
  },
1166
1214
  "retval": {
1167
- "type": null
1215
+ "type": "v"
1168
1216
  }
1169
1217
  },
1170
1218
  "typestr": "@?",
@@ -3304,6 +3352,22 @@
3304
3352
  "args": [],
3305
3353
  "class_method": false,
3306
3354
  "retval": {
3355
+ "callable": {
3356
+ "arguments": {
3357
+ "0": {
3358
+ "type": "^v"
3359
+ },
3360
+ "1": {
3361
+ "type": "@"
3362
+ },
3363
+ "2": {
3364
+ "type": "@"
3365
+ }
3366
+ },
3367
+ "retval": {
3368
+ "type": "v"
3369
+ }
3370
+ },
3307
3371
  "typestr": "@?",
3308
3372
  "typestr_special": false
3309
3373
  },
@@ -4954,5 +5018,5 @@
4954
5018
  "CLVisit.h"
4955
5019
  ],
4956
5020
  "release": "10.16",
4957
- "sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk"
5021
+ "sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
4958
5022
  }
@@ -8,6 +8,7 @@ for information on how to use this framework and PyObjC's documentation
8
8
  for general tips and tricks regarding the translation between Python
9
9
  and (Objective-)C frameworks
10
10
  """
11
+
11
12
  import os
12
13
  import sys
13
14
 
@@ -16,7 +17,7 @@ sys.path.insert(0, os.path.dirname(__file__))
16
17
 
17
18
  from pyobjc_setup import Extension, setup # noqa: E402
18
19
 
19
- VERSION = "10.1"
20
+ VERSION = "10.3"
20
21
 
21
22
  setup(
22
23
  name="pyobjc-framework-CoreLocation",
@@ -1,2 +0,0 @@
1
- pyobjc-core>=10.1
2
- pyobjc-framework-Cocoa>=10.1