pyobjc-framework-AppleScriptKit 11.1__tar.gz → 12.0__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_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/Lib/AppleScriptKit/_metadata.py +1 -1
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/Lib/pyobjc_framework_AppleScriptKit.egg-info/PKG-INFO +5 -3
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/Lib/pyobjc_framework_AppleScriptKit.egg-info/SOURCES.txt +2 -10
- pyobjc_framework_applescriptkit-12.0/Lib/pyobjc_framework_AppleScriptKit.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_applescriptkit-12.0/Lib/pyobjc_framework_AppleScriptKit.egg-info/requires.txt +2 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/PKG-INFO +5 -3
- pyobjc_framework_applescriptkit-11.1/metadata/raw/arm64-15.0.fwinfo → pyobjc_framework_applescriptkit-12.0/metadata/raw/arm64-26.0.fwinfo +2 -2
- pyobjc_framework_applescriptkit-11.1/metadata/raw/x86_64-15.0.fwinfo → pyobjc_framework_applescriptkit-12.0/metadata/raw/x86_64-26.0.fwinfo +2 -2
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/pyobjc_setup.py +2 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/setup.py +1 -1
- pyobjc_framework_applescriptkit-11.1/Lib/pyobjc_framework_AppleScriptKit.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_applescriptkit-11.1/Lib/pyobjc_framework_AppleScriptKit.egg-info/requires.txt +0 -2
- pyobjc_framework_applescriptkit-11.1/metadata/raw/arm64-12.3.fwinfo +0 -52
- pyobjc_framework_applescriptkit-11.1/metadata/raw/arm64-14.5.fwinfo +0 -53
- pyobjc_framework_applescriptkit-11.1/metadata/raw/x86_64-10.16.fwinfo +0 -51
- pyobjc_framework_applescriptkit-11.1/metadata/raw/x86_64-10.6.fwinfo +0 -52
- pyobjc_framework_applescriptkit-11.1/metadata/raw/x86_64-10.7.fwinfo +0 -52
- pyobjc_framework_applescriptkit-11.1/metadata/raw/x86_64-10.8.fwinfo +0 -53
- pyobjc_framework_applescriptkit-11.1/metadata/raw/x86_64-12.3.fwinfo +0 -52
- pyobjc_framework_applescriptkit-11.1/metadata/raw/x86_64-14.5.fwinfo +0 -53
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/LICENSE.txt +0 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/Lib/AppleScriptKit/__init__.py +0 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/Lib/pyobjc_framework_AppleScriptKit.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/Lib/pyobjc_framework_AppleScriptKit.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/Lib/pyobjc_framework_AppleScriptKit.egg-info/top_level.txt +0 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/MANIFEST.in +0 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/PyObjCTest/test_applescriptkit.py +0 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/README.txt +0 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/metadata/AppleScriptKit.fwinfo +0 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/metadata/metadata.ini +0 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/pyproject.toml +0 -0
- {pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-AppleScriptKit
|
|
3
|
-
Version:
|
|
3
|
+
Version: 12.0
|
|
4
4
|
Summary: Wrappers for the framework AppleScriptKit on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -23,15 +23,17 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
+
Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
|
|
27
29
|
Classifier: Programming Language :: Objective C
|
|
28
30
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
31
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
32
|
Requires-Python: >=3.9
|
|
31
33
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
34
|
License-File: LICENSE.txt
|
|
33
|
-
Requires-Dist: pyobjc-core>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
35
|
+
Requires-Dist: pyobjc-core>=12.0
|
|
36
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.0
|
|
35
37
|
Dynamic: author
|
|
36
38
|
Dynamic: author-email
|
|
37
39
|
Dynamic: classifier
|
|
@@ -17,13 +17,5 @@ PyObjCTest/__init__.py
|
|
|
17
17
|
PyObjCTest/test_applescriptkit.py
|
|
18
18
|
metadata/AppleScriptKit.fwinfo
|
|
19
19
|
metadata/metadata.ini
|
|
20
|
-
metadata/raw/arm64-
|
|
21
|
-
metadata/raw/
|
|
22
|
-
metadata/raw/arm64-15.0.fwinfo
|
|
23
|
-
metadata/raw/x86_64-10.16.fwinfo
|
|
24
|
-
metadata/raw/x86_64-10.6.fwinfo
|
|
25
|
-
metadata/raw/x86_64-10.7.fwinfo
|
|
26
|
-
metadata/raw/x86_64-10.8.fwinfo
|
|
27
|
-
metadata/raw/x86_64-12.3.fwinfo
|
|
28
|
-
metadata/raw/x86_64-14.5.fwinfo
|
|
29
|
-
metadata/raw/x86_64-15.0.fwinfo
|
|
20
|
+
metadata/raw/arm64-26.0.fwinfo
|
|
21
|
+
metadata/raw/x86_64-26.0.fwinfo
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-AppleScriptKit
|
|
3
|
-
Version:
|
|
3
|
+
Version: 12.0
|
|
4
4
|
Summary: Wrappers for the framework AppleScriptKit on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -23,15 +23,17 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
+
Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
|
|
27
29
|
Classifier: Programming Language :: Objective C
|
|
28
30
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
31
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
32
|
Requires-Python: >=3.9
|
|
31
33
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
32
34
|
License-File: LICENSE.txt
|
|
33
|
-
Requires-Dist: pyobjc-core>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
35
|
+
Requires-Dist: pyobjc-core>=12.0
|
|
36
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.0
|
|
35
37
|
Dynamic: author
|
|
36
38
|
Dynamic: author-email
|
|
37
39
|
Dynamic: classifier
|
|
@@ -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:
|
|
4
|
+
// Last update: Thu Jul 24 14:40:03 2025
|
|
5
5
|
{
|
|
6
6
|
"arch": "arm64",
|
|
7
7
|
"definitions": {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"framework": "AppleScriptKit",
|
|
50
50
|
"headers": [],
|
|
51
51
|
"release": "10.16",
|
|
52
|
-
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
|
|
52
|
+
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
|
|
53
53
|
}
|
|
@@ -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:
|
|
4
|
+
// Last update: Thu Jul 24 14:40:01 2025
|
|
5
5
|
{
|
|
6
6
|
"arch": "x86_64",
|
|
7
7
|
"definitions": {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"framework": "AppleScriptKit",
|
|
50
50
|
"headers": [],
|
|
51
51
|
"release": "10.16",
|
|
52
|
-
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
|
|
52
|
+
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk"
|
|
53
53
|
}
|
{pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/pyobjc_setup.py
RENAMED
|
@@ -234,7 +234,9 @@ Programming Language :: Python :: 3.11
|
|
|
234
234
|
Programming Language :: Python :: 3.12
|
|
235
235
|
Programming Language :: Python :: 3.13
|
|
236
236
|
Programming Language :: Python :: 3.14
|
|
237
|
+
Programming Language :: Python :: 3.15
|
|
237
238
|
Programming Language :: Python :: Implementation :: CPython
|
|
239
|
+
Programming Language :: Python :: Free Threading :: 2 - Beta
|
|
238
240
|
Programming Language :: Objective C
|
|
239
241
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
240
242
|
Topic :: Software Development :: User Interfaces
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
// GENERATED FILE DO NOT EDIT
|
|
2
|
-
//
|
|
3
|
-
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sun Feb 20 18:27:54 2022
|
|
5
|
-
{
|
|
6
|
-
"arch": "arm64",
|
|
7
|
-
"definitions": {
|
|
8
|
-
"aliases": {},
|
|
9
|
-
"called_definitions": {},
|
|
10
|
-
"cftypes": {},
|
|
11
|
-
"classes": {
|
|
12
|
-
"ASKPluginObject": {
|
|
13
|
-
"categories": [],
|
|
14
|
-
"methods": [
|
|
15
|
-
{
|
|
16
|
-
"args": [
|
|
17
|
-
{
|
|
18
|
-
"typestr": "@",
|
|
19
|
-
"typestr_special": false
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"class_method": true,
|
|
23
|
-
"retval": {
|
|
24
|
-
"typestr": "v",
|
|
25
|
-
"typestr_special": false
|
|
26
|
-
},
|
|
27
|
-
"selector": "pluginDidLoad:",
|
|
28
|
-
"visibility": "public"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"name": "ASKPluginObject",
|
|
32
|
-
"properties": [],
|
|
33
|
-
"protocols": [],
|
|
34
|
-
"super": "NSObject"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"enum": {},
|
|
38
|
-
"enum_type": {},
|
|
39
|
-
"expressions": {},
|
|
40
|
-
"externs": {},
|
|
41
|
-
"formal_protocols": {},
|
|
42
|
-
"func_macros": {},
|
|
43
|
-
"functions": {},
|
|
44
|
-
"informal_protocols": {},
|
|
45
|
-
"literals": {},
|
|
46
|
-
"structs": {}
|
|
47
|
-
},
|
|
48
|
-
"framework": "AppleScriptKit",
|
|
49
|
-
"headers": [],
|
|
50
|
-
"release": "10.16",
|
|
51
|
-
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk"
|
|
52
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
// GENERATED FILE DO NOT EDIT
|
|
2
|
-
//
|
|
3
|
-
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat May 18 09:17:07 2024
|
|
5
|
-
{
|
|
6
|
-
"arch": "arm64",
|
|
7
|
-
"definitions": {
|
|
8
|
-
"aliases": {},
|
|
9
|
-
"called_definitions": {},
|
|
10
|
-
"cftypes": {},
|
|
11
|
-
"classes": {
|
|
12
|
-
"ASKPluginObject": {
|
|
13
|
-
"categories": [],
|
|
14
|
-
"methods": [
|
|
15
|
-
{
|
|
16
|
-
"args": [
|
|
17
|
-
{
|
|
18
|
-
"typestr": "@",
|
|
19
|
-
"typestr_special": false
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"class_method": true,
|
|
23
|
-
"retval": {
|
|
24
|
-
"typestr": "v",
|
|
25
|
-
"typestr_special": false
|
|
26
|
-
},
|
|
27
|
-
"selector": "pluginDidLoad:",
|
|
28
|
-
"visibility": "public"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"name": "ASKPluginObject",
|
|
32
|
-
"properties": [],
|
|
33
|
-
"protocols": [],
|
|
34
|
-
"super": "NSObject"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"enum": {},
|
|
38
|
-
"enum_type": {},
|
|
39
|
-
"expressions": {},
|
|
40
|
-
"externs": {},
|
|
41
|
-
"formal_protocols": {},
|
|
42
|
-
"func_macros": {},
|
|
43
|
-
"functions": {},
|
|
44
|
-
"informal_protocols": {},
|
|
45
|
-
"literals": {},
|
|
46
|
-
"structs": {},
|
|
47
|
-
"typedefs": {}
|
|
48
|
-
},
|
|
49
|
-
"framework": "AppleScriptKit",
|
|
50
|
-
"headers": [],
|
|
51
|
-
"release": "10.16",
|
|
52
|
-
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
53
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
// GENERATED FILE DO NOT EDIT
|
|
2
|
-
//
|
|
3
|
-
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat Jun 27 18:38:15 2020
|
|
5
|
-
{
|
|
6
|
-
"arch": "x86_64",
|
|
7
|
-
"definitions": {
|
|
8
|
-
"aliases": {},
|
|
9
|
-
"called_definitions": {},
|
|
10
|
-
"cftypes": {},
|
|
11
|
-
"classes": {
|
|
12
|
-
"ASKPluginObject": {
|
|
13
|
-
"categories": [],
|
|
14
|
-
"methods": [
|
|
15
|
-
{
|
|
16
|
-
"args": [
|
|
17
|
-
{
|
|
18
|
-
"typestr": "@",
|
|
19
|
-
"typestr_special": false
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"class_method": true,
|
|
23
|
-
"retval": {
|
|
24
|
-
"typestr": "v",
|
|
25
|
-
"typestr_special": false
|
|
26
|
-
},
|
|
27
|
-
"selector": "pluginDidLoad:",
|
|
28
|
-
"visibility": "public"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"name": "ASKPluginObject",
|
|
32
|
-
"properties": [],
|
|
33
|
-
"protocols": [],
|
|
34
|
-
"super": "NSObject"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"enum": {},
|
|
38
|
-
"expressions": {},
|
|
39
|
-
"externs": {},
|
|
40
|
-
"formal_protocols": {},
|
|
41
|
-
"func_macros": {},
|
|
42
|
-
"functions": {},
|
|
43
|
-
"informal_protocols": {},
|
|
44
|
-
"literals": {},
|
|
45
|
-
"structs": {}
|
|
46
|
-
},
|
|
47
|
-
"framework": "AppleScriptKit",
|
|
48
|
-
"headers": [],
|
|
49
|
-
"release": "10.15.5",
|
|
50
|
-
"sdk": "/Users/ronald/Downloads/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk"
|
|
51
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
# GENERATED FILE DO NOT EDIT
|
|
2
|
-
#
|
|
3
|
-
# This file was generated by objective.metadata
|
|
4
|
-
# Last update: Thu Feb 9 16:10:30 2012
|
|
5
|
-
{
|
|
6
|
-
"arch": "x86_64",
|
|
7
|
-
"definitions": {
|
|
8
|
-
"aliases": {},
|
|
9
|
-
"called_definitions": {},
|
|
10
|
-
"cftypes": {},
|
|
11
|
-
"classes": {
|
|
12
|
-
"ASKPluginObject": {
|
|
13
|
-
"categories": [],
|
|
14
|
-
"methods": [
|
|
15
|
-
{
|
|
16
|
-
"args": [
|
|
17
|
-
{
|
|
18
|
-
"typestr": "@",
|
|
19
|
-
"typestr_special": false
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"class_method": true,
|
|
23
|
-
"retval": {
|
|
24
|
-
"typestr": "v",
|
|
25
|
-
"typestr_special": false
|
|
26
|
-
},
|
|
27
|
-
"selector": "pluginDidLoad:",
|
|
28
|
-
"visibility": "public"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"name": "ASKPluginObject",
|
|
32
|
-
"properties": [],
|
|
33
|
-
"protocols": [],
|
|
34
|
-
"super": "NSObject"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"enum": {},
|
|
38
|
-
"externs": {},
|
|
39
|
-
"formal_protocols": {},
|
|
40
|
-
"func_macros": {},
|
|
41
|
-
"functions": {},
|
|
42
|
-
"informal_protocols": {},
|
|
43
|
-
"literals": {},
|
|
44
|
-
"structs": {}
|
|
45
|
-
},
|
|
46
|
-
"framework": "AppleScriptKit",
|
|
47
|
-
"headers": [
|
|
48
|
-
"ASKPluginObject.h"
|
|
49
|
-
],
|
|
50
|
-
"release": "10.7.3",
|
|
51
|
-
"sdk": "/Developer/SDKs/MacOSX10.6.sdk"
|
|
52
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
# GENERATED FILE DO NOT EDIT
|
|
2
|
-
#
|
|
3
|
-
# This file was generated by objective.metadata
|
|
4
|
-
# Last update: Thu Feb 9 16:11:25 2012
|
|
5
|
-
{
|
|
6
|
-
"arch": "x86_64",
|
|
7
|
-
"definitions": {
|
|
8
|
-
"aliases": {},
|
|
9
|
-
"called_definitions": {},
|
|
10
|
-
"cftypes": {},
|
|
11
|
-
"classes": {
|
|
12
|
-
"ASKPluginObject": {
|
|
13
|
-
"categories": [],
|
|
14
|
-
"methods": [
|
|
15
|
-
{
|
|
16
|
-
"args": [
|
|
17
|
-
{
|
|
18
|
-
"typestr": "@",
|
|
19
|
-
"typestr_special": false
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"class_method": true,
|
|
23
|
-
"retval": {
|
|
24
|
-
"typestr": "v",
|
|
25
|
-
"typestr_special": false
|
|
26
|
-
},
|
|
27
|
-
"selector": "pluginDidLoad:",
|
|
28
|
-
"visibility": "public"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"name": "ASKPluginObject",
|
|
32
|
-
"properties": [],
|
|
33
|
-
"protocols": [],
|
|
34
|
-
"super": "NSObject"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"enum": {},
|
|
38
|
-
"externs": {},
|
|
39
|
-
"formal_protocols": {},
|
|
40
|
-
"func_macros": {},
|
|
41
|
-
"functions": {},
|
|
42
|
-
"informal_protocols": {},
|
|
43
|
-
"literals": {},
|
|
44
|
-
"structs": {}
|
|
45
|
-
},
|
|
46
|
-
"framework": "AppleScriptKit",
|
|
47
|
-
"headers": [
|
|
48
|
-
"ASKPluginObject.h"
|
|
49
|
-
],
|
|
50
|
-
"release": "10.7.3",
|
|
51
|
-
"sdk": "/Developer/SDKs/MacOSX10.7.sdk"
|
|
52
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# GENERATED FILE DO NOT EDIT
|
|
2
|
-
#
|
|
3
|
-
# This file was generated by objective.metadata
|
|
4
|
-
# Last update: Tue Sep 18 21:38:09 2012
|
|
5
|
-
{
|
|
6
|
-
"arch": "x86_64",
|
|
7
|
-
"definitions": {
|
|
8
|
-
"aliases": {},
|
|
9
|
-
"called_definitions": {},
|
|
10
|
-
"cftypes": {},
|
|
11
|
-
"classes": {
|
|
12
|
-
"ASKPluginObject": {
|
|
13
|
-
"categories": [],
|
|
14
|
-
"methods": [
|
|
15
|
-
{
|
|
16
|
-
"args": [
|
|
17
|
-
{
|
|
18
|
-
"typestr": "@",
|
|
19
|
-
"typestr_special": false
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"class_method": true,
|
|
23
|
-
"retval": {
|
|
24
|
-
"typestr": "v",
|
|
25
|
-
"typestr_special": false
|
|
26
|
-
},
|
|
27
|
-
"selector": "pluginDidLoad:",
|
|
28
|
-
"visibility": "public"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"name": "ASKPluginObject",
|
|
32
|
-
"properties": [],
|
|
33
|
-
"protocols": [],
|
|
34
|
-
"super": "NSObject"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"enum": {},
|
|
38
|
-
"expressions": {},
|
|
39
|
-
"externs": {},
|
|
40
|
-
"formal_protocols": {},
|
|
41
|
-
"func_macros": {},
|
|
42
|
-
"functions": {},
|
|
43
|
-
"informal_protocols": {},
|
|
44
|
-
"literals": {},
|
|
45
|
-
"structs": {}
|
|
46
|
-
},
|
|
47
|
-
"framework": "AppleScriptKit",
|
|
48
|
-
"headers": [
|
|
49
|
-
"ASKPluginObject.h"
|
|
50
|
-
],
|
|
51
|
-
"release": "10.8.1",
|
|
52
|
-
"sdk": "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk"
|
|
53
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
// GENERATED FILE DO NOT EDIT
|
|
2
|
-
//
|
|
3
|
-
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sun Feb 20 18:27:53 2022
|
|
5
|
-
{
|
|
6
|
-
"arch": "x86_64",
|
|
7
|
-
"definitions": {
|
|
8
|
-
"aliases": {},
|
|
9
|
-
"called_definitions": {},
|
|
10
|
-
"cftypes": {},
|
|
11
|
-
"classes": {
|
|
12
|
-
"ASKPluginObject": {
|
|
13
|
-
"categories": [],
|
|
14
|
-
"methods": [
|
|
15
|
-
{
|
|
16
|
-
"args": [
|
|
17
|
-
{
|
|
18
|
-
"typestr": "@",
|
|
19
|
-
"typestr_special": false
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"class_method": true,
|
|
23
|
-
"retval": {
|
|
24
|
-
"typestr": "v",
|
|
25
|
-
"typestr_special": false
|
|
26
|
-
},
|
|
27
|
-
"selector": "pluginDidLoad:",
|
|
28
|
-
"visibility": "public"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"name": "ASKPluginObject",
|
|
32
|
-
"properties": [],
|
|
33
|
-
"protocols": [],
|
|
34
|
-
"super": "NSObject"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"enum": {},
|
|
38
|
-
"enum_type": {},
|
|
39
|
-
"expressions": {},
|
|
40
|
-
"externs": {},
|
|
41
|
-
"formal_protocols": {},
|
|
42
|
-
"func_macros": {},
|
|
43
|
-
"functions": {},
|
|
44
|
-
"informal_protocols": {},
|
|
45
|
-
"literals": {},
|
|
46
|
-
"structs": {}
|
|
47
|
-
},
|
|
48
|
-
"framework": "AppleScriptKit",
|
|
49
|
-
"headers": [],
|
|
50
|
-
"release": "10.16",
|
|
51
|
-
"sdk": "/Users/ronald/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk"
|
|
52
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
// GENERATED FILE DO NOT EDIT
|
|
2
|
-
//
|
|
3
|
-
// This file was generated by objective.metadata
|
|
4
|
-
// Last update: Sat May 18 09:17:05 2024
|
|
5
|
-
{
|
|
6
|
-
"arch": "x86_64",
|
|
7
|
-
"definitions": {
|
|
8
|
-
"aliases": {},
|
|
9
|
-
"called_definitions": {},
|
|
10
|
-
"cftypes": {},
|
|
11
|
-
"classes": {
|
|
12
|
-
"ASKPluginObject": {
|
|
13
|
-
"categories": [],
|
|
14
|
-
"methods": [
|
|
15
|
-
{
|
|
16
|
-
"args": [
|
|
17
|
-
{
|
|
18
|
-
"typestr": "@",
|
|
19
|
-
"typestr_special": false
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"class_method": true,
|
|
23
|
-
"retval": {
|
|
24
|
-
"typestr": "v",
|
|
25
|
-
"typestr_special": false
|
|
26
|
-
},
|
|
27
|
-
"selector": "pluginDidLoad:",
|
|
28
|
-
"visibility": "public"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
"name": "ASKPluginObject",
|
|
32
|
-
"properties": [],
|
|
33
|
-
"protocols": [],
|
|
34
|
-
"super": "NSObject"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"enum": {},
|
|
38
|
-
"enum_type": {},
|
|
39
|
-
"expressions": {},
|
|
40
|
-
"externs": {},
|
|
41
|
-
"formal_protocols": {},
|
|
42
|
-
"func_macros": {},
|
|
43
|
-
"functions": {},
|
|
44
|
-
"informal_protocols": {},
|
|
45
|
-
"literals": {},
|
|
46
|
-
"structs": {},
|
|
47
|
-
"typedefs": {}
|
|
48
|
-
},
|
|
49
|
-
"framework": "AppleScriptKit",
|
|
50
|
-
"headers": [],
|
|
51
|
-
"release": "10.16",
|
|
52
|
-
"sdk": "/Users/ronald/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk"
|
|
53
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/PyObjCTest/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/metadata/metadata.ini
RENAMED
|
File without changes
|
{pyobjc_framework_applescriptkit-11.1 → pyobjc_framework_applescriptkit-12.0}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|