Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
SDK 2.1 Release
Browse files Browse the repository at this point in the history
Fixed bugs and legal text changes
  • Loading branch information
Rama krishna committed Aug 10, 2017
1 parent 797f458 commit d4bfcc6
Show file tree
Hide file tree
Showing 73 changed files with 13 additions and 17 deletions.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PDCallProsperCell.nib
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PDFooterTableCell.nib
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PDFormButtonCell.nib
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PDFormReviewCell.nib
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PDFormTextCell.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PDMultiLineTextCell.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PMICreditCheckCell.nib
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PMIFormImageTextCell.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ - (void)showOffers
requestParams.employerStartDate = @"04/2010";
requestParams.occupationType = PMIDoctor;

//requestParams.ssnNumber = @"12345678";
requestParams.ssnNumber = @"666057741";

requestParams.bankAccountNumber = @"32423435345435";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

/* Begin PBXFileReference section */
02033313EB326699EA3F62D0 /* libPods-ProsperSDKSwiftSample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ProsperSDKSwiftSample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4F20E4DA1BFAA089007673C6 /* ProsperSDKSwiftSample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ProsperSDKSwiftSample-Bridging-Header.h"; sourceTree = "<group>"; };
4F20E4DE1BFAA0C1007673C6 /* WelcomeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WelcomeViewController.swift; sourceTree = "<group>"; };
4F20E4E01BFAA0DA007673C6 /* OfferViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OfferViewController.swift; sourceTree = "<group>"; };
4F33A7E31BFAFAFE0021B1C8 /* libsqlite3.0.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.0.tbd; path = usr/lib/libsqlite3.0.tbd; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -128,7 +127,6 @@
4FD5FC0A1BFA99BA001EBB88 /* Assets.xcassets */,
4FD5FC0C1BFA99BA001EBB88 /* LaunchScreen.storyboard */,
4FD5FC0F1BFA99BA001EBB88 /* Info.plist */,
4F20E4DA1BFAA089007673C6 /* ProsperSDKSwiftSample-Bridging-Header.h */,
);
path = ProsperSDKSwiftSample;
sourceTree = "<group>";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
//

import UIKit
import ProsperBorrowerSDK


@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
Expand All @@ -15,7 +17,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
PMIProsperConfig.initWithClientId("<your_prod_client_id>", clientSecret: "<your_prod_client_secret>", refMC: "<your_REF_mc>", refAC: "<your_REF_ac>",
PMIProsperConfig.initWithClientId(
"<your_prod_client_id>",
clientSecret: "<your_prod_client_secret>",
refMC: "<your_REF_mc>",
refAC: "<your_REF_ac>",
prodCredentials: false)

return true
Expand Down
6 changes: 1 addition & 5 deletions ProsperSDKSwiftSample/ProsperSDKSwiftSample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>prosperAppID</key>
<string>prosperMobileIOS</string>
<key>prosperSecretID</key>
<string>7049e16f9c1d4d5e9da1e7c8682b73f1</string>
<key>refAC</key>
<string>billguard</string>
<key>refMC</key>
Expand Down Expand Up @@ -61,7 +57,7 @@
<key>showWelcomeScreen</key>
<false/>
<key>showThankYouScreen</key>
<false/>
<true/>
</dict>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

import UIKit

import ProsperBorrowerSDK

class OfferViewController: UIViewController, PMIBorrowerDelegate {

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

import UIKit
import ProsperBorrowerSDK

class WelcomeViewController: UIViewController, UIAlertViewDelegate, PMIBorrowerDelegate{

Expand Down Expand Up @@ -118,7 +119,7 @@ class WelcomeViewController: UIViewController, UIAlertViewDelegate, PMIBorrowerD

// 13
let randomNumber = arc4random_uniform(10000)
borrowerInfo.email = String(format:"TestUser20178%[email protected]", randomNumber)
borrowerInfo.email = String(format:"TestMar45%[email protected]", randomNumber)

// Optional fields

Expand All @@ -132,7 +133,7 @@ class WelcomeViewController: UIViewController, UIAlertViewDelegate, PMIBorrowerD
borrowerInfo.employerStartDate = "04/2010"
borrowerInfo.occupationType = PMIDoctor.rawValue

borrowerInfo.ssnNumber = "123456786"
borrowerInfo.ssnNumber = "666057741"

borrowerInfo.bankAccountNumber = "32423435345435"

Expand Down

0 comments on commit d4bfcc6

Please sign in to comment.