@aks-dev/easyui 1.2.13 → 1.2.14

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.
package/RNEasyui.podspec CHANGED
@@ -15,7 +15,10 @@ Pod::Spec.new do |s|
15
15
  s.source = { :git => "https://gitee.com/the_period_of_the_ten_kingdoms/easyui.git", :tag => "master" }
16
16
  s.source_files = "ios/**/*.{h,m,mm,swift,xib,c}"
17
17
  s.requires_arc = true
18
- s.resource_bundles = { 'RNEasyui' => ['ios/assets/**/*'] }
18
+ s.resource_bundles = {
19
+ 'RNEasyuiAssets' => ['ios/assets/**/*'],
20
+ 'RNEasyuiPrivacyInfo' => ['ios/PrivacyInfo.xcprivacy']
21
+ }
19
22
 
20
23
 
21
24
  if fabric_enabled
@@ -0,0 +1,12 @@
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>NSPhotoLibraryUsageDescription</key>
6
+ <string>APP需要使用访问您的相册</string>
7
+ <key>NSPhotoLibraryAddUsageDescription</key>
8
+ <string>APP需要使用访问您的相册</string>
9
+ <key>NSAppleMusicUsageDescription</key>
10
+ <string>APP需要使用访问您的媒体库</string>
11
+ </dict>
12
+ </plist>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "description": "工具箱",
5
5
  "exports": {
6
6
  ".": {