@@ -88,6 +88,8 @@ Pod::Spec.new do |s|
88
88
s . pod_target_xcconfig = {
89
89
'GENERATE_INFOPLIST_FILE' => 'YES'
90
90
}
91
+ # s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'x86_64 armv7 arm64' }
92
+ # s.pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
91
93
end
92
94
93
95
s . subspec 'FacebookUtils' do |s |
@@ -112,13 +114,17 @@ Pod::Spec.new do |s|
112
114
s . dependency 'Bolts/Tasks' , '1.9.1'
113
115
s . dependency 'FBSDKCoreKit' , '= 15.1.0'
114
116
s . dependency 'FBSDKLoginKit' , '= 15.1.0'
117
+ s . dependency 'FBSDKCoreKit_Basics' , '= 15.1.0'
115
118
s . user_target_xcconfig = {
116
119
'GENERATE_INFOPLIST_FILE' => 'YES'
117
120
}
118
121
119
122
s . pod_target_xcconfig = {
120
123
'GENERATE_INFOPLIST_FILE' => 'YES'
121
124
}
125
+ s . pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'x86_64 armv7 arm64' }
126
+ # s.pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
127
+ # s.ios.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'iOS-arm64' }
122
128
end
123
129
124
130
s . subspec 'FacebookUtils-iOS' do |s |
@@ -145,13 +151,17 @@ Pod::Spec.new do |s|
145
151
s . dependency 'Bolts/Tasks' , '1.9.1'
146
152
s . dependency 'FBSDKCoreKit' , '= 15.1.0'
147
153
s . dependency 'FBSDKLoginKit' , '= 15.1.0'
154
+ s . dependency 'FBSDKCoreKit_Basics' , '= 15.1.0'
148
155
s . user_target_xcconfig = {
149
156
'GENERATE_INFOPLIST_FILE' => 'YES'
150
157
}
151
158
152
159
s . pod_target_xcconfig = {
153
160
'GENERATE_INFOPLIST_FILE' => 'YES'
154
161
}
162
+ s . pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'x86_64 armv7 arm64' }
163
+ # s.pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
164
+ # s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
155
165
end
156
166
157
167
s . subspec 'FacebookUtils-tvOS' do |s |
@@ -176,13 +186,17 @@ Pod::Spec.new do |s|
176
186
s . dependency 'Bolts/Tasks' , '1.9.1'
177
187
s . dependency 'FBSDKTVOSKit' , '= 15.1.0'
178
188
s . dependency 'FBSDKShareKit' , '= 15.1.0'
189
+ s . dependency 'FBSDKCoreKit_Basics' , '= 15.1.0'
179
190
s . user_target_xcconfig = {
180
191
'GENERATE_INFOPLIST_FILE' => 'YES'
181
192
}
182
193
183
194
s . pod_target_xcconfig = {
184
195
'GENERATE_INFOPLIST_FILE' => 'YES'
185
196
}
197
+ s . pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'x86_64 armv7 arm64' }
198
+ # s.pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
199
+ # s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
186
200
end
187
201
188
202
s . subspec 'TwitterUtils' do |s |
@@ -211,6 +225,8 @@ Pod::Spec.new do |s|
211
225
s . pod_target_xcconfig = {
212
226
'GENERATE_INFOPLIST_FILE' => 'YES'
213
227
}
228
+
229
+ s . pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
214
230
end
215
231
216
232
s . subspec 'UI' do |s |
@@ -235,6 +251,8 @@ Pod::Spec.new do |s|
235
251
s . pod_target_xcconfig = {
236
252
'GENERATE_INFOPLIST_FILE' => 'YES'
237
253
}
254
+
255
+ # s.pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
238
256
end
239
257
240
258
# prepare command for parseUI
0 commit comments