Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shopify_iossdk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cemarose
shopify_iossdk
Commits
a946a1d0
Commit
a946a1d0
authored
8 years ago
by
Dima Bart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert file import to framework import.
parent
6c6a94a5
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
30 additions
and
31 deletions
+30
-31
BUYManagedObject.h
Mobile Buy SDK/Mobile Buy SDK/Models/BUYManagedObject.h
+1
-1
BUYModelManager.h
Mobile Buy SDK/Mobile Buy SDK/Models/BUYModelManager.h
+2
-2
BUYObject.h
Mobile Buy SDK/Mobile Buy SDK/Models/BUYObject.h
+2
-2
BUYObjectProtocol.h
Mobile Buy SDK/Mobile Buy SDK/Models/BUYObjectProtocol.h
+1
-1
BUYAddress.h
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYAddress.h
+1
-1
BUYCartLineItem.h
...uy SDK/Mobile Buy SDK/Models/Persistent/BUYCartLineItem.h
+1
-1
BUYCustomer.h
...le Buy SDK/Mobile Buy SDK/Models/Persistent/BUYCustomer.h
+1
-1
BUYImageLink.h
...e Buy SDK/Mobile Buy SDK/Models/Persistent/BUYImageLink.h
+1
-1
BUYLineItem.h
...le Buy SDK/Mobile Buy SDK/Models/Persistent/BUYLineItem.h
+2
-2
BUYLineItem.m
...le Buy SDK/Mobile Buy SDK/Models/Persistent/BUYLineItem.m
+0
-1
BUYOption.h
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYOption.h
+1
-1
BUYOptionValue.h
...Buy SDK/Mobile Buy SDK/Models/Persistent/BUYOptionValue.h
+1
-1
BUYOrder.h
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYOrder.h
+1
-1
BUYProduct.h
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYProduct.h
+1
-1
BUYProductVariant.h
... SDK/Mobile Buy SDK/Models/Persistent/BUYProductVariant.h
+1
-1
BUYShop.h
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYShop.h
+1
-1
BUYCheckout.h
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYCheckout.h
+3
-3
BUYCheckoutAttribute.h
...DK/Mobile Buy SDK/Models/Transient/BUYCheckoutAttribute.h
+1
-1
BUYDiscount.h
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYDiscount.h
+2
-2
BUYGiftCard.h
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYGiftCard.h
+2
-2
BUYMaskedCreditCard.h
...SDK/Mobile Buy SDK/Models/Transient/BUYMaskedCreditCard.h
+1
-1
BUYShippingRate.h
...Buy SDK/Mobile Buy SDK/Models/Transient/BUYShippingRate.h
+1
-1
BUYTaxLine.h
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYTaxLine.h
+1
-1
BUYModelManager+ApplePay.h
...e Buy SDK/Mobile Buy SDK/Utils/BUYModelManager+ApplePay.h
+1
-1
No files found.
Mobile Buy SDK/Mobile Buy SDK/Models/BUYManagedObject.h
View file @
a946a1d0
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
//
//
#import <CoreData/CoreData.h>
#import <CoreData/CoreData.h>
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
#if defined CORE_DATA_PERSISTENCE
#if defined CORE_DATA_PERSISTENCE
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/BUYModelManager.h
View file @
a946a1d0
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
//
//
#import <Foundation/Foundation.h>
#import <Foundation/Foundation.h>
#import
"BUYObject.h"
#import
<Buy/BUYObject.h>
#import
"BUYModelManagerProtocol.h"
#import
<Buy/BUYModelManagerProtocol.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
/**
/**
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/BUYObject.h
View file @
a946a1d0
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
//
//
#import <Foundation/Foundation.h>
#import <Foundation/Foundation.h>
#import
"BUYObjectProtocol.h"
#import
<Buy/BUYObjectProtocol.h>
#import
"BUYModelManagerProtocol.h"
#import
<Buy/BUYModelManagerProtocol.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@interface
BUYObject
:
NSObject
<
BUYObject
>
@interface
BUYObject
:
NSObject
<
BUYObject
>
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/BUYObjectProtocol.h
View file @
a946a1d0
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
//
//
#import <Foundation/Foundation.h>
#import <Foundation/Foundation.h>
#import
"BUYSerializable.h"
#import
<Buy/BUYSerializable.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@class
NSEntityDescription
;
@class
NSEntityDescription
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYAddress.h
View file @
a946a1d0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYAddress.h"
#import
<Buy/_BUYAddress.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@interface
BUYAddress
:
_BUYAddress
{}
@interface
BUYAddress
:
_BUYAddress
{}
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYCartLineItem.h
View file @
a946a1d0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYCartLineItem.h"
#import
<Buy/_BUYCartLineItem.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
/**
/**
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYCustomer.h
View file @
a946a1d0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYCustomer.h"
#import
<Buy/_BUYCustomer.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@interface
BUYCustomer
:
_BUYCustomer
{}
@interface
BUYCustomer
:
_BUYCustomer
{}
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYImageLink.h
View file @
a946a1d0
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
//
//
@import
UIKit
;
@import
UIKit
;
#import
"_BUYImageLink.h"
#import
<Buy/_BUYImageLink.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
// Defines for common maximum image sizes
// Defines for common maximum image sizes
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYLineItem.h
View file @
a946a1d0
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYLineItem.h"
#import
<Buy/_BUYLineItem.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@class
BUYCartLineItem
;
@class
BUYCartLineItem
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYLineItem.m
View file @
a946a1d0
...
@@ -28,7 +28,6 @@
...
@@ -28,7 +28,6 @@
//
//
#import "BUYLineItem.h"
#import "BUYLineItem.h"
#import "BUYCartLineItem.h"
#import "BUYCartLineItem.h"
#import "BUYProductVariant.h"
#import "BUYProductVariant.h"
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYOption.h
View file @
a946a1d0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYOption.h"
#import
<Buy/_BUYOption.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@interface
BUYOption
:
_BUYOption
{}
@interface
BUYOption
:
_BUYOption
{}
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYOptionValue.h
View file @
a946a1d0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYOptionValue.h"
#import
<Buy/_BUYOptionValue.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@interface
BUYOptionValue
:
_BUYOptionValue
{}
@interface
BUYOptionValue
:
_BUYOptionValue
{}
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYOrder.h
View file @
a946a1d0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYOrder.h"
#import
<Buy/_BUYOrder.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@interface
BUYOrder
:
_BUYOrder
{}
@interface
BUYOrder
:
_BUYOrder
{}
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYProduct.h
View file @
a946a1d0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYProduct.h"
#import
<Buy/_BUYProduct.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@interface
BUYProduct
:
_BUYProduct
{}
@interface
BUYProduct
:
_BUYProduct
{}
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYProductVariant.h
View file @
a946a1d0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYProductVariant.h"
#import
<Buy/_BUYProductVariant.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@class
BUYOptionValue
;
@class
BUYOptionValue
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Persistent/BUYShop.h
View file @
a946a1d0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYShop.h"
#import
<Buy/_BUYShop.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@interface
BUYShop
:
_BUYShop
{}
@interface
BUYShop
:
_BUYShop
{}
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYCheckout.h
View file @
a946a1d0
...
@@ -24,9 +24,9 @@
...
@@ -24,9 +24,9 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYCheckout.h"
#import
<Buy/_BUYCheckout.h>
#import
"_BUYProductVariant.h"
#import
<Buy/_BUYProductVariant.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@class
BUYCart
,
BUYCartLineItem
,
BUYAddress
,
BUYGiftCard
;
@class
BUYCart
,
BUYCartLineItem
,
BUYAddress
,
BUYGiftCard
;
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYCheckoutAttribute.h
View file @
a946a1d0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYCheckoutAttribute.h"
#import
<Buy/_BUYCheckoutAttribute.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
/**
/**
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYDiscount.h
View file @
a946a1d0
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYDiscount.h"
#import
<Buy/_BUYDiscount.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@interface
BUYDiscount
:
_BUYDiscount
{}
@interface
BUYDiscount
:
_BUYDiscount
{}
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYGiftCard.h
View file @
a946a1d0
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYGiftCard.h"
#import
<Buy/_BUYGiftCard.h>
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@interface
BUYGiftCard
:
_BUYGiftCard
{}
@interface
BUYGiftCard
:
_BUYGiftCard
{}
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYMaskedCreditCard.h
View file @
a946a1d0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYMaskedCreditCard.h"
#import
<Buy/_BUYMaskedCreditCard.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@interface
BUYMaskedCreditCard
:
_BUYMaskedCreditCard
{}
@interface
BUYMaskedCreditCard
:
_BUYMaskedCreditCard
{}
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYShippingRate.h
View file @
a946a1d0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYShippingRate.h"
#import
<Buy/_BUYShippingRate.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@interface
BUYShippingRate
:
_BUYShippingRate
{}
@interface
BUYShippingRate
:
_BUYShippingRate
{}
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Models/Transient/BUYTaxLine.h
View file @
a946a1d0
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
// THE SOFTWARE.
// THE SOFTWARE.
//
//
#import
"_BUYTaxLine.h"
#import
<Buy/_BUYTaxLine.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@interface
BUYTaxLine
:
_BUYTaxLine
{}
@interface
BUYTaxLine
:
_BUYTaxLine
{}
...
...
This diff is collapsed.
Click to expand it.
Mobile Buy SDK/Mobile Buy SDK/Utils/BUYModelManager+ApplePay.h
View file @
a946a1d0
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
//
//
@import
PassKit
;
@import
PassKit
;
#import
"BUYModelManager.h"
#import
<Buy/BUYModelManager.h>
NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_BEGIN
@class
BUYAddress
;
@class
BUYAddress
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment