Don't attempt to build with 32 bit architectures

SwiftUI doesn't include symbols for 32-bit archs so xcodebuild fails, and there is no reason to build the example app for 32 bit archs
This commit is contained in:
Kino
2020-07-18 21:56:58 -07:00
parent 93036d49d2
commit 8b848dfefe
5 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 90bd12ca685503630d7fe716609f4974660ed5ee
COCOAPODS: 1.9.3
COCOAPODS: 1.9.1
@@ -25,9 +25,7 @@
import UIKit
import MessageKit
import SafariServices
#if canImport(SwiftUI)
import SwiftUI
#endif
final internal class LaunchViewController: UITableViewController {
@@ -6,9 +6,7 @@
// Copyright © 2020 MessageKit. All rights reserved.
//
#if canImport(SwiftUI)
import SwiftUI
#endif
import MessageKit
import InputBarAccessoryView
@@ -6,9 +6,7 @@
// Copyright © 2020 MessageKit. All rights reserved.
//
#if canImport(SwiftUI)
import SwiftUI
#endif
import MessageKit
@available(iOS 13.0, *)