Showing
11 changed files
with
24 additions
and
9 deletions
No preview for this file type
No preview for this file type
This diff is collapsed. Click to expand it.
No preview for this file type
| ... | @@ -49,7 +49,6 @@ | ... | @@ -49,7 +49,6 @@ |
| 49 | } | 49 | } |
| 50 | [self.view setFrame:CGRectMake(0, 0, scren_x, scren_y)]; | 50 | [self.view setFrame:CGRectMake(0, 0, scren_x, scren_y)]; |
| 51 | 51 | ||
| 52 | - [FishSDK showLoginView:self.view backgroundImage:[UIImage imageNamed:@"cover.jpg"]]; | ||
| 53 | 52 | ||
| 54 | UIButton *butt = [UIButton buttonWithType:UIButtonTypeRoundedRect]; | 53 | UIButton *butt = [UIButton buttonWithType:UIButtonTypeRoundedRect]; |
| 55 | butt.frame = CGRectMake(10, 50, 50, 50); | 54 | butt.frame = CGRectMake(10, 50, 50, 50); |
| ... | @@ -88,6 +87,9 @@ | ... | @@ -88,6 +87,9 @@ |
| 88 | btn.titleLabel.textColor = [UIColor blackColor]; | 87 | btn.titleLabel.textColor = [UIColor blackColor]; |
| 89 | [self.view addSubview:btn]; | 88 | [self.view addSubview:btn]; |
| 90 | 89 | ||
| 90 | + | ||
| 91 | + [FishSDK showLoginView:self.view backgroundImage:[UIImage imageNamed:@"cover.jpg"]]; | ||
| 92 | + | ||
| 91 | // Do any additional setup after loading the view from its nib. | 93 | // Do any additional setup after loading the view from its nib. |
| 92 | } | 94 | } |
| 93 | 95 | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | <key>CFBundleDevelopmentRegion</key> | 5 | <key>CFBundleDevelopmentRegion</key> |
| 6 | <string>en</string> | 6 | <string>en</string> |
| 7 | <key>CFBundleDisplayName</key> | 7 | <key>CFBundleDisplayName</key> |
| 8 | - <string>${PRODUCT_NAME}</string> | 8 | + <string>蜀山逍遙遊</string> |
| 9 | <key>CFBundleExecutable</key> | 9 | <key>CFBundleExecutable</key> |
| 10 | <string>${EXECUTABLE_NAME}</string> | 10 | <string>${EXECUTABLE_NAME}</string> |
| 11 | <key>CFBundleIdentifier</key> | 11 | <key>CFBundleIdentifier</key> |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | <key>CFBundleInfoDictionaryVersion</key> | 13 | <key>CFBundleInfoDictionaryVersion</key> |
| 14 | <string>6.0</string> | 14 | <string>6.0</string> |
| 15 | <key>CFBundleName</key> | 15 | <key>CFBundleName</key> |
| 16 | - <string>${PRODUCT_NAME}</string> | 16 | + <string>蜀山逍遙遊</string> |
| 17 | <key>CFBundlePackageType</key> | 17 | <key>CFBundlePackageType</key> |
| 18 | <string>APPL</string> | 18 | <string>APPL</string> |
| 19 | <key>CFBundleShortVersionString</key> | 19 | <key>CFBundleShortVersionString</key> |
| ... | @@ -27,14 +27,14 @@ | ... | @@ -27,14 +27,14 @@ |
| 27 | <string>Editor</string> | 27 | <string>Editor</string> |
| 28 | <key>CFBundleURLSchemes</key> | 28 | <key>CFBundleURLSchemes</key> |
| 29 | <array> | 29 | <array> |
| 30 | - <string>fb1287511397948272</string> | 30 | + <string>fb1238635072876278</string> |
| 31 | </array> | 31 | </array> |
| 32 | </dict> | 32 | </dict> |
| 33 | </array> | 33 | </array> |
| 34 | <key>CFBundleVersion</key> | 34 | <key>CFBundleVersion</key> |
| 35 | <string>1.0</string> | 35 | <string>1.0</string> |
| 36 | <key>FacebookAppID</key> | 36 | <key>FacebookAppID</key> |
| 37 | - <string>1287511397948272</string> | 37 | + <string>1238635072876278</string> |
| 38 | <key>LSApplicationQueriesSchemes</key> | 38 | <key>LSApplicationQueriesSchemes</key> |
| 39 | <array> | 39 | <array> |
| 40 | <string>fbapi</string> | 40 | <string>fbapi</string> |
| ... | @@ -58,7 +58,15 @@ | ... | @@ -58,7 +58,15 @@ |
| 58 | <key>NSAllowArbitraryLoads</key> | 58 | <key>NSAllowArbitraryLoads</key> |
| 59 | <true/> | 59 | <true/> |
| 60 | <key>NSExceptionDomains</key> | 60 | <key>NSExceptionDomains</key> |
| 61 | + | ||
| 61 | <dict> | 62 | <dict> |
| 63 | + <key>sdk.easygame.hk</key> | ||
| 64 | + <dict> | ||
| 65 | + <key>NSExceptionMinimumTLSVersion</key> | ||
| 66 | + <string>TLSv1.0</string> | ||
| 67 | + </dict> | ||
| 68 | + | ||
| 69 | + | ||
| 62 | <key>7725.com</key> | 70 | <key>7725.com</key> |
| 63 | <dict> | 71 | <dict> |
| 64 | <key>NSExceptionAllowsInsecureHTTPLoads</key> | 72 | <key>NSExceptionAllowsInsecureHTTPLoads</key> | ... | ... |
No preview for this file type
No preview for this file type
| ... | @@ -86,13 +86,13 @@ | ... | @@ -86,13 +86,13 @@ |
| 86 | <key>display</key> | 86 | <key>display</key> |
| 87 | <string>portrait</string> | 87 | <string>portrait</string> |
| 88 | <key>formalUrl</key> | 88 | <key>formalUrl</key> |
| 89 | - <string>http://sdk.easygame.hk/mgame_sdk_api/index.php?</string> | 89 | + <string>https://sdk.easygame.hk/mgame_sdk_api/index.php?</string> |
| 90 | <key>publicUrl</key> | 90 | <key>publicUrl</key> |
| 91 | - <string>http://sdk.easygame.hk/mgame_sdk_api/index.php?</string> | 91 | + <string>https://sdk.easygame.hk/mgame_sdk_api/index.php?</string> |
| 92 | <key>clauseUrl</key> | 92 | <key>clauseUrl</key> |
| 93 | - <string>http://sdk.easygame.hk/sdk_clause.html</string> | 93 | + <string>https://sdk.easygame.hk/html/sdk_clause.html</string> |
| 94 | <key>privacyUrl</key> | 94 | <key>privacyUrl</key> |
| 95 | - <string>http://sdk.easygame.hk/html/sdk_privacy.html</string> | 95 | + <string>https://sdk.easygame.hk/html/sdk_privacy.html</string> |
| 96 | <key>appLink</key> | 96 | <key>appLink</key> |
| 97 | <string></string> | 97 | <string></string> |
| 98 | <key>clauseTextColor</key> | 98 | <key>clauseTextColor</key> | ... | ... |
No preview for this file type
-
Please register or login to post a comment