Commit 9f3f66af authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

Merge branch 'master' of gitlab.huolea.com:lmi/luckfarm

parents 545d6cb4 c9031a77
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
649496442541925A008F37C4 /* UnityFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64E8CA062541318100AF1416 /* UnityFramework.framework */; }; 644C8E742542D24B0032763A /* UnityFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64E8CA062541318100AF1416 /* UnityFramework.framework */; };
649496452541925A008F37C4 /* UnityFramework.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 64E8CA062541318100AF1416 /* UnityFramework.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 644C8E752542D24B0032763A /* UnityFramework.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 64E8CA062541318100AF1416 /* UnityFramework.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
64E8CA10254132E300AF1416 /* BGKeychainTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 64E8CA0F254132E300AF1416 /* BGKeychainTool.m */; }; 64E8CA10254132E300AF1416 /* BGKeychainTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 64E8CA0F254132E300AF1416 /* BGKeychainTool.m */; };
64E8CA16254133CF00AF1416 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64E8CA15254133CF00AF1416 /* Foundation.framework */; }; 64E8CA16254133CF00AF1416 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64E8CA15254133CF00AF1416 /* Foundation.framework */; };
6E42AF336D54EF2C5073BB5C /* Pods_GYDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 917ED4A8EF1F82D94F8A8E38 /* Pods_GYDemo.framework */; }; 6E42AF336D54EF2C5073BB5C /* Pods_GYDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 917ED4A8EF1F82D94F8A8E38 /* Pods_GYDemo.framework */; };
...@@ -86,13 +86,13 @@ ...@@ -86,13 +86,13 @@
/* End PBXContainerItemProxy section */ /* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */ /* Begin PBXCopyFilesBuildPhase section */
64949632254179AA008F37C4 /* Embed Frameworks */ = { 644C8E762542D24B0032763A /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase; isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
dstPath = ""; dstPath = "";
dstSubfolderSpec = 10; dstSubfolderSpec = 10;
files = ( files = (
649496452541925A008F37C4 /* UnityFramework.framework in Embed Frameworks */, 644C8E752542D24B0032763A /* UnityFramework.framework in Embed Frameworks */,
); );
name = "Embed Frameworks"; name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
files = ( files = (
6E42AF336D54EF2C5073BB5C /* Pods_GYDemo.framework in Frameworks */, 6E42AF336D54EF2C5073BB5C /* Pods_GYDemo.framework in Frameworks */,
64E8CA16254133CF00AF1416 /* Foundation.framework in Frameworks */, 64E8CA16254133CF00AF1416 /* Foundation.framework in Frameworks */,
649496442541925A008F37C4 /* UnityFramework.framework in Frameworks */, 644C8E742542D24B0032763A /* UnityFramework.framework in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
...@@ -498,7 +498,7 @@ ...@@ -498,7 +498,7 @@
A91A7871253EE56B00F9B216 /* Frameworks */, A91A7871253EE56B00F9B216 /* Frameworks */,
A91A7872253EE56B00F9B216 /* Resources */, A91A7872253EE56B00F9B216 /* Resources */,
1A6A7A7F158855E12111551D /* [CP] Embed Pods Frameworks */, 1A6A7A7F158855E12111551D /* [CP] Embed Pods Frameworks */,
64949632254179AA008F37C4 /* Embed Frameworks */, 644C8E762542D24B0032763A /* Embed Frameworks */,
); );
buildRules = ( buildRules = (
); );
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<key>GYDemo.xcscheme_^#shared#^_</key> <key>GYDemo.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>7</integer> <integer>6</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>
......
...@@ -248,6 +248,7 @@ NSDictionary* appLaunchOpts; ...@@ -248,6 +248,7 @@ NSDictionary* appLaunchOpts;
// 云朵加速 // 云朵加速
- (void)ios_getCloudSpeed { - (void)ios_getCloudSpeed {
[[CGNetworkTools shared] postWithAction:CloudSpeedUp parameters:@{} success:^(id _Nonnull response) { [[CGNetworkTools shared] postWithAction:CloudSpeedUp parameters:@{} success:^(id _Nonnull response) {
if ([[response objectForKey:@"status"] integerValue] == 200) { if ([[response objectForKey:@"status"] integerValue] == 200) {
NSData *data = [NSJSONSerialization dataWithJSONObject:[[response objectForKey:@"result"] objectForKey:@"data"] options:NSJSONWritingFragmentsAllowed error:nil]; NSData *data = [NSJSONSerialization dataWithJSONObject:[[response objectForKey:@"result"] objectForKey:@"data"] options:NSJSONWritingFragmentsAllowed error:nil];
...@@ -272,6 +273,12 @@ NSDictionary* appLaunchOpts; ...@@ -272,6 +273,12 @@ NSDictionary* appLaunchOpts;
} failure:^(NSError * _Nonnull error) { } failure:^(NSError * _Nonnull error) {
}]; }];
NSString *status = [[CGUserManager shared].appSwitch[@"isopenH5"] stringValue];
NSLog(@"isopenH5 = %@", status);
if (status.length > 0) {
[[self ufw] sendMessageToGOWithName: "GameManager" functionName: "showMoreInfo" message: [status UTF8String]];
}
} }
// 解锁地块 // 解锁地块
...@@ -433,12 +440,11 @@ NSDictionary* appLaunchOpts; ...@@ -433,12 +440,11 @@ NSDictionary* appLaunchOpts;
[self.window makeKeyAndVisible]; [self.window makeKeyAndVisible];
[ZJGuideConfig configWithWindow:self.window finishMainVC: nil showGuide:^(BOOL result) { [ZJGuideConfig configWithWindow:self.window finishMainVC: nil showGuide:^(BOOL result) {
// dispatch_async(dispatch_get_global_queue(0, 0), ^{
dispatch_async(dispatch_get_main_queue(), ^{ dispatch_async(dispatch_get_main_queue(), ^{
[self initUnity]; [self initUnity];
[[[self ufw] appController].window makeKeyAndVisible]; [[[self ufw] appController].window makeKeyAndVisible];
}); });
// });
}]; }];
return YES; return YES;
...@@ -463,13 +469,19 @@ NSDictionary* appLaunchOpts; ...@@ -463,13 +469,19 @@ NSDictionary* appLaunchOpts;
// set quit handler to change default behavior of exit app // set quit handler to change default behavior of exit app
[[self ufw] appController].quitHandler = ^(){ NSLog(@"AppController.quitHandler called"); }; [[self ufw] appController].quitHandler = ^(){ NSLog(@"AppController.quitHandler called"); };
} }
- (void)applicationWillResignActive:(UIApplication *)application { [[[self ufw] appController] applicationWillResignActive: application]; } - (void)applicationWillResignActive:(UIApplication *)application {
- (void)applicationDidEnterBackground:(UIApplication *)application { [[[self ufw] appController] applicationDidEnterBackground: application]; } [[[self ufw] appController] applicationWillResignActive: application]; }
- (void)applicationWillEnterForeground:(UIApplication *)application { [[[self ufw] appController] applicationWillEnterForeground: application]; } - (void)applicationDidEnterBackground:(UIApplication *)application {
- (void)applicationDidBecomeActive:(UIApplication *)application { [[[self ufw] appController] applicationDidBecomeActive: application]; } [[[self ufw] appController] applicationDidEnterBackground: application]; }
- (void)applicationWillTerminate:(UIApplication *)application { [[[self ufw] appController] applicationWillTerminate: application]; } - (void)applicationWillEnterForeground:(UIApplication *)application {
[[[self ufw] appController] applicationWillEnterForeground: application]; }
- (void)applicationDidBecomeActive:(UIApplication *)application {
[[[self ufw] appController] applicationDidBecomeActive: application]; }
- (void)applicationWillTerminate:(UIApplication *)application {
[[[self ufw] appController] applicationWillTerminate: application]; }
@end @end
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
<array> <array>
<string>armv7</string> <string>armv7</string>
</array> </array>
<key>UIStatusBarHidden</key>
<true/>
<key>UISupportedInterfaceOrientations</key> <key>UISupportedInterfaceOrientations</key>
<array> <array>
<string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortrait</string>
...@@ -48,5 +50,7 @@ ...@@ -48,5 +50,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string> <string>UIInterfaceOrientationLandscapeRight</string>
</array> </array>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict> </dict>
</plist> </plist>
...@@ -9,35 +9,35 @@ ...@@ -9,35 +9,35 @@
<key>isShown</key> <key>isShown</key>
<false/> <false/>
<key>orderHint</key> <key>orderHint</key>
<integer>2</integer> <integer>0</integer>
</dict> </dict>
<key>MBProgressHUD.xcscheme</key> <key>MBProgressHUD.xcscheme</key>
<dict> <dict>
<key>isShown</key> <key>isShown</key>
<false/> <false/>
<key>orderHint</key> <key>orderHint</key>
<integer>4</integer> <integer>2</integer>
</dict> </dict>
<key>Masonry.xcscheme</key> <key>Masonry.xcscheme</key>
<dict> <dict>
<key>isShown</key> <key>isShown</key>
<false/> <false/>
<key>orderHint</key> <key>orderHint</key>
<integer>3</integer> <integer>1</integer>
</dict> </dict>
<key>Pods-GYDemo.xcscheme</key> <key>Pods-GYDemo.xcscheme</key>
<dict> <dict>
<key>isShown</key> <key>isShown</key>
<false/> <false/>
<key>orderHint</key> <key>orderHint</key>
<integer>5</integer> <integer>3</integer>
</dict> </dict>
<key>SwiftyStoreKit.xcscheme</key> <key>SwiftyStoreKit.xcscheme</key>
<dict> <dict>
<key>isShown</key> <key>isShown</key>
<false/> <false/>
<key>orderHint</key> <key>orderHint</key>
<integer>6</integer> <integer>4</integer>
</dict> </dict>
</dict> </dict>
<key>SuppressBuildableAutocreation</key> <key>SuppressBuildableAutocreation</key>
......
...@@ -1790,7 +1790,7 @@ IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2827[7]; ...@@ -1790,7 +1790,7 @@ IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2827[7];
IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2828[12]; IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2828[12];
IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2829[3]; IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2829[3];
IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2830[4]; IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2830[4];
IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2831[5]; IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2831[11];
IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2836[10]; IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2836[10];
IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2838[23]; IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2838[23];
IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2839[5]; IL2CPP_EXTERN_C_CONST int32_t g_FieldOffsetTable2839[5];
......
...@@ -991,7 +991,7 @@ const Il2CppMethodSpec g_Il2CppMethodSpecTable[10287] = ...@@ -991,7 +991,7 @@ const Il2CppMethodSpec g_Il2CppMethodSpecTable[10287] =
{ 17260, 1, -1 } /* T TMPro.TMP_TextProcessingStack`1<System.Object>::CurrentItem() */, { 17260, 1, -1 } /* T TMPro.TMP_TextProcessingStack`1<System.Object>::CurrentItem() */,
{ 17261, 1, -1 } /* T TMPro.TMP_TextProcessingStack`1<System.Object>::PreviousItem() */, { 17261, 1, -1 } /* T TMPro.TMP_TextProcessingStack`1<System.Object>::PreviousItem() */,
{ 17335, -1, 1 } /* System.Int32 TMPro.TMPro_ExtensionMethods::FindInstanceID<System.Object>(System.Collections.Generic.List`1<T>,T) */, { 17335, -1, 1 } /* System.Int32 TMPro.TMPro_ExtensionMethods::FindInstanceID<System.Object>(System.Collections.Generic.List`1<T>,T) */,
{ 18036, -1, 1 } /* System.Boolean DG.Tweening.DOTweenAnimationExtensions::IsSameOrSubclassOf<System.Object>(UnityEngine.Component) */, { 18037, -1, 1 } /* System.Boolean DG.Tweening.DOTweenAnimationExtensions::IsSameOrSubclassOf<System.Object>(UnityEngine.Component) */,
{ 8498, 71, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::.ctor(System.Collections.Generic.IList`1<T>) */, { 8498, 71, -1 } /* System.Void System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::.ctor(System.Collections.Generic.IList`1<T>) */,
{ 8800, 71, -1 } /* System.Void System.Collections.Generic.List`1<System.Exception>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */, { 8800, 71, -1 } /* System.Void System.Collections.Generic.List`1<System.Exception>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
{ 8800, 72, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */, { 8800, 72, -1 } /* System.Void System.Collections.Generic.List`1<System.Runtime.ExceptionServices.ExceptionDispatchInfo>::.ctor(System.Collections.Generic.IEnumerable`1<T>) */,
...@@ -44,6 +44,6 @@ const Il2CppMetadataRegistration g_MetadataRegistration = ...@@ -44,6 +44,6 @@ const Il2CppMetadataRegistration g_MetadataRegistration =
g_FieldOffsetTable, g_FieldOffsetTable,
2918, 2918,
g_Il2CppTypeDefinitionSizesTable, g_Il2CppTypeDefinitionSizesTable,
10781, 10782,
g_MetadataUsages, g_MetadataUsages,
}; };
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CADisableMinimumFrameDuration</key> <key>CADisableMinimumFrameDuration</key>
<false/> <false />
<key>CFBundleAllowMixedLocalizations</key> <key>CFBundleAllowMixedLocalizations</key>
<true/> <true />
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>100</string> <string>100</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true />
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
<dict> <dict>
<key>NSAllowsArbitraryLoads</key> <key>NSAllowsArbitraryLoads</key>
<true/> <true />
</dict> </dict>
<key>UILaunchStoryboardName</key> <key>UILaunchStoryboardName</key>
<string>LaunchScreen-iPhone</string> <string>LaunchScreen-iPhone</string>
...@@ -40,18 +40,18 @@ ...@@ -40,18 +40,18 @@
<key>UILaunchStoryboardName~ipod</key> <key>UILaunchStoryboardName~ipod</key>
<string>LaunchScreen-iPhone</string> <string>LaunchScreen-iPhone</string>
<key>UIPrerenderedIcon</key> <key>UIPrerenderedIcon</key>
<false/> <false />
<key>UIRequiredDeviceCapabilities</key> <key>UIRequiredDeviceCapabilities</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>metal</string> <string>metal</string>
</array> </array>
<key>UIRequiresFullScreen</key> <key>UIRequiresFullScreen</key>
<true/> <true />
<key>UIRequiresPersistentWiFi</key> <key>UIRequiresPersistentWiFi</key>
<false/> <false />
<key>UIStatusBarHidden</key> <key>UIStatusBarHidden</key>
<true/> <true />
<key>UIStatusBarStyle</key> <key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDefault</string> <string>UIStatusBarStyleDefault</string>
<key>UISupportedInterfaceOrientations</key> <key>UISupportedInterfaceOrientations</key>
...@@ -61,13 +61,13 @@ ...@@ -61,13 +61,13 @@
<string>UIInterfaceOrientationLandscapeRight</string> <string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeLeft</string>
</array> </array>
<key>Unity_LoadingActivityIndicatorStyle</key>
<integer>-1</integer>
<key>UnityBuilder</key> <key>UnityBuilder</key>
<string>12369893060913</string> <string>12369893060913</string>
<key>UnityCloudProjectID</key> <key>UnityCloudProjectID</key>
<string></string> <string />
<key>UnityCrashSubmissionURL</key> <key>UnityCrashSubmissionURL</key>
<string></string> <string />
<key>Unity_LoadingActivityIndicatorStyle</key> </dict>
<integer>-1</integer>
</dict>
</plist> </plist>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="UnityLaunchScreen-ViewController"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="UnityLaunchScreen-ViewController">
<device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/> <device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/>
<dependencies> <dependencies>
<deployment version="4352" identifier="iOS"/> <deployment version="4352" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/> <development version="9000" identifier="xcode"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies> </dependencies>
<scenes> <scenes>
...@@ -38,6 +39,6 @@ ...@@ -38,6 +39,6 @@
</scene> </scene>
</scenes> </scenes>
<resources> <resources>
<image name="LaunchScreen-iPhonePortrait.png" width="1" height="1"/> <image name="LaunchScreen-iPhonePortrait.png" width="1242" height="2208"/>
</resources> </resources>
</document> </document>
...@@ -126,10 +126,7 @@ extern "C"{ ...@@ -126,10 +126,7 @@ extern "C"{
// 仓库 // 仓库
void getWareHouseData(int tabId) { void getWareHouseData(int tabId) {
NSLog(@"仓库"); NSLog(@"仓库");
// NSString * dateStr = @"[{\"id\":1,\"ownNum\":1},{\"id\":2,\"ownNum\":33},{\"id\":3,\"ownNum\":33}]";
// UnitySendMessage("ware_content", "unity_onHomeWareListResult", [dateStr UTF8String]);
[api ios_getWareHouseData:tabId]; [api ios_getWareHouseData:tabId];
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
<key>Unity-iPhone.xcscheme_^#shared#^_</key> <key>Unity-iPhone.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>0</integer> <integer>5</integer>
</dict> </dict>
<key>UnityFramework.xcscheme_^#shared#^_</key> <key>UnityFramework.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>1</integer> <integer>7</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>Unity-iPhone.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>UnityFramework.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>7</integer>
</dict>
</dict>
</dict>
</plist>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment