Showing
5 changed files
with
12 additions
and
2 deletions
| ... | @@ -8,6 +8,8 @@ | ... | @@ -8,6 +8,8 @@ |
| 8 | <dict> | 8 | <dict> |
| 9 | <key>isShown</key> | 9 | <key>isShown</key> |
| 10 | <false/> | 10 | <false/> |
| 11 | + <key>orderHint</key> | ||
| 12 | + <integer>0</integer> | ||
| 11 | </dict> | 13 | </dict> |
| 12 | </dict> | 14 | </dict> |
| 13 | <key>SuppressBuildableAutocreation</key> | 15 | <key>SuppressBuildableAutocreation</key> | ... | ... |
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | <key>WarplySDKFrameworkIOS.xcscheme_^#shared#^_</key> | 7 | <key>WarplySDKFrameworkIOS.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
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| 9 | #import "MyApi.h" | 9 | #import "MyApi.h" |
| 10 | #import "Warply.h" | 10 | #import "Warply.h" |
| 11 | 11 | ||
| 12 | -#import <warplySDKFrameworkIOS/warplySDKFrameworkIOS-Swift.h> | 12 | +#import <WarplySDKFrameworkIOS/WarplySDKFrameworkIOS-Swift.h> |
| 13 | 13 | ||
| 14 | @implementation MyApi | 14 | @implementation MyApi |
| 15 | NSString *WARP_PRODUCTION_BASE_URL = @"https://engage.warp.ly"; | 15 | NSString *WARP_PRODUCTION_BASE_URL = @"https://engage.warp.ly"; | ... | ... |
-
Please register or login to post a comment