Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Vasilis
2022-02-03 12:40:20 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
52b8af9a1134f375f27875fcb990b33f657bc552
52b8af9a
1 parent
320811b1
possible fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
WarplySDKFrameworkIOS/Warply/external/AFNetworking/AFURLResponseSerialization.m
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/Warply/external/AFNetworking/AFURLResponseSerialization.m
View file @
52b8af9
...
...
@@ -97,7 +97,7 @@ static id AFJSONObjectByRemovingKeysWithNullValues(id JSONObject, NSJSONReadingO
return
nil
;
}
self
.
acceptableStatusCodes
=
[
NSIndexSet
indexSetWithIndexesInRange
:
NSMakeRange
(
200
,
100
)];
self
.
acceptableStatusCodes
=
[
NSIndexSet
indexSetWithIndexesInRange
:
NSMakeRange
(
401
,
100
)];
self
.
acceptableContentTypes
=
nil
;
return
self
;
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
52b8af9
No preview for this file type
Please
register
or
login
to post a comment