mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 03:37:39 +00:00
All Production settings active programmatically
This commit is contained in:
parent
fc98abd596
commit
09cb0691fd
Binary file not shown.
@ -186,7 +186,7 @@
|
||||
moduleName = "Vendoo"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/okechi/Documents/iOs%20Practice/Vendoo/Vendoo_bb/Vendoo/Vendoo/CategoriesTableViewController.swift"
|
||||
timestampString = "501291173.047822"
|
||||
timestampString = "501301326.689405"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "570"
|
||||
@ -201,7 +201,7 @@
|
||||
moduleName = "Vendoo"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/okechi/Documents/iOs%20Practice/Vendoo/Vendoo_bb/Vendoo/Vendoo/CategoriesTableViewController.swift"
|
||||
timestampString = "501291173.047982"
|
||||
timestampString = "501301326.689558"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "572"
|
||||
@ -543,53 +543,6 @@
|
||||
endingLineNumber = "625"
|
||||
landmarkName = "getListingInfo(_:onCompletion:)"
|
||||
landmarkType = "5">
|
||||
<Locations>
|
||||
<Location
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "Vendoo.EtsyRESTAPIManager.getListingInfo (Swift.String, onCompletion : Swift.Optional<(Swift.Optional<Swift.AnyObject>, Swift.Optional<__ObjC.NSError>) -> ()>) -> ()"
|
||||
moduleName = "Vendoo"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/okechi/Documents/iOs%20Practice/Vendoo/Vendoo_bb/Vendoo/Vendoo/EtsyRESTAPIManager.swift"
|
||||
timestampString = "501291173.058898"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "627"
|
||||
endingLineNumber = "627"
|
||||
offsetFromSymbolStart = "573">
|
||||
</Location>
|
||||
<Location
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "Vendoo.EtsyRESTAPIManager.(getListingInfo (Swift.String, onCompletion : Swift.Optional<(Swift.Optional<Swift.AnyObject>, Swift.Optional<__ObjC.NSError>) -> ()>) -> ()).(closure #1)"
|
||||
moduleName = "Vendoo"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/okechi/Documents/iOs%20Practice/Vendoo/Vendoo_bb/Vendoo/Vendoo/EtsyRESTAPIManager.swift"
|
||||
timestampString = "501291173.058998"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "627"
|
||||
endingLineNumber = "627"
|
||||
offsetFromSymbolStart = "2884">
|
||||
</Location>
|
||||
<Location
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
symbolName = "Vendoo.EtsyRESTAPIManager.(getListingInfo (Swift.String, onCompletion : Swift.Optional<(Swift.Optional<Swift.AnyObject>, Swift.Optional<__ObjC.NSError>) -> ()>) -> ()).(closure #2)"
|
||||
moduleName = "Vendoo"
|
||||
usesParentBreakpointCondition = "Yes"
|
||||
urlString = "file:///Users/okechi/Documents/iOs%20Practice/Vendoo/Vendoo_bb/Vendoo/Vendoo/EtsyRESTAPIManager.swift"
|
||||
timestampString = "501291173.059085"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "629"
|
||||
endingLineNumber = "629"
|
||||
offsetFromSymbolStart = "19">
|
||||
</Location>
|
||||
</Locations>
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
@ -704,5 +657,21 @@
|
||||
landmarkType = "5">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
<BreakpointProxy
|
||||
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
||||
<BreakpointContent
|
||||
shouldBeEnabled = "Yes"
|
||||
ignoreCount = "0"
|
||||
continueAfterRunningActions = "No"
|
||||
filePath = "Vendoo/MenuPanelViewController.swift"
|
||||
timestampString = "501301326.548836"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "111"
|
||||
endingLineNumber = "111"
|
||||
landmarkName = "tableView(_:cellForRowAtIndexPath:)"
|
||||
landmarkType = "5">
|
||||
</BreakpointContent>
|
||||
</BreakpointProxy>
|
||||
</Breakpoints>
|
||||
</Bucket>
|
||||
|
||||
@ -19,7 +19,7 @@ class EbayWebServiceManager: NSObject {
|
||||
|
||||
//API Manager class variables
|
||||
//----------------------------------------------//
|
||||
let baseURL = "https://api.sandbox.ebay.com/ws/api.dll"
|
||||
let baseURL = "https://api.ebay.com/ws/api.dll"
|
||||
|
||||
private var apiKey: String!
|
||||
private var devKey: String!
|
||||
@ -131,7 +131,7 @@ extension EbayWebServiceManager {
|
||||
|
||||
let soapMessage = "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +
|
||||
"<GetSessionIDRequest xmlns=\"urn:ebay:apis:eBLBaseComponents\">" +
|
||||
"<RuName>Kroleo-Kroleo-Vendoo-S-ktqeobkk</RuName>" +
|
||||
"<RuName>Kroleo-Kroleo-Vendoo-P-fixzpt</RuName>" +
|
||||
"</GetSessionIDRequest>"
|
||||
|
||||
let url = NSURL(string: self.baseURL)
|
||||
|
||||
@ -407,7 +407,7 @@ extension ListingPreviewViewController {
|
||||
"is_supply": EtsyRESTAPIManager.settingsDictionary["is_supply"]!,
|
||||
"when_made": EtsyRESTAPIManager.settingsDictionary["when_made"] as! String,
|
||||
"shipping_template_id": EtsyRESTAPIManager.settingsDictionary["shipping_template_id"] as! Int,
|
||||
"state":"draft"
|
||||
"state":"active"
|
||||
|
||||
]
|
||||
|
||||
|
||||
@ -829,7 +829,7 @@
|
||||
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" id="K0z-pp-hzH">
|
||||
<rect key="frame" x="0.0" y="46" width="375" height="211"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<color key="backgroundColor" red="1" green="0.94432476799999998" blue="0.29461320000000002" alpha="1" colorSpace="calibratedRGB"/>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</imageView>
|
||||
<imageView userInteractionEnabled="NO" tag="1" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" id="LsU-De-laD" userLabel="Image 1">
|
||||
<rect key="frame" x="286" y="262" width="81" height="56"/>
|
||||
|
||||
@ -5,13 +5,13 @@
|
||||
<key>Ebay</key>
|
||||
<dict>
|
||||
<key>signin</key>
|
||||
<string>https://signin.sandbox.ebay.com/ws/eBayISAPI.dll?SignIn&runame=Kroleo-Kroleo-Vendoo-S-ktqeobkk</string>
|
||||
<string>https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&runame=Kroleo-Kroleo-Vendoo-P-fixzpt</string>
|
||||
<key>consumerKey</key>
|
||||
<string>Kroleo-Vendoo-SBX-64d8cb02c-937748da</string>
|
||||
<string>Kroleo-Vendoo-PRD-e45f30466-d710cfab</string>
|
||||
<key>devID</key>
|
||||
<string>fbe42cd4-d9dd-4450-9cf1-b43055febe36</string>
|
||||
<key>CertID</key>
|
||||
<string>SBX-4d8cb02c893a-af4f-4e6d-9558-b3a1 </string>
|
||||
<string>PRD-45f30466f145-f77d-4393-aab3-e002</string>
|
||||
</dict>
|
||||
<key>Etsy</key>
|
||||
<dict>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user