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
ec9ab07a
Commit
ec9ab07a
authored
May 03, 2016
by
Dima Bart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Buy SDK framework and convenience extensions.
parent
29595a44
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
165 additions
and
5 deletions
+165
-5
project.pbxproj
... Customers/Sample App Customers.xcodeproj/project.pbxproj
+120
-0
AppDelegate.swift
...mple App Customers/Sample App Customers/AppDelegate.swift
+17
-1
BUYClient+Extensions.swift
...Customers/Sample App Customers/BUYClient+Extensions.swift
+21
-0
Main.storyboard
...Customers/Sample App Customers/Base.lproj/Main.storyboard
+4
-4
SignupViewController.swift
...Customers/Sample App Customers/SignupViewController.swift
+3
-0
No files found.
Mobile Buy SDK Sample Apps/Sample App Customers/Sample App Customers.xcodeproj/project.pbxproj
View file @
ec9ab07a
...
...
@@ -14,8 +14,55 @@
9A9C03111CD8F9AC00AE79BD
/* LaunchScreen.storyboard in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
9A9C030F1CD8F9AC00AE79BD
/* LaunchScreen.storyboard */
;
};
9A9C031C1CD8FC6A00AE79BD
/* AccountViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
9A9C031B1CD8FC6A00AE79BD
/* AccountViewController.swift */
;
};
9A9C031E1CD8FD2300AE79BD
/* SignupViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
9A9C031D1CD8FD2300AE79BD
/* SignupViewController.swift */
;
};
9A9C03361CD9205C00AE79BD
/* Buy.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
9A9C032D1CD9203600AE79BD
/* Buy.framework */
;
};
9A9C03381CD9206600AE79BD
/* Buy.framework in CopyFiles */
=
{
isa
=
PBXBuildFile
;
fileRef
=
9A9C032D1CD9203600AE79BD
/* Buy.framework */
;
settings
=
{
ATTRIBUTES
=
(
CodeSignOnCopy
,
RemoveHeadersOnCopy
,
);
};
};
9A9C033B1CD921D700AE79BD
/* BUYClient+Extensions.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
9A9C033A1CD921D700AE79BD
/* BUYClient+Extensions.swift */
;
};
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
9A9C03281CD9203600AE79BD
/* PBXContainerItemProxy */
=
{
isa
=
PBXContainerItemProxy
;
containerPortal
=
9A9C03201CD9203600AE79BD
/* Mobile Buy SDK.xcodeproj */
;
proxyType
=
2
;
remoteGlobalIDString
=
90F592EC1B0D5EFE0026B382
;
remoteInfo
=
"Mobile Buy SDK Tests"
;
};
9A9C032A1CD9203600AE79BD
/* PBXContainerItemProxy */
=
{
isa
=
PBXContainerItemProxy
;
containerPortal
=
9A9C03201CD9203600AE79BD
/* Mobile Buy SDK.xcodeproj */
;
proxyType
=
2
;
remoteGlobalIDString
=
BE9A64281B503C2F0033E558
;
remoteInfo
=
"Buy Static"
;
};
9A9C032C1CD9203600AE79BD
/* PBXContainerItemProxy */
=
{
isa
=
PBXContainerItemProxy
;
containerPortal
=
9A9C03201CD9203600AE79BD
/* Mobile Buy SDK.xcodeproj */
;
proxyType
=
2
;
remoteGlobalIDString
=
901931701BC5B9BC00D1134E
;
remoteInfo
=
Buy
;
};
9A9C032F1CD9205600AE79BD
/* PBXContainerItemProxy */
=
{
isa
=
PBXContainerItemProxy
;
containerPortal
=
9A9C03201CD9203600AE79BD
/* Mobile Buy SDK.xcodeproj */
;
proxyType
=
1
;
remoteGlobalIDString
=
901930E11BC5B9BC00D1134E
;
remoteInfo
=
Buy
;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
9A9C03371CD9206000AE79BD
/* CopyFiles */
=
{
isa
=
PBXCopyFilesBuildPhase
;
buildActionMask
=
2147483647
;
dstPath
=
""
;
dstSubfolderSpec
=
10
;
files
=
(
9A9C03381CD9206600AE79BD
/* Buy.framework in CopyFiles */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
9A9C03031CD8F9AC00AE79BD
/* Sample App Customers.app */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.application
;
includeInIndex
=
0
;
path
=
"Sample App Customers.app"
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
9A9C03061CD8F9AC00AE79BD
/* AppDelegate.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
AppDelegate.swift
;
sourceTree
=
"<group>"
;
};
...
...
@@ -26,6 +73,8 @@
9A9C03121CD8F9AC00AE79BD
/* Info.plist */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.plist.xml
;
path
=
Info.plist
;
sourceTree
=
"<group>"
;
};
9A9C031B1CD8FC6A00AE79BD
/* AccountViewController.swift */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.swift
;
path
=
AccountViewController.swift
;
sourceTree
=
"<group>"
;
};
9A9C031D1CD8FD2300AE79BD
/* SignupViewController.swift */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.swift
;
path
=
SignupViewController.swift
;
sourceTree
=
"<group>"
;
};
9A9C03201CD9203600AE79BD
/* Mobile Buy SDK.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
"Mobile Buy SDK.xcodeproj"
;
path
=
"../../Mobile Buy SDK/Mobile Buy SDK.xcodeproj"
;
sourceTree
=
"<group>"
;
};
9A9C033A1CD921D700AE79BD
/* BUYClient+Extensions.swift */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.swift
;
path
=
"BUYClient+Extensions.swift"
;
sourceTree
=
"<group>"
;
};
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
...
...
@@ -33,6 +82,7 @@
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
9A9C03361CD9205C00AE79BD
/* Buy.framework in Frameworks */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
...
...
@@ -42,6 +92,7 @@
9A9C02FA1CD8F9AC00AE79BD
=
{
isa
=
PBXGroup
;
children
=
(
9A9C031F1CD9202900AE79BD
/* SDK */
,
9A9C03051CD8F9AC00AE79BD
/* Sample App Customers */
,
9A9C03191CD8FA0200AE79BD
/* Supporting Files */
,
9A9C03041CD8F9AC00AE79BD
/* Products */
,
...
...
@@ -60,6 +111,7 @@
isa
=
PBXGroup
;
children
=
(
9A9C03061CD8F9AC00AE79BD
/* AppDelegate.swift */
,
9A9C03391CD920F600AE79BD
/* Extensions */
,
9A9C031A1CD8FA0C00AE79BD
/* View Controllers */
,
9A9C030A1CD8F9AC00AE79BD
/* Main.storyboard */
,
);
...
...
@@ -87,6 +139,32 @@
name
=
"View Controllers"
;
sourceTree
=
"<group>"
;
};
9A9C031F1CD9202900AE79BD
/* SDK */
=
{
isa
=
PBXGroup
;
children
=
(
9A9C03201CD9203600AE79BD
/* Mobile Buy SDK.xcodeproj */
,
);
name
=
SDK
;
sourceTree
=
"<group>"
;
};
9A9C03211CD9203600AE79BD
/* Products */
=
{
isa
=
PBXGroup
;
children
=
(
9A9C03291CD9203600AE79BD
/* Mobile Buy SDK Tests.xctest */
,
9A9C032B1CD9203600AE79BD
/* Buy.framework */
,
9A9C032D1CD9203600AE79BD
/* Buy.framework */
,
);
name
=
Products
;
sourceTree
=
"<group>"
;
};
9A9C03391CD920F600AE79BD
/* Extensions */
=
{
isa
=
PBXGroup
;
children
=
(
9A9C033A1CD921D700AE79BD
/* BUYClient+Extensions.swift */
,
);
name
=
Extensions
;
sourceTree
=
"<group>"
;
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
...
...
@@ -97,10 +175,12 @@
9A9C02FF1CD8F9AC00AE79BD
/* Sources */
,
9A9C03001CD8F9AC00AE79BD
/* Frameworks */
,
9A9C03011CD8F9AC00AE79BD
/* Resources */
,
9A9C03371CD9206000AE79BD
/* CopyFiles */
,
);
buildRules
=
(
);
dependencies
=
(
9A9C03301CD9205600AE79BD
/* PBXTargetDependency */
,
);
name
=
"Sample App Customers"
;
productName
=
"Sample App Customers"
;
...
...
@@ -133,6 +213,12 @@
mainGroup
=
9A9C02FA1CD8F9AC00AE79BD
;
productRefGroup
=
9A9C03041CD8F9AC00AE79BD
/* Products */
;
projectDirPath
=
""
;
projectReferences
=
(
{
ProductGroup
=
9A9C03211CD9203600AE79BD
/* Products */
;
ProjectRef
=
9A9C03201CD9203600AE79BD
/* Mobile Buy SDK.xcodeproj */
;
},
);
projectRoot
=
""
;
targets
=
(
9A9C03021CD8F9AC00AE79BD
/* Sample App Customers */
,
...
...
@@ -140,6 +226,30 @@
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
9A9C03291CD9203600AE79BD
/* Mobile Buy SDK Tests.xctest */
=
{
isa
=
PBXReferenceProxy
;
fileType
=
wrapper.cfbundle
;
path
=
"Mobile Buy SDK Tests.xctest"
;
remoteRef
=
9A9C03281CD9203600AE79BD
/* PBXContainerItemProxy */
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
9A9C032B1CD9203600AE79BD
/* Buy.framework */
=
{
isa
=
PBXReferenceProxy
;
fileType
=
wrapper.framework
;
path
=
Buy.framework
;
remoteRef
=
9A9C032A1CD9203600AE79BD
/* PBXContainerItemProxy */
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
9A9C032D1CD9203600AE79BD
/* Buy.framework */
=
{
isa
=
PBXReferenceProxy
;
fileType
=
wrapper.framework
;
path
=
Buy.framework
;
remoteRef
=
9A9C032C1CD9203600AE79BD
/* PBXContainerItemProxy */
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
9A9C03011CD8F9AC00AE79BD
/* Resources */
=
{
isa
=
PBXResourcesBuildPhase
;
...
...
@@ -160,6 +270,7 @@
files
=
(
9A9C03091CD8F9AC00AE79BD
/* LoginViewController.swift in Sources */
,
9A9C03071CD8F9AC00AE79BD
/* AppDelegate.swift in Sources */
,
9A9C033B1CD921D700AE79BD
/* BUYClient+Extensions.swift in Sources */
,
9A9C031C1CD8FC6A00AE79BD
/* AccountViewController.swift in Sources */
,
9A9C031E1CD8FD2300AE79BD
/* SignupViewController.swift in Sources */
,
);
...
...
@@ -167,6 +278,14 @@
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
9A9C03301CD9205600AE79BD
/* PBXTargetDependency */
=
{
isa
=
PBXTargetDependency
;
name
=
Buy
;
targetProxy
=
9A9C032F1CD9205600AE79BD
/* PBXContainerItemProxy */
;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
9A9C030A1CD8F9AC00AE79BD
/* Main.storyboard */
=
{
isa
=
PBXVariantGroup
;
...
...
@@ -311,6 +430,7 @@
9A9C03171CD8F9AC00AE79BD
/* Release */
,
);
defaultConfigurationIsVisible
=
0
;
defaultConfigurationName
=
Release
;
};
/* End XCConfigurationList section */
};
...
...
Mobile Buy SDK Sample Apps/Sample App Customers/Sample App Customers/AppDelegate.swift
View file @
ec9ab07a
...
...
@@ -25,13 +25,29 @@
//
import
UIKit
import
Buy
@UIApplicationMain
class
AppDelegate
:
UIResponder
,
UIApplicationDelegate
{
var
window
:
UIWindow
?
/* ---------------------------------
** Configure store credentials to
** use with your specific store.
*/
let
shopDomain
:
String
=
""
let
apiKey
:
String
=
""
let
channedID
:
String
=
""
private(set)
var
client
:
BUYClient
!
// ----------------------------------
// MARK: - Application Launch -
//
func
application
(
application
:
UIApplication
,
didFinishLaunchingWithOptions
launchOptions
:
[
NSObject
:
AnyObject
]?)
->
Bool
{
self
.
client
=
BUYClient
(
shopDomain
:
self
.
shopDomain
,
apiKey
:
self
.
apiKey
,
channelId
:
self
.
channedID
)
return
true
}
...
...
Mobile Buy SDK Sample Apps/Sample App Customers/Sample App Customers/BUYClient+Extensions.swift
0 → 100644
View file @
ec9ab07a
//
// BUYClient+Extensions.swift
// Sample App Customers
//
// Created by Dima Bart on 2016-05-03.
// Copyright © 2016 Shopify Inc. All rights reserved.
//
import
Foundation
import
Buy
extension
BUYClient
{
static
var
sharedClient
:
BUYClient
{
if
let
delegate
=
UIApplication
.
sharedApplication
()
.
delegate
as?
AppDelegate
{
return
delegate
.
client
}
fatalError
(
"Could not retrieve shared BUYClient"
)
}
}
\ No newline at end of file
Mobile Buy SDK Sample Apps/Sample App Customers/Sample App Customers/Base.lproj/Main.storyboard
View file @
ec9ab07a
...
...
@@ -147,10 +147,10 @@
</constraints>
<variation
key=
"default"
>
<mask
key=
"constraints"
>
<exclude
reference=
"
nAI-12-jzv
"
/>
<exclude
reference=
"
QDy-z0-mcC
"
/>
<exclude
reference=
"inJ-eq-9u3"
/>
<exclude
reference=
"n1e-Lv-fQW"
/>
<exclude
reference=
"
QDy-z0-mcC
"
/>
<exclude
reference=
"
nAI-12-jzv
"
/>
</mask>
</variation>
</tableViewCellContentView>
...
...
@@ -225,9 +225,9 @@
</constraints>
<variation
key=
"default"
>
<mask
key=
"constraints"
>
<exclude
reference=
"MvX-Xq-k5G"
/>
<exclude
reference=
"tnj-em-LRX"
/>
<exclude
reference=
"w6s-34-Ifr"
/>
<exclude
reference=
"MvX-Xq-k5G"
/>
<exclude
reference=
"xNO-ya-GKB"
/>
</mask>
</variation>
...
...
@@ -258,9 +258,9 @@
<variation
key=
"default"
>
<mask
key=
"constraints"
>
<exclude
reference=
"2gh-AA-eQz"
/>
<exclude
reference=
"4XW-e1-z9H"
/>
<exclude
reference=
"YJy-3Q-kdV"
/>
<exclude
reference=
"yWO-bT-zAD"
/>
<exclude
reference=
"4XW-e1-z9H"
/>
</mask>
</variation>
</tableViewCellContentView>
...
...
Mobile Buy SDK Sample Apps/Sample App Customers/Sample App Customers/SignupViewController.swift
View file @
ec9ab07a
...
...
@@ -25,6 +25,7 @@
//
import
UIKit
import
Buy
class
SignupViewController
:
UITableViewController
{
...
...
@@ -34,5 +35,6 @@ class SignupViewController: UITableViewController {
override
func
viewDidLoad
()
{
super
.
viewDidLoad
()
}
}
\ No newline at end of file
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