lib/cocoapods-jxedt/command/options/options.rb in cocoapods-jxedt-0.0.20 vs lib/cocoapods-jxedt/command/options/options.rb in cocoapods-jxedt-0.0.21
- old
+ new
@@ -51,10 +51,10 @@
def dsl_support_method
dsl_method = <<DSL_METHOD
all_binary! 组件全部使用二进制
binary_dir('../_Prebuild') 配置二进制的放置路径
binary_switch(true) 二进制开关
-framework_header_search_enabled(true) 开启配置依赖的framework头文件配置
+framework_header_search_enabled! 开启配置依赖的framework头文件配置
use_binary_settings(Hash) 使用二进制的组件配置
cocoapods_jxedt_config(Hash) 配置插件
DSL_METHOD
end
\ No newline at end of file