File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -26,30 +26,11 @@ Pod::Spec.new do |s|
26
26
s . swift_version = '5.0'
27
27
28
28
s . source_files = 'Amplify/**/*.swift'
29
- s . default_subspec = 'Default'
30
29
31
30
# There appears to be a bug in Xcode < 12 where SwiftUI isn't properly
32
31
# weak-linked even though system frameworks should be weak-linked by default.
33
32
# Explicitly weak link it here until we upgrade Amplify's platform support
34
33
# version to >= 13.0. https://github.com/aws-amplify/amplify-ios/issues/878
35
34
s . weak_frameworks = 'SwiftUI'
36
35
37
- s . subspec 'Default' do |default |
38
- default . preserve_path = 'AmplifyTools'
39
- default . script_phase = {
40
- :name => 'Default' ,
41
- :script => 'echo "no-op"' ,
42
- :execution_position => :before_compile
43
- }
44
- end
45
-
46
- s . subspec 'Tools' do |ss |
47
- ss . preserve_path = 'AmplifyTools'
48
- ss . script_phase = {
49
- :name => 'AmplifyTools' ,
50
- :script => 'mkdir -p "${PODS_ROOT}/AmplifyTools"; cp -vf "${PODS_TARGET_SRCROOT}/AmplifyTools/amplify-tools.sh" "${PODS_ROOT}/AmplifyTools/."' ,
51
- :execution_position => :before_compile
52
- }
53
- end
54
-
55
36
end
You can’t perform that action at this time.
0 commit comments