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
2c1f0bef
Commit
2c1f0bef
authored
May 26, 2016
by
Gabriel O'Flaherty-Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expose checkout helpers
parent
d4a6e276
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
project.pbxproj
Mobile Buy SDK/Mobile Buy SDK.xcodeproj/project.pbxproj
+2
-2
Buy.h
Mobile Buy SDK/Mobile Buy SDK/Buy.h
+1
-0
Buy.h
Mobile Buy SDK/Mobile Buy SDK/Static Framework/Buy.h
+2
-0
No files found.
Mobile Buy SDK/Mobile Buy SDK.xcodeproj/project.pbxproj
View file @
2c1f0bef
...
...
@@ -157,8 +157,8 @@
84B0A73B1CE10ED900253EB0
/* BUYWebCheckoutPaymentProvider.h in Headers */
=
{
isa
=
PBXBuildFile
;
fileRef
=
84B0A72E1CE10ED900253EB0
/* BUYWebCheckoutPaymentProvider.h */
;
settings
=
{
ATTRIBUTES
=
(
Public
,
);
};
};
84B0A73C1CE10ED900253EB0
/* BUYWebCheckoutPaymentProvider.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
84B0A72F1CE10ED900253EB0
/* BUYWebCheckoutPaymentProvider.m */
;
};
84B0A73D1CE10ED900253EB0
/* BUYWebCheckoutPaymentProvider.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
84B0A72F1CE10ED900253EB0
/* BUYWebCheckoutPaymentProvider.m */
;
};
84B0A7401CE10F8100253EB0
/* BUYClient+CheckoutHelpers.h in Headers */
=
{
isa
=
PBXBuildFile
;
fileRef
=
84B0A73E1CE10F8100253EB0
/* BUYClient+CheckoutHelpers.h */
;
};
84B0A7411CE10F8100253EB0
/* BUYClient+CheckoutHelpers.h in Headers */
=
{
isa
=
PBXBuildFile
;
fileRef
=
84B0A73E1CE10F8100253EB0
/* BUYClient+CheckoutHelpers.h */
;
};
84B0A7401CE10F8100253EB0
/* BUYClient+CheckoutHelpers.h in Headers */
=
{
isa
=
PBXBuildFile
;
fileRef
=
84B0A73E1CE10F8100253EB0
/* BUYClient+CheckoutHelpers.h */
;
settings
=
{
ATTRIBUTES
=
(
Public
,
);
};
};
84B0A7411CE10F8100253EB0
/* BUYClient+CheckoutHelpers.h in Headers */
=
{
isa
=
PBXBuildFile
;
fileRef
=
84B0A73E1CE10F8100253EB0
/* BUYClient+CheckoutHelpers.h */
;
settings
=
{
ATTRIBUTES
=
(
Public
,
);
};
};
84B0A7421CE10F8100253EB0
/* BUYClient+CheckoutHelpers.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
84B0A73F1CE10F8100253EB0
/* BUYClient+CheckoutHelpers.m */
;
};
84B0A7431CE10F8100253EB0
/* BUYClient+CheckoutHelpers.m in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
84B0A73F1CE10F8100253EB0
/* BUYClient+CheckoutHelpers.m */
;
};
84CD7C2D1CC65D5A00B6EE61
/* _BUYCheckoutAttribute.h in Headers */
=
{
isa
=
PBXBuildFile
;
fileRef
=
84CD7C2B1CC65D5500B6EE61
/* _BUYCheckoutAttribute.h */
;
settings
=
{
ATTRIBUTES
=
(
Public
,
);
};
};
...
...
Mobile Buy SDK/Mobile Buy SDK/Buy.h
View file @
2c1f0bef
...
...
@@ -66,6 +66,7 @@ FOUNDATION_EXPORT const unsigned char BuyVersionString[];
#import <Buy/BUYClient+Address.h>
#import <Buy/BUYClient+Customers.h>
#import <Buy/BUYClient+Checkout.h>
#import <Buy/BUYClient+CheckoutHelpers.h>
#import <Buy/BUYClient+Storefront.h>
#import <Buy/BUYRequestOperation.h>
#import <Buy/BUYError.h>
...
...
Mobile Buy SDK/Mobile Buy SDK/Static Framework/Buy.h
View file @
2c1f0bef
...
...
@@ -62,7 +62,9 @@
#import "BUYClient+Address.h"
#import "BUYClient+Customers.h"
#import "BUYClient+Checkout.h"
#import "BUYClient+CheckoutHelpers.h"
#import "BUYClient+Storefront.h"
#import "BUYRequestOperation.h"
#import "BUYError.h"
#import "BUYError+BUYAdditions.h"
...
...
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