xuguohong

update demo

No preview for this file type
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
</Bucket>
......@@ -49,7 +49,6 @@
}
[self.view setFrame:CGRectMake(0, 0, scren_x, scren_y)];
[FishSDK showLoginView:self.view backgroundImage:[UIImage imageNamed:@"cover.jpg"]];
UIButton *butt = [UIButton buttonWithType:UIButtonTypeRoundedRect];
butt.frame = CGRectMake(10, 50, 50, 50);
......@@ -88,6 +87,9 @@
btn.titleLabel.textColor = [UIColor blackColor];
[self.view addSubview:btn];
[FishSDK showLoginView:self.view backgroundImage:[UIImage imageNamed:@"cover.jpg"]];
// Do any additional setup after loading the view from its nib.
}
......
......@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<string>蜀山逍遙遊</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
......@@ -13,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<string>蜀山逍遙遊</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
......@@ -27,14 +27,14 @@
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>fb1287511397948272</string>
<string>fb1238635072876278</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>FacebookAppID</key>
<string>1287511397948272</string>
<string>1238635072876278</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fbapi</string>
......@@ -58,7 +58,15 @@
<key>NSAllowArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>sdk.easygame.hk</key>
<dict>
<key>NSExceptionMinimumTLSVersion</key>
<string>TLSv1.0</string>
</dict>
<key>7725.com</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
......
......@@ -86,13 +86,13 @@
<key>display</key>
<string>portrait</string>
<key>formalUrl</key>
<string>http://sdk.easygame.hk/mgame_sdk_api/index.php?</string>
<string>https://sdk.easygame.hk/mgame_sdk_api/index.php?</string>
<key>publicUrl</key>
<string>http://sdk.easygame.hk/mgame_sdk_api/index.php?</string>
<string>https://sdk.easygame.hk/mgame_sdk_api/index.php?</string>
<key>clauseUrl</key>
<string>http://sdk.easygame.hk/sdk_clause.html</string>
<string>https://sdk.easygame.hk/html/sdk_clause.html</string>
<key>privacyUrl</key>
<string>http://sdk.easygame.hk/html/sdk_privacy.html</string>
<string>https://sdk.easygame.hk/html/sdk_privacy.html</string>
<key>appLink</key>
<string></string>
<key>clauseTextColor</key>
......