-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #301 from iZettle/fix-build-issue
Fix an issue where importing iZettleSDK from Swift files failed compilation
- Loading branch information
Showing
16 changed files
with
942 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// | ||
// SDK.swift | ||
// iZettle SDK Sample | ||
// | ||
// Created by Said Sikira on 2020-07-09. | ||
// Copyright © 2020 iZettle. All rights reserved. | ||
// | ||
|
||
import Foundation | ||
import iZettleSDK |
4 changes: 4 additions & 0 deletions
4
Example/Sample/iZettleSDKSample/iZettle SDK Sample-Bridging-Header.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// | ||
// Use this file to import your target's public headers that you would like to expose to Swift. | ||
// | ||
|
Oops, something went wrong.