Skip to content

Commit 3ba8bfd

Browse files
authored
Include arm64 for watchOS (#4165)
1 parent 94da1e4 commit 3ba8bfd

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

Configuration/HomeAssistant.xcconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ SKIP_INSTALL = YES
6161
PRODUCT_NAME = HomeAssistant-$(TARGET_NAME)
6262
PRODUCT_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
6865
ENABLE_HARDENED_RUNTIME[sdk=macosx*] = YES
6966

Podfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,6 @@ SPEC CHECKSUMS:
295295
ViewRow: 8da541e9c019f3be63f4e28f311a62cac2045ecf
296296
XCGLogger: 1943831ef907df55108b0b18657953f868de973b
297297

298-
PODFILE CHECKSUM: 3a6770107ce893659bd5725d7ce07dd1c9a9c065
298+
PODFILE CHECKSUM: 3e51f6f88d22cb69fd187779f567da9019ee707a
299299

300300
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)