File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44def wrapper (content ):
55 return """
66platform :ios, '9.0'
7+ inhibit_all_warnings!
78use_frameworks!
89plugin "cocoapods-binary"
910
@@ -98,7 +99,7 @@ def addDifferentNamePod():
9899import Lottie
99100class A {
100101 let a: CGRect = [1,2,3,4]
101- let a2 = LOTAnimationView .self
102+ let a2 = AnimationView .self
102103 let d = UIView().mas_top
103104}
104105""" )
@@ -119,7 +120,7 @@ def addSubPod():
119120import AFNetworking
120121class A {
121122 let a: CGRect = [1,2,3,4]
122- let a2 = LOTAnimationView .self
123+ let a2 = AnimationView .self
123124 let b = AFNetworkReachabilityManager()
124125 let d = UIView().mas_top
125126}
Original file line number Diff line number Diff line change 22set -e
33
44build () {
5- xcodebuild -workspace Binary.xcworkspace -scheme Binary ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY=" " CODE_SIGNING_REQUIRED=NO -quiet || exit 1
6- }
5+ xcodebuild -workspace Binary.xcworkspace -scheme Binary ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY=" " CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO -quiet || exit 1
6+ }
77
88rm -rf Pods
99
You can’t perform that action at this time.
0 commit comments