Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GoogleSignInSwift/Sources/GoogleSignInButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#if !arch(arm)
#if !arch(arm) && !arch(i386)

import SwiftUI
import CoreGraphics
Expand Down Expand Up @@ -194,4 +194,4 @@ private extension Font {
}
}

#endif // !arch(arm)
#endif // !arch(arm) && !arch(i386)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#if !arch(arm)
#if !arch(arm) && !arch(i386)

import Foundation

Expand Down Expand Up @@ -65,4 +65,4 @@ extension Bundle {
}
}

#endif // !arch(arm)
#endif // !arch(arm) && !arch(i386)
4 changes: 2 additions & 2 deletions GoogleSignInSwift/Sources/GoogleSignInButtonStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#if !arch(arm)
#if !arch(arm) && !arch(i386)

import Foundation

Expand Down Expand Up @@ -59,4 +59,4 @@ struct GoogleSignInButtonString {
}
}

#endif // !arch(arm)
#endif // !arch(arm) && !arch(i386)
4 changes: 2 additions & 2 deletions GoogleSignInSwift/Sources/GoogleSignInButtonStyling.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#if !arch(arm)
#if !arch(arm) && !arch(i386)

import SwiftUI

Expand Down Expand Up @@ -283,4 +283,4 @@ struct SwiftUIButtonStyle: ButtonStyle {
}
}

#endif // !arch(arm)
#endif // !arch(arm) && !arch(i386)
4 changes: 2 additions & 2 deletions GoogleSignInSwift/Sources/GoogleSignInButtonViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#if !arch(arm)
#if !arch(arm) && !arch(i386)

import Combine

Expand Down Expand Up @@ -50,4 +50,4 @@ public class GoogleSignInButtonViewModel: ObservableObject {
}
}

#endif // !arch(arm)
#endif // !arch(arm) && !arch(i386)