浏览代码

Remove empty line

Mathieu Acthernoene 5 年前
父节点
当前提交
d8ba588210
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      example/ios/Podfile

+ 1
- 1
example/ios/Podfile 查看文件

4
 # you can make all the dynamic frameworks turning into static libraries.
4
 # you can make all the dynamic frameworks turning into static libraries.
5
 
5
 
6
 # use_frameworks!
6
 # use_frameworks!
7
+
7
 # $dynamic_frameworks = []
8
 # $dynamic_frameworks = []
8
 
9
 
9
 # pre_install do |installer|
10
 # pre_install do |installer|
10
-#   #
11
 #   installer.pod_targets.each do |pod|
11
 #   installer.pod_targets.each do |pod|
12
 #     if !$dynamic_frameworks.include?(pod.name)
12
 #     if !$dynamic_frameworks.include?(pod.name)
13
 #       puts "Overriding the static_framework? method for #{pod.name}"
13
 #       puts "Overriding the static_framework? method for #{pod.name}"