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 17:45:06 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3825e8410c401c662af6922d70e396b713a4bb35
3825e841
1 parent
4be55053
revert of possible fix
Show 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 @
3825e84
...
...
@@ -97,7 +97,7 @@ static id AFJSONObjectByRemovingKeysWithNullValues(id JSONObject, NSJSONReadingO
return
nil
;
}
self
.
acceptableStatusCodes
=
[
NSIndexSet
indexSetWithIndexesInRange
:
NSMakeRange
(
401
,
100
)];
self
.
acceptableStatusCodes
=
[
NSIndexSet
indexSetWithIndexesInRange
:
NSMakeRange
(
200
,
100
)];
self
.
acceptableContentTypes
=
nil
;
return
self
;
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
3825e84
No preview for this file type
Please
register
or
login
to post a comment