Showing
4 changed files
with
4 additions
and
4 deletions
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
| 8 | <dict> | 8 | <dict> |
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
| 10 | - <integer>1</integer> | 10 | + <integer>0</integer> |
| 11 | </dict> | 11 | </dict> |
| 12 | </dict> | 12 | </dict> |
| 13 | </dict> | 13 | </dict> | ... | ... |
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
| 8 | <dict> | 8 | <dict> |
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
| 10 | - <integer>0</integer> | 10 | + <integer>1</integer> |
| 11 | </dict> | 11 | </dict> |
| 12 | </dict> | 12 | </dict> |
| 13 | </dict> | 13 | </dict> | ... | ... |
No preview for this file type
| ... | @@ -153,7 +153,7 @@ typedef void (^FailureResponse)(NSURLSessionDataTask * _Nullable task, NSError * | ... | @@ -153,7 +153,7 @@ typedef void (^FailureResponse)(NSURLSessionDataTask * _Nullable task, NSError * |
| 153 | [WLUserManager sendUUIDS]; | 153 | [WLUserManager sendUUIDS]; |
| 154 | [_sharedService sendEventsIfNeeded]; | 154 | [_sharedService sendEventsIfNeeded]; |
| 155 | 155 | ||
| 156 | - [_sharedService getLocationPoint]; | 156 | + // [_sharedService getLocationPoint]; |
| 157 | }); | 157 | }); |
| 158 | } | 158 | } |
| 159 | 159 | ||
| ... | @@ -206,7 +206,7 @@ typedef void (^FailureResponse)(NSURLSessionDataTask * _Nullable task, NSError * | ... | @@ -206,7 +206,7 @@ typedef void (^FailureResponse)(NSURLSessionDataTask * _Nullable task, NSError * |
| 206 | [WLUserManager sendUUIDS]; | 206 | [WLUserManager sendUUIDS]; |
| 207 | [_sharedService sendEventsIfNeeded]; | 207 | [_sharedService sendEventsIfNeeded]; |
| 208 | 208 | ||
| 209 | - [_sharedService getLocationPoint]; | 209 | + // [_sharedService getLocationPoint]; |
| 210 | }); | 210 | }); |
| 211 | } | 211 | } |
| 212 | 212 | ... | ... |
-
Please register or login to post a comment