File tree Expand file tree Collapse file tree 12 files changed +314
-35
lines changed
ios/dist/ios-universal/NativeScript.xcframework
ios-arm64_x86_64-simulator/NativeScript.framework
ios-arm64/NativeScript.framework Expand file tree Collapse file tree 12 files changed +314
-35
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >AvailableLibraries </key >
6+ <array >
7+ <dict >
8+ <key >BinaryPath </key >
9+ <string >NativeScript.framework/NativeScript </string >
10+ <key >LibraryIdentifier </key >
11+ <string >ios-arm64 </string >
12+ <key >LibraryPath </key >
13+ <string >NativeScript.framework </string >
14+ <key >SupportedArchitectures </key >
15+ <array >
16+ <string >arm64 </string >
17+ </array >
18+ <key >SupportedPlatform </key >
19+ <string >ios </string >
20+ </dict >
21+ <dict >
22+ <key >BinaryPath </key >
23+ <string >NativeScript.framework/NativeScript </string >
24+ <key >LibraryIdentifier </key >
25+ <string >ios-arm64_x86_64-simulator </string >
26+ <key >LibraryPath </key >
27+ <string >NativeScript.framework </string >
28+ <key >SupportedArchitectures </key >
29+ <array >
30+ <string >arm64 </string >
31+ <string >x86_64 </string >
32+ </array >
33+ <key >SupportedPlatform </key >
34+ <string >ios </string >
35+ <key >SupportedPlatformVariant </key >
36+ <string >simulator </string >
37+ </dict >
38+ </array >
39+ <key >CFBundlePackageType </key >
40+ <string >XFWK </string >
41+ <key >XCFrameworkFormatVersion </key >
42+ <string >1.0 </string >
43+ </dict >
44+ </plist >
Original file line number Diff line number Diff line change 1+ #ifndef NATIVESCRIPT_H
2+ #define NATIVESCRIPT_H
3+
4+ extern "C" void objc_bridge_init (void * env , const char * metadata_path );
5+
6+ #endif /* NATIVESCRIPT_H */
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >files</key >
6+ <dict >
7+ <key >Headers/NativeScript.h</key >
8+ <data >
9+ hv9kw9yeSQfQSsL9hhNjAnfiwYg=
10+ </data >
11+ <key >Info.plist</key >
12+ <data >
13+ MWtyfWHZhVQ9TmxCI/ZRbv9ZMNE=
14+ </data >
15+ </dict >
16+ <key >files2</key >
17+ <dict >
18+ <key >Headers/NativeScript.h</key >
19+ <dict >
20+ <key >hash2</key >
21+ <data >
22+ e1+RNHPOYCS4IO10Ivc416EzR0zr2gXGvdF7Ay1itw8=
23+ </data >
24+ </dict >
25+ </dict >
26+ <key >rules</key >
27+ <dict >
28+ <key >^.*</key >
29+ <true />
30+ <key >^.*\.lproj/</key >
31+ <dict >
32+ <key >optional</key >
33+ <true />
34+ <key >weight</key >
35+ <real >1000</real >
36+ </dict >
37+ <key >^.*\.lproj/locversion.plist$</key >
38+ <dict >
39+ <key >omit</key >
40+ <true />
41+ <key >weight</key >
42+ <real >1100</real >
43+ </dict >
44+ <key >^Base\.lproj/</key >
45+ <dict >
46+ <key >weight</key >
47+ <real >1010</real >
48+ </dict >
49+ <key >^version.plist$</key >
50+ <true />
51+ </dict >
52+ <key >rules2</key >
53+ <dict >
54+ <key >.*\.dSYM($|/)</key >
55+ <dict >
56+ <key >weight</key >
57+ <real >11</real >
58+ </dict >
59+ <key >^(.*/)?\.DS_Store$</key >
60+ <dict >
61+ <key >omit</key >
62+ <true />
63+ <key >weight</key >
64+ <real >2000</real >
65+ </dict >
66+ <key >^.*</key >
67+ <true />
68+ <key >^.*\.lproj/</key >
69+ <dict >
70+ <key >optional</key >
71+ <true />
72+ <key >weight</key >
73+ <real >1000</real >
74+ </dict >
75+ <key >^.*\.lproj/locversion.plist$</key >
76+ <dict >
77+ <key >omit</key >
78+ <true />
79+ <key >weight</key >
80+ <real >1100</real >
81+ </dict >
82+ <key >^Base\.lproj/</key >
83+ <dict >
84+ <key >weight</key >
85+ <real >1010</real >
86+ </dict >
87+ <key >^Info\.plist$</key >
88+ <dict >
89+ <key >omit</key >
90+ <true />
91+ <key >weight</key >
92+ <real >20</real >
93+ </dict >
94+ <key >^PkgInfo$</key >
95+ <dict >
96+ <key >omit</key >
97+ <true />
98+ <key >weight</key >
99+ <real >20</real >
100+ </dict >
101+ <key >^embedded\.provisionprofile$</key >
102+ <dict >
103+ <key >weight</key >
104+ <real >20</real >
105+ </dict >
106+ <key >^version\.plist$</key >
107+ <dict >
108+ <key >weight</key >
109+ <real >20</real >
110+ </dict >
111+ </dict >
112+ </dict >
113+ </plist >
Original file line number Diff line number Diff line change 1+ #ifndef NATIVESCRIPT_H
2+ #define NATIVESCRIPT_H
3+
4+ extern "C" void objc_bridge_init (void * env , const char * metadata_path );
5+
6+ #endif /* NATIVESCRIPT_H */
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >files</key >
6+ <dict >
7+ <key >Headers/NativeScript.h</key >
8+ <data >
9+ hv9kw9yeSQfQSsL9hhNjAnfiwYg=
10+ </data >
11+ <key >Info.plist</key >
12+ <data >
13+ 1fjB1jEcDPmpCuPwKLeGwFAGIcI=
14+ </data >
15+ </dict >
16+ <key >files2</key >
17+ <dict >
18+ <key >Headers/NativeScript.h</key >
19+ <dict >
20+ <key >hash2</key >
21+ <data >
22+ e1+RNHPOYCS4IO10Ivc416EzR0zr2gXGvdF7Ay1itw8=
23+ </data >
24+ </dict >
25+ </dict >
26+ <key >rules</key >
27+ <dict >
28+ <key >^.*</key >
29+ <true />
30+ <key >^.*\.lproj/</key >
31+ <dict >
32+ <key >optional</key >
33+ <true />
34+ <key >weight</key >
35+ <real >1000</real >
36+ </dict >
37+ <key >^.*\.lproj/locversion.plist$</key >
38+ <dict >
39+ <key >omit</key >
40+ <true />
41+ <key >weight</key >
42+ <real >1100</real >
43+ </dict >
44+ <key >^Base\.lproj/</key >
45+ <dict >
46+ <key >weight</key >
47+ <real >1010</real >
48+ </dict >
49+ <key >^version.plist$</key >
50+ <true />
51+ </dict >
52+ <key >rules2</key >
53+ <dict >
54+ <key >.*\.dSYM($|/)</key >
55+ <dict >
56+ <key >weight</key >
57+ <real >11</real >
58+ </dict >
59+ <key >^(.*/)?\.DS_Store$</key >
60+ <dict >
61+ <key >omit</key >
62+ <true />
63+ <key >weight</key >
64+ <real >2000</real >
65+ </dict >
66+ <key >^.*</key >
67+ <true />
68+ <key >^.*\.lproj/</key >
69+ <dict >
70+ <key >optional</key >
71+ <true />
72+ <key >weight</key >
73+ <real >1000</real >
74+ </dict >
75+ <key >^.*\.lproj/locversion.plist$</key >
76+ <dict >
77+ <key >omit</key >
78+ <true />
79+ <key >weight</key >
80+ <real >1100</real >
81+ </dict >
82+ <key >^Base\.lproj/</key >
83+ <dict >
84+ <key >weight</key >
85+ <real >1010</real >
86+ </dict >
87+ <key >^Info\.plist$</key >
88+ <dict >
89+ <key >omit</key >
90+ <true />
91+ <key >weight</key >
92+ <real >20</real >
93+ </dict >
94+ <key >^PkgInfo$</key >
95+ <dict >
96+ <key >omit</key >
97+ <true />
98+ <key >weight</key >
99+ <real >20</real >
100+ </dict >
101+ <key >^embedded\.provisionprofile$</key >
102+ <dict >
103+ <key >weight</key >
104+ <real >20</real >
105+ </dict >
106+ <key >^version\.plist$</key >
107+ <dict >
108+ <key >weight</key >
109+ <real >20</real >
110+ </dict >
111+ </dict >
112+ </dict >
113+ </plist >
You can’t perform that action at this time.
0 commit comments