筛选模块搬迁完成,优化部分图标未显示问题
Showing
... | ... | @@ -30,5 +30,13 @@ target 'total' do |
pod 'FDFullscreenPopGesture', '~> 1.1' | ||
pod 'MZFormSheetPresentationController', '~> 2.4.2' | ||
end | ||
post_install do |installer| | ||
copy_pods_resources_path = "Pods/Target Support Files/Pods-total/Pods-total-resources.sh" | ||
string_to_replace = '--compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"' | ||
assets_compile_with_app_icon_arguments = '--compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${BUILD_DIR}/assetcatalog_generated_info.plist"' | ||
text = File.read(copy_pods_resources_path) | ||
new_contents = text.gsub(string_to_replace, assets_compile_with_app_icon_arguments) | ||
File.open(copy_pods_resources_path, "w") {|file| file.puts new_contents } | ||
end |
1016 Bytes
1.07 KB
1.18 KB
1.38 KB
1.62 KB
1.41 KB
1.67 KB
485 Bytes
676 Bytes
1.15 KB
1.42 KB
1.72 KB
1.57 KB
1.88 KB
1.88 KB
2.31 KB
10.1 KB
12.7 KB

| W: | H:
| W: | H:
6.67 KB
5.7 KB
4.16 KB
6.16 KB
1.78 KB
2.28 KB
2.03 KB
2.87 KB
1.31 KB
1.53 KB
1.16 KB
2.36 KB
1.97 KB
8.26 KB
3.51 KB
9.01 KB
1.17 KB
1.47 KB
3.61 KB
1.28 KB
1.79 KB
5.13 KB
1.09 KB
1.27 KB
2.5 KB
1.98 KB
6.2 KB
1.88 KB
5.93 KB
1.09 KB
1.15 KB
2.25 KB
1.14 KB
1.38 KB
1.62 KB
2.09 KB
1.3 KB
1.49 KB
1.14 KB
1.42 KB
1.72 KB
6.23 KB
12.6 KB
3.15 KB
total/total.entitlements
0 → 100644