Przeglądaj źródła

超级客户端集成极光推送

liufl5 6 lat temu
rodzic
commit
09f057f965
18 zmienionych plików z 94 dodań i 71 usunięć
  1. 5 1
      SuperMenu/Res/config/mobile-config.xml
  2. 11 2
      SuperMenu/SuperMenu.xcodeproj/project.pbxproj
  3. BIN
      SuperMenu/SuperMenu.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate
  4. 2 50
      SuperMenu/SuperMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
  5. 2 1
      SuperMenu/SuperMenu/AppDelegate.h
  6. 55 0
      SuperMenu/SuperMenu/AppDelegate.m
  7. 2 0
      SuperMenu/SuperMenu/SuperMenu.entitlements
  8. 3 3
      WadeMobileFunc/WadeMobileFunc.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  9. 1 1
      display-center/ReactNative/node_modules/react-native-camera/ios/RNCamera.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  10. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/ART/ART.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  11. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  12. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  13. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/CameraRoll/RCTCameraRoll.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  14. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  15. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/Image/RCTImage.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  16. 1 1
      display-center/ReactNative/node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  17. 6 6
      display-center/ReactNative/node_modules/react-native/React/React.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist
  18. BIN
      display-center/display-center.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate

+ 5 - 1
SuperMenu/Res/config/mobile-config.xml

@ -3,7 +3,7 @@
3 3
    <!--appstore 正式环境-->
4 4
<!--    <config name="request_host" value="http://aiipu.com:8083"/>-->
5 5
<!--    <config name="request_path" value="/superapp"/>-->
6
    
6
7 7
    <!--chengwb 测试环境-->
8 8
    <config name="request_host" value="http://121.42.183.206:8084"/>
9 9
    <config name="request_path" value="/superapp"/>
@ -47,4 +47,8 @@
47 47
    <config name="progressbar_color" value="#0085D0"/>
48 48
    <config name="plugin_manager_url" value="http://www.aiipu.com:8084/plugin-manager"/>
49 49
    
50
    <config name="j_push_key" value="0ba4ea754a80d597b5ed7f29"/>
51
    <config name="j_push_channel" value="Publish channel"/>
52
    <config name="j_push_production" value="false"/>
53
    
50 54
</configs>

+ 11 - 2
SuperMenu/SuperMenu.xcodeproj/project.pbxproj

@ -10,6 +10,8 @@
10 10
		0429A27121805C34003CEE83 /* WadeMobileBundle.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 0429A26E21805C34003CEE83 /* WadeMobileBundle.bundle */; };
11 11
		0429A27521805C34003CEE83 /* fontawesome-webfont.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0429A27021805C34003CEE83 /* fontawesome-webfont.ttf */; };
12 12
		0429A29A21805EA8003CEE83 /* Res in Resources */ = {isa = PBXBuildFile; fileRef = 0429A29921805EA8003CEE83 /* Res */; };
13
		0458B5F521C6793600E17848 /* IpuPush.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0458B5F421C6793600E17848 /* IpuPush.framework */; };
14
		0458B5F621C6794200E17848 /* IpuPush.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0458B5F421C6793600E17848 /* IpuPush.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
13 15
		046EDC6121C392A7004000B3 /* IpuCount.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 046EDC6021C392A7004000B3 /* IpuCount.framework */; };
14 16
		046EDC6221C392C4004000B3 /* IpuCount.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 046EDC6021C392A7004000B3 /* IpuCount.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
15 17
		046EDC6521C392E3004000B3 /* WadeMobileFunc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 046EDC6321C392E3004000B3 /* WadeMobileFunc.framework */; };
@ -54,6 +56,7 @@
54 56
			dstPath = "";
55 57
			dstSubfolderSpec = 10;
56 58
			files = (
59
				0458B5F621C6794200E17848 /* IpuPush.framework in Embed Frameworks */,
57 60
				046EDC6721C392ED004000B3 /* WadeMobile.framework in Embed Frameworks */,
58 61
				046EDC6821C392ED004000B3 /* WadeMobileFunc.framework in Embed Frameworks */,
59 62
				046EDC6221C392C4004000B3 /* IpuCount.framework in Embed Frameworks */,
@ -71,6 +74,7 @@
71 74
		0429A26E21805C34003CEE83 /* WadeMobileBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = WadeMobileBundle.bundle; path = ../IpuCommon/Frameworks/WadeMobileBundle.bundle; sourceTree = "<group>"; };
72 75
		0429A27021805C34003CEE83 /* fontawesome-webfont.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "fontawesome-webfont.ttf"; path = "../IpuCommon/Frameworks/fontawesome-webfont.ttf"; sourceTree = "<group>"; };
73 76
		0429A29921805EA8003CEE83 /* Res */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Res; sourceTree = "<group>"; };
77
		0458B5F421C6793600E17848 /* IpuPush.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuPush.framework; path = ../IpuCommon/Frameworks/IpuPush.framework; sourceTree = "<group>"; };
74 78
		045E1FF22175E2E400F0D45A /* SuperMenu_Enterprise-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "SuperMenu_Enterprise-Info.plist"; path = "/Users/mac/work/asiainfo/ios-share/SuperMenu/SuperMenu_Enterprise-Info.plist"; sourceTree = "<absolute>"; };
75 79
		046EDC6021C392A7004000B3 /* IpuCount.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IpuCount.framework; path = ../IpuCommon/Frameworks/IpuCount.framework; sourceTree = "<group>"; };
76 80
		046EDC6321C392E3004000B3 /* WadeMobileFunc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WadeMobileFunc.framework; path = ../IpuCommon/Frameworks/WadeMobileFunc.framework; sourceTree = "<group>"; };
@ -124,6 +128,7 @@
124 128
				EA45A5AA1E0777BF001275C9 /* IpuLib.framework in Frameworks */,
125 129
				046EDC6121C392A7004000B3 /* IpuCount.framework in Frameworks */,
126 130
				EA45A5B01E0777C0001275C9 /* WadeMobileUI.framework in Frameworks */,
131
				0458B5F521C6793600E17848 /* IpuPush.framework in Frameworks */,
127 132
				0A780E621EE8EACF004AE072 /* IpuQrCode.framework in Frameworks */,
128 133
				B24886B821BFA1A3005AFB7C /* IpuMap.framework in Frameworks */,
129 134
				046EDC6521C392E3004000B3 /* WadeMobileFunc.framework in Frameworks */,
@ -137,6 +142,7 @@
137 142
		0A780E601EE8EAB0004AE072 /* Framework */ = {
138 143
			isa = PBXGroup;
139 144
			children = (
145
				0458B5F421C6793600E17848 /* IpuPush.framework */,
140 146
				046EDC6421C392E3004000B3 /* WadeMobile.framework */,
141 147
				046EDC6321C392E3004000B3 /* WadeMobileFunc.framework */,
142 148
				046EDC6021C392A7004000B3 /* IpuCount.framework */,
@ -283,6 +289,9 @@
283 289
							com.apple.Keychain = {
284 290
								enabled = 1;
285 291
							};
292
							com.apple.Push = {
293
								enabled = 1;
294
							};
286 295
						};
287 296
					};
288 297
				};
@ -469,7 +478,7 @@
469 478
				OTHER_LDFLAGS = "-ObjC";
470 479
				PRODUCT_BUNDLE_IDENTIFIER = com.ai.prd.ipu.superapp;
471 480
				PRODUCT_NAME = "$(TARGET_NAME)";
472
				PROVISIONING_PROFILE = "c3e1d1a5-941b-4cc8-a1c3-53286a8e2a1a";
481
				PROVISIONING_PROFILE = "be9e5dd5-957d-4e8d-bf50-b34cb38bfa2d";
473 482
				PROVISIONING_PROFILE_SPECIFIER = ipu_superapp_dev;
474 483
			};
475 484
			name = Debug;
@ -494,7 +503,7 @@
494 503
				OTHER_LDFLAGS = "-ObjC";
495 504
				PRODUCT_BUNDLE_IDENTIFIER = com.ai.prd.ipu.superapp;
496 505
				PRODUCT_NAME = "$(TARGET_NAME)";
497
				PROVISIONING_PROFILE = "0d69603e-c0cf-4b47-9a72-f174e6f6c554";
506
				PROVISIONING_PROFILE = "130e2eb8-1d5b-47ce-b064-2d460d6e024e";
498 507
				PROVISIONING_PROFILE_SPECIFIER = ipu_superapp_dis;
499 508
			};
500 509
			name = Release;

BIN
SuperMenu/SuperMenu.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate


+ 2 - 50
SuperMenu/SuperMenu.xcodeproj/xcuserdata/mac.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

@ -106,7 +106,7 @@
106 106
                  moduleName = "SuperMenu"
107 107
                  usesParentBreakpointCondition = "Yes"
108 108
                  urlString = "file:///Users/mac/work/asiainfo/ios-share/SuperMenu/SuperMenu/multiple/AppManagePlugin.m"
109
                  timestampString = "566465353.3242429"
109
                  timestampString = "566667590.497789"
110 110
                  startingColumnNumber = "9223372036854775807"
111 111
                  endingColumnNumber = "9223372036854775807"
112 112
                  startingLineNumber = "272"
@ -121,7 +121,7 @@
121 121
                  moduleName = "SuperMenu"
122 122
                  usesParentBreakpointCondition = "Yes"
123 123
                  urlString = "file:///Users/mac/work/asiainfo/ios-share/SuperMenu/SuperMenu/multiple/AppManagePlugin.m"
124
                  timestampString = "566465353.325826"
124
                  timestampString = "566667590.4997261"
125 125
                  startingColumnNumber = "9223372036854775807"
126 126
                  endingColumnNumber = "9223372036854775807"
127 127
                  startingLineNumber = "274"
@ -266,22 +266,6 @@
266 266
            ignoreCount = "0"
267 267
            continueAfterRunningActions = "No"
268 268
            filePath = "SuperMenu/plugin/SuperMenuSetting.m"
269
            timestampString = "562757325.6149369"
270
            startingColumnNumber = "9223372036854775807"
271
            endingColumnNumber = "9223372036854775807"
272
            startingLineNumber = "28"
273
            endingLineNumber = "28"
274
            landmarkName = "-getCacheSize"
275
            landmarkType = "7">
276
         </BreakpointContent>
277
      </BreakpointProxy>
278
      <BreakpointProxy
279
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
280
         <BreakpointContent
281
            shouldBeEnabled = "Yes"
282
            ignoreCount = "0"
283
            continueAfterRunningActions = "No"
284
            filePath = "SuperMenu/plugin/SuperMenuSetting.m"
285 269
            timestampString = "562757328.855593"
286 270
            startingColumnNumber = "9223372036854775807"
287 271
            endingColumnNumber = "9223372036854775807"
@ -346,22 +330,6 @@
346 330
            ignoreCount = "0"
347 331
            continueAfterRunningActions = "No"
348 332
            filePath = "SuperMenu/plugin/SuperMenuSetting.m"
349
            timestampString = "562757339.7113791"
350
            startingColumnNumber = "9223372036854775807"
351
            endingColumnNumber = "9223372036854775807"
352
            startingLineNumber = "76"
353
            endingLineNumber = "76"
354
            landmarkName = "-getCacheSizeWithFilePath:"
355
            landmarkType = "7">
356
         </BreakpointContent>
357
      </BreakpointProxy>
358
      <BreakpointProxy
359
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
360
         <BreakpointContent
361
            shouldBeEnabled = "Yes"
362
            ignoreCount = "0"
363
            continueAfterRunningActions = "No"
364
            filePath = "SuperMenu/plugin/SuperMenuSetting.m"
365 333
            timestampString = "562757343.7275831"
366 334
            startingColumnNumber = "9223372036854775807"
367 335
            endingColumnNumber = "9223372036854775807"
@ -377,22 +345,6 @@
377 345
            shouldBeEnabled = "Yes"
378 346
            ignoreCount = "0"
379 347
            continueAfterRunningActions = "No"
380
            filePath = "SuperMenu/plugin/SuperMenuSetting.m"
381
            timestampString = "562757347.327509"
382
            startingColumnNumber = "9223372036854775807"
383
            endingColumnNumber = "9223372036854775807"
384
            startingLineNumber = "137"
385
            endingLineNumber = "137"
386
            landmarkName = "-sizeCas:"
387
            landmarkType = "7">
388
         </BreakpointContent>
389
      </BreakpointProxy>
390
      <BreakpointProxy
391
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
392
         <BreakpointContent
393
            shouldBeEnabled = "Yes"
394
            ignoreCount = "0"
395
            continueAfterRunningActions = "No"
396 348
            filePath = "SuperMenu/multiple/AppMenuSettingPlugin.m"
397 349
            timestampString = "562757413.183123"
398 350
            startingColumnNumber = "9223372036854775807"

+ 2 - 1
SuperMenu/SuperMenu/AppDelegate.h

@ -8,8 +8,9 @@
8 8
9 9
#import <UIKit/UIKit.h>
10 10
#import <WadeMobile/WDTemplateDelegate.h>
11
#import <IpuPush/IpuPush.h>
11 12
12
@interface AppDelegate : WDTemplateDelegate
13
@interface AppDelegate : WDTemplateDelegate<IpuPushJPushDelegate>
13 14
14 15
15 16
@end

+ 55 - 0
SuperMenu/SuperMenu/AppDelegate.m

@ -26,6 +26,11 @@
26 26
    
27 27
    /*资源在远程的场景*/
28 28
    ViewController* rootCtrl = [[ViewController alloc] init];
29
    
30
    IpuPushJPush *plugin = [WDPluginManager getPlugin:@"IpuPushJPush" withWademobile:rootCtrl];
31
    [plugin registerAPNSNotification];
32
    plugin.delegate = self;
33
    
29 34
    return rootCtrl;
30 35
}
31 36
@ -36,4 +41,54 @@
36 41
    [IpuCountReport reportOperWithType:OPERATE_EXIT remark1:nil remark2:nil];
37 42
}
38 43
44
- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
45
    IpuPushJPush *plugin = [WDPluginManager getPlugin:@"IpuPushJPush" withWademobile:self.viewController];
46
    [plugin sendDeviceToken:deviceToken];
47
}
48
49
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo {
50
    
51
}
52
53
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler {
54
    
55
    
56
    completionHandler(UIBackgroundFetchResultNewData);
57
}
58
59
- (NSDictionary *)setURLRequestHeader {
60
    return nil;
61
}
62
63
#pragma mark - IpuPushJPushDelegate
64
-(void)showNotificationWithDic:(NSDictionary *)dic{
65
    //    WDFLocalPush *plugin = [WDPluginManager getPlugin:@"WDFLocalPush" withWademobile:self.viewController];
66
    //    NSDictionary * dic1 = [WDJsonHelper toDictionary:[dic valueForKey:@"content"]];
67
    //    NSString * title = nil;
68
    //    NSString * content = nil;
69
    //    NSString * type = [dic1 objectForKey:@"type"];
70
    //    if ([type isEqualToString:@"SOS"]) {//告警消息
71
    //        if ([dic1 objectForKey:@"eventName"]) {
72
    //            title = [dic1 objectForKey:@"eventName"];
73
    //        }else{
74
    //            return;
75
    //        }
76
    //
77
    //        if ([dic1 objectForKey:@"eventTitle"]) {
78
    //            content = [dic1 objectForKey:@"eventTitle"];
79
    //        }else{
80
    //            return;
81
    //        }
82
    //    }else{//图文消息
83
    //        title = @"拍照成功";
84
    //        if ([dic1 objectForKey:@"addr"]) {
85
    //            content = [dic1 objectForKey:@"addr"];
86
    //        }else{
87
    //            return;
88
    //        }
89
    //    }
90
    //    NSArray * arr = [[NSArray alloc] initWithObjects:content,title,@"",@"", nil];
91
    //    [plugin showNotification:arr];
92
}
93
39 94
@end

+ 2 - 0
SuperMenu/SuperMenu/SuperMenu.entitlements

@ -2,6 +2,8 @@
2 2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 3
<plist version="1.0">
4 4
<dict>
5
	<key>aps-environment</key>
6
	<string>development</string>
5 7
	<key>keychain-access-groups</key>
6 8
	<array>
7 9
		<string>$(AppIdentifierPrefix)com.ai.ipu.supermenu</string>

+ 3 - 3
WadeMobileFunc/WadeMobileFunc.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist

@ -7,17 +7,17 @@
7 7
		<key>WadeMobileFunc.xcscheme</key>
8 8
		<dict>
9 9
			<key>orderHint</key>
10
			<integer>33</integer>
10
			<integer>7</integer>
11 11
		</dict>
12 12
		<key>WadeMobileFunc4Appstore.xcscheme</key>
13 13
		<dict>
14 14
			<key>orderHint</key>
15
			<integer>32</integer>
15
			<integer>9</integer>
16 16
		</dict>
17 17
		<key>WadeMobileFuncAggregate.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>34</integer>
20
			<integer>8</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

+ 1 - 1
display-center/ReactNative/node_modules/react-native-camera/ios/RNCamera.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist

@ -7,7 +7,7 @@
7 7
		<key>RNCamera.xcscheme</key>
8 8
		<dict>
9 9
			<key>orderHint</key>
10
			<integer>39</integer>
10
			<integer>37</integer>
11 11
		</dict>
12 12
	</dict>
13 13
</dict>

+ 1 - 1
display-center/ReactNative/node_modules/react-native/Libraries/ART/ART.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist

@ -17,7 +17,7 @@
17 17
		<key>ART.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>40</integer>
20
			<integer>41</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

+ 1 - 1
display-center/ReactNative/node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist

@ -7,7 +7,7 @@
7 7
		<key>RCTActionSheet.xcscheme</key>
8 8
		<dict>
9 9
			<key>orderHint</key>
10
			<integer>41</integer>
10
			<integer>40</integer>
11 11
		</dict>
12 12
	</dict>
13 13
</dict>

+ 1 - 1
display-center/ReactNative/node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist

@ -17,7 +17,7 @@
17 17
		<key>RCTBlob.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>42</integer>
20
			<integer>43</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

+ 1 - 1
display-center/ReactNative/node_modules/react-native/Libraries/CameraRoll/RCTCameraRoll.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist

@ -7,7 +7,7 @@
7 7
		<key>RCTCameraRoll.xcscheme</key>
8 8
		<dict>
9 9
			<key>orderHint</key>
10
			<integer>43</integer>
10
			<integer>44</integer>
11 11
		</dict>
12 12
	</dict>
13 13
</dict>

+ 1 - 1
display-center/ReactNative/node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist

@ -7,7 +7,7 @@
7 7
		<key>RCTGeolocation.xcscheme</key>
8 8
		<dict>
9 9
			<key>orderHint</key>
10
			<integer>44</integer>
10
			<integer>45</integer>
11 11
		</dict>
12 12
	</dict>
13 13
</dict>

+ 1 - 1
display-center/ReactNative/node_modules/react-native/Libraries/Image/RCTImage.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist

@ -17,7 +17,7 @@
17 17
		<key>RCTImage.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>45</integer>
20
			<integer>46</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

+ 1 - 1
display-center/ReactNative/node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist

@ -17,7 +17,7 @@
17 17
		<key>RCTLinking.xcscheme</key>
18 18
		<dict>
19 19
			<key>orderHint</key>
20
			<integer>46</integer>
20
			<integer>47</integer>
21 21
		</dict>
22 22
	</dict>
23 23
</dict>

+ 6 - 6
display-center/ReactNative/node_modules/react-native/React/React.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist

@ -37,7 +37,7 @@
37 37
		<key>cxxreact.xcscheme</key>
38 38
		<dict>
39 39
			<key>orderHint</key>
40
			<integer>48</integer>
40
			<integer>42</integer>
41 41
		</dict>
42 42
		<key>double-conversion-tvOS.xcscheme</key>
43 43
		<dict>
@ -52,7 +52,7 @@
52 52
		<key>double-conversion.xcscheme</key>
53 53
		<dict>
54 54
			<key>orderHint</key>
55
			<integer>49</integer>
55
			<integer>52</integer>
56 56
		</dict>
57 57
		<key>jschelpers-tvOS.xcscheme</key>
58 58
		<dict>
@ -67,7 +67,7 @@
67 67
		<key>jschelpers.xcscheme</key>
68 68
		<dict>
69 69
			<key>orderHint</key>
70
			<integer>50</integer>
70
			<integer>49</integer>
71 71
		</dict>
72 72
		<key>jsinspector-tvOS.xcscheme</key>
73 73
		<dict>
@ -82,7 +82,7 @@
82 82
		<key>jsinspector.xcscheme</key>
83 83
		<dict>
84 84
			<key>orderHint</key>
85
			<integer>51</integer>
85
			<integer>50</integer>
86 86
		</dict>
87 87
		<key>privatedata-tvOS.xcscheme</key>
88 88
		<dict>
@ -112,7 +112,7 @@
112 112
		<key>third-party.xcscheme</key>
113 113
		<dict>
114 114
			<key>orderHint</key>
115
			<integer>52</integer>
115
			<integer>51</integer>
116 116
		</dict>
117 117
		<key>yoga-tvOS.xcscheme</key>
118 118
		<dict>
@ -127,7 +127,7 @@
127 127
		<key>yoga.xcscheme</key>
128 128
		<dict>
129 129
			<key>orderHint</key>
130
			<integer>47</integer>
130
			<integer>48</integer>
131 131
		</dict>
132 132
	</dict>
133 133
	<key>SuppressBuildableAutocreation</key>

BIN
display-center/display-center.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate