Skip to content

Commit 0d88a33

Browse files
author
Priyanka Mistry
committed
version upgraded to 3.2.0
1 parent d157cfb commit 0d88a33

File tree

17 files changed

+95
-29
lines changed

17 files changed

+95
-29
lines changed

BuiltIOBackend.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'BuiltIOBackend'
3-
s.version = '3.1.3'
3+
s.version = '3.2.0'
44
s.summary = 'The BuiltIO Backend helps you to create apps quickly and effortlessly, taking care of all the backend requirements.'
55

66
s.description = <<-DESC
6 KB
Binary file not shown.

SDK/iOS/BuiltIO.framework/BuiltIO

2 MB
Binary file not shown.

SDK/iOS/BuiltIO.framework/Headers/BuiltIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2013 raweng. All rights reserved.
77
//
88

9-
// sdk-version: 3.1.3
9+
// sdk-version: 3.2.0
1010

1111
#import <Foundation/Foundation.h>
1212

SDK/iOS/BuiltIO.framework/Headers/BuiltUser.h

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,30 @@ Login BuiltUser asynchronously by providing email as ID and signup password
348348
andPassword:(NSString *)password
349349
completion:(BuiltRequestCompletionHandler)completionBlock;
350350

351+
/**
352+
Login BuiltUser asynchronously by providing username as ID and signup password
353+
354+
//Obj-C
355+
BuiltUser *userObject = [builtApplication user];
356+
[userObject loginWithUsername:@"johncena" andPassword:@"password" completion:^(BuiltResponseType responseType, NSError *error) {
357+
358+
}];
359+
360+
//Swift
361+
var userObject:BuiltUser = builtApplication.user()
362+
userObject.loginWithUsername("johncena", andPassword:"password") { (responseType, error!) -> Void in
363+
364+
}
365+
366+
@param username username that you used to signup.
367+
@param password Your signup password.
368+
@param completionBlock Completion block with params (BuiltResponseType responseType, id responseJSON, NSError *error)
369+
*/
370+
- (void)loginWithUsername:(NSString *)username
371+
andPassword:(NSString *)password
372+
completion:(BuiltRequestCompletionHandler)completionBlock;
351373

374+
352375
/**
353376
Asynchronously login using Google OAuth 2.0 access token
354377
@@ -369,6 +392,8 @@ Asynchronously login using Google OAuth 2.0 access token
369392
@param accessToken Google OAuth 2.0 Access Token
370393
@param completionBlock Completion block with params (BuiltResponseType responseType, id responseJSON, NSError *error)
371394
*/
395+
396+
372397
- (void)loginWithGoogleAuthAccessToken:(NSString *)accessToken
373398
completion:(BuiltRequestCompletionHandler)completionBlock;
374399

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

SDK/iOS/BuiltIO.framework/_CodeSignature/CodeResources

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<dict>
55
<key>files</key>
66
<dict>
7+
<key>.DS_Store</key>
8+
<data>
9+
y8YKedYTNEpd6OPNN46oZQ2ix1M=
10+
</data>
711
<key>Headers/Built.h</key>
812
<data>
913
VwwAmdOlxcWyIoTvLMYsZiyAceA=
@@ -66,7 +70,7 @@
6670
</data>
6771
<key>Headers/BuiltIO.h</key>
6872
<data>
69-
9vcrF5tq//4R5EdofMYUFNnFPxA=
73+
W6diQ92nZMwTbIpM9a46xbMS9Bc=
7074
</data>
7175
<key>Headers/BuiltIOLocalStore.h</key>
7276
<data>
@@ -134,7 +138,7 @@
134138
</data>
135139
<key>Headers/BuiltUser.h</key>
136140
<data>
137-
u3VFg3v5ePVDllzZMKsUedAtXm8=
141+
UyiIyP77TyYf9cQs6Ds06ggpEUw=
138142
</data>
139143
<key>Headers/BuiltUserPresence.h</key>
140144
<data>
@@ -146,7 +150,7 @@
146150
</data>
147151
<key>Info.plist</key>
148152
<data>
149-
k+Zj+4yP1mDC4uSRPuCQJAPAQSg=
153+
glVb1tpljoltAnDgiVmF7TdDglg=
150154
</data>
151155
<key>Modules/module.modulemap</key>
152156
<data>
@@ -324,11 +328,11 @@
324328
<dict>
325329
<key>hash</key>
326330
<data>
327-
9vcrF5tq//4R5EdofMYUFNnFPxA=
331+
W6diQ92nZMwTbIpM9a46xbMS9Bc=
328332
</data>
329333
<key>hash2</key>
330334
<data>
331-
rFnIs6j+4oSzzpHFbBRaPxPLFryTlGcO4H8UH7heihU=
335+
g/7bu0QUXudU2bla/oNXQTiYRxDBZ/SteblObYba9xs=
332336
</data>
333337
</dict>
334338
<key>Headers/BuiltIOLocalStore.h</key>
@@ -511,11 +515,11 @@
511515
<dict>
512516
<key>hash</key>
513517
<data>
514-
u3VFg3v5ePVDllzZMKsUedAtXm8=
518+
UyiIyP77TyYf9cQs6Ds06ggpEUw=
515519
</data>
516520
<key>hash2</key>
517521
<data>
518-
km9QvA58faKxZ6iaw+pl5uPXv51FQmtWkSfXsEQ3e60=
522+
/AMoBitikRAfYNHwvweSgkIkjLQj0LuH27daWJxTcBI=
519523
</data>
520524
</dict>
521525
<key>Headers/BuiltUserPresence.h</key>

SDK/watchOS/.DS_Store

0 Bytes
Binary file not shown.
549 KB
Binary file not shown.

0 commit comments

Comments
 (0)