Skip to content

Commit 0d7fb66

Browse files
committed
test assets without facebook build
1 parent 18310fc commit 0d7fb66

File tree

2 files changed

+17
-20
lines changed

2 files changed

+17
-20
lines changed

Parse.podspec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ Pod::Spec.new do |s|
122122
'GENERATE_INFOPLIST_FILE' => 'YES'
123123
}
124124
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=*simulator*]' => 'x86_64 armv7 arm64' }
125-
# s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'x86_64 armv7 arm64' }
126125
end
127126

128127
s.subspec 'FacebookUtils-iOS' do |s|
@@ -159,7 +158,6 @@ Pod::Spec.new do |s|
159158
'GENERATE_INFOPLIST_FILE' => 'YES'
160159
}
161160
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'x86_64 armv7 arm64' }
162-
# s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'x86_64 armv7 arm64' }
163161
end
164162

165163
s.subspec 'FacebookUtils-tvOS' do |s|
@@ -192,7 +190,6 @@ Pod::Spec.new do |s|
192190
'GENERATE_INFOPLIST_FILE' => 'YES'
193191
}
194192
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=*simulator*]' => 'x86_64 armv7 arm64' }
195-
# s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'x86_64 armv7 arm64' }
196193
end
197194

198195
s.subspec 'TwitterUtils' do |s|

Rakefile

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -346,23 +346,23 @@ namespace :package do
346346
[watchos_framework_path, bolts_path],
347347
package_watchos_name)
348348

349-
Rake::Task['build:facebook_utils:ios'].invoke
350-
ios_fb_utils_framework_path = File.join(build_folder, 'iOS', 'ParseFacebookUtilsV4.framework')
351-
make_package(release_folder, [ios_fb_utils_framework_path], 'ParseFacebookUtils-iOS.zip')
352-
353-
Rake::Task['build:twitter_utils:ios'].invoke
354-
ios_tw_utils_framework_path = File.join(build_folder, 'iOS', 'ParseTwitterUtils.framework')
355-
make_package(release_folder, [ios_tw_utils_framework_path], 'ParseTwitterUtils-iOS.zip')
356-
357-
Rake::Task['build:facebook_utils:tvos'].invoke
358-
tvos_fb_utils_framework_path = File.join(build_folder, 'tvOS', 'ParseFacebookUtilsV4.framework')
359-
make_package(release_folder, [tvos_fb_utils_framework_path], 'ParseFacebookUtils-tvOS.zip')
360-
361-
Rake::Task['build:parseui:framework'].invoke
362-
parseui_framework_path = File.join(build_folder, 'iOS', 'ParseUI.framework')
363-
make_package(release_folder,
364-
[parseui_framework_path],
365-
package_parseui_name)
349+
# Rake::Task['build:facebook_utils:ios'].invoke
350+
# ios_fb_utils_framework_path = File.join(build_folder, 'iOS', 'ParseFacebookUtilsV4.framework')
351+
# make_package(release_folder, [ios_fb_utils_framework_path], 'ParseFacebookUtils-iOS.zip')
352+
353+
# Rake::Task['build:twitter_utils:ios'].invoke
354+
# ios_tw_utils_framework_path = File.join(build_folder, 'iOS', 'ParseTwitterUtils.framework')
355+
# make_package(release_folder, [ios_tw_utils_framework_path], 'ParseTwitterUtils-iOS.zip')
356+
357+
# Rake::Task['build:facebook_utils:tvos'].invoke
358+
# tvos_fb_utils_framework_path = File.join(build_folder, 'tvOS', 'ParseFacebookUtilsV4.framework')
359+
# make_package(release_folder, [tvos_fb_utils_framework_path], 'ParseFacebookUtils-tvOS.zip')
360+
361+
# Rake::Task['build:parseui:framework'].invoke
362+
# parseui_framework_path = File.join(build_folder, 'iOS', 'ParseUI.framework')
363+
# make_package(release_folder,
364+
# [parseui_framework_path],
365+
# package_parseui_name)
366366
end
367367

368368
desc 'Build and package all starter projects for the release'

0 commit comments

Comments
 (0)