File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,6 @@ SKIP_INSTALL = YES
6161PRODUCT_NAME = HomeAssistant-$(TARGET_NAME)
6262PRODUCT_MODULE_NAME = $(TARGET_NAME:c99extidentifier)
6363
64- // watchOS-specific, to keep us under the 75 MB size limit
65- EXCLUDED_ARCHS[sdk=watchos*] = arm64
66-
6764// Catalyst-specific
6865ENABLE_HARDENED_RUNTIME[sdk=macosx*] = YES
6966
Original file line number Diff line number Diff line change @@ -117,9 +117,6 @@ post_install do |installer|
117117
118118 config . build_settings [ 'SWIFT_INSTALL_OBJC_HEADER' ] = 'NO' unless target . name . include? 'Firebase'
119119
120- # disabled arch to stay under the 75 MB limit imposed by apple
121- config . build_settings [ 'EXCLUDED_ARCHS[sdk=watchos*]' ] = 'arm64'
122-
123120 next unless config . name == 'Release'
124121
125122 # cocoapods defaults to not stripping the frameworks it creates
Original file line number Diff line number Diff line change @@ -295,6 +295,6 @@ SPEC CHECKSUMS:
295295 ViewRow: 8da541e9c019f3be63f4e28f311a62cac2045ecf
296296 XCGLogger: 1943831ef907df55108b0b18657953f868de973b
297297
298- PODFILE CHECKSUM: 3a6770107ce893659bd5725d7ce07dd1c9a9c065
298+ PODFILE CHECKSUM: 3e51f6f88d22cb69fd187779f567da9019ee707a
299299
300300COCOAPODS: 1.15.2
You can’t perform that action at this time.
0 commit comments