update
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
794FBB162A8F1A3300D57BB8 /* RescuePhotoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794FBB152A8F1A3300D57BB8 /* RescuePhotoController.swift */; };
|
||||
794FBB192A8F4AF000D57BB8 /* MessageCount.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794FBB182A8F4AF000D57BB8 /* MessageCount.swift */; };
|
||||
794FBB1C2A8F4DE900D57BB8 /* MessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794FBB1B2A8F4DE900D57BB8 /* MessageView.swift */; };
|
||||
794FBB1F2A92F7C300D57BB8 /* WebViewTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794FBB1E2A92F7C300D57BB8 /* WebViewTool.swift */; };
|
||||
794FBB212A934E0A00D57BB8 /* AppUpdateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794FBB202A934E0A00D57BB8 /* AppUpdateView.swift */; };
|
||||
794FBB232A93519800D57BB8 /* AppUpdateTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794FBB222A93519800D57BB8 /* AppUpdateTool.swift */; };
|
||||
79CECC122A89BD1A00B95D8B /* MessageCenterController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79CECC112A89BD1A00B95D8B /* MessageCenterController.swift */; };
|
||||
79CECC192A89EE6A00B95D8B /* ReviewFailedController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79CECC182A89EE6A00B95D8B /* ReviewFailedController.swift */; };
|
||||
79CECC1B2A89F83800B95D8B /* AdditionalPhotoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79CECC1A2A89F83800B95D8B /* AdditionalPhotoController.swift */; };
|
||||
@@ -44,6 +47,10 @@
|
||||
79CECC242A8B16D400B95D8B /* VehicleMonitoringListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79CECC232A8B16D400B95D8B /* VehicleMonitoringListController.swift */; };
|
||||
79CECC262A8C749B00B95D8B /* VehicleMonitorVideoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79CECC252A8C749B00B95D8B /* VehicleMonitorVideoController.swift */; };
|
||||
79CECC282A8CADEA00B95D8B /* VehicleMonitoringVideoDetailController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79CECC272A8CADEA00B95D8B /* VehicleMonitoringVideoDetailController.swift */; };
|
||||
79DD0DA82A9480D000768FE7 /* NotificationAuthView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79DD0DA72A9480D000768FE7 /* NotificationAuthView.swift */; };
|
||||
79DD0DAA2A9481BC00768FE7 /* NotificationAuthTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79DD0DA92A9481BC00768FE7 /* NotificationAuthTool.swift */; };
|
||||
79DD0DAD2A94A0EE00768FE7 /* LaunchImage.png in Resources */ = {isa = PBXBuildFile; fileRef = 79DD0DAC2A94A0EE00768FE7 /* LaunchImage.png */; };
|
||||
79DD0DB12A94B3DB00768FE7 /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79DD0DB02A94B3DB00768FE7 /* EmptyView.swift */; };
|
||||
79EAD8142A7B86610036E093 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 79EAD8132A7B86610036E093 /* Assets.xcassets */; };
|
||||
79EAD8172A7B86610036E093 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 79EAD8152A7B86610036E093 /* LaunchScreen.storyboard */; };
|
||||
A64E95F00B82DC28C2B9306E /* libPods-OrderScheduling.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 98784A61C325B3D6C408016C /* libPods-OrderScheduling.a */; };
|
||||
@@ -80,6 +87,9 @@
|
||||
794FBB152A8F1A3300D57BB8 /* RescuePhotoController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RescuePhotoController.swift; sourceTree = "<group>"; };
|
||||
794FBB182A8F4AF000D57BB8 /* MessageCount.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageCount.swift; sourceTree = "<group>"; };
|
||||
794FBB1B2A8F4DE900D57BB8 /* MessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageView.swift; sourceTree = "<group>"; };
|
||||
794FBB1E2A92F7C300D57BB8 /* WebViewTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebViewTool.swift; sourceTree = "<group>"; };
|
||||
794FBB202A934E0A00D57BB8 /* AppUpdateView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppUpdateView.swift; sourceTree = "<group>"; };
|
||||
794FBB222A93519800D57BB8 /* AppUpdateTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppUpdateTool.swift; sourceTree = "<group>"; };
|
||||
79C638864A659A427FCD5391 /* Pods-OrderScheduling.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OrderScheduling.debug.xcconfig"; path = "Target Support Files/Pods-OrderScheduling/Pods-OrderScheduling.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
79CECC112A89BD1A00B95D8B /* MessageCenterController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageCenterController.swift; sourceTree = "<group>"; };
|
||||
79CECC182A89EE6A00B95D8B /* ReviewFailedController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReviewFailedController.swift; sourceTree = "<group>"; };
|
||||
@@ -88,7 +98,6 @@
|
||||
79CECC232A8B16D400B95D8B /* VehicleMonitoringListController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VehicleMonitoringListController.swift; sourceTree = "<group>"; };
|
||||
79CECC252A8C749B00B95D8B /* VehicleMonitorVideoController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VehicleMonitorVideoController.swift; sourceTree = "<group>"; };
|
||||
79CECC272A8CADEA00B95D8B /* VehicleMonitoringVideoDetailController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VehicleMonitoringVideoDetailController.swift; sourceTree = "<group>"; };
|
||||
79CECC2B2A8CBD0B00B95D8B /* OrderScheduling-Bridge-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "OrderScheduling-Bridge-Header.h"; sourceTree = "<group>"; };
|
||||
79CECC9D2A8E03C200B95D8B /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
|
||||
79CECC9F2A8E03CF00B95D8B /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
||||
79CECCA12A8E03D900B95D8B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||
@@ -104,6 +113,13 @@
|
||||
79CECCB52A8E04EF00B95D8B /* libbz2.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libbz2.tbd; path = usr/lib/libbz2.tbd; sourceTree = SDKROOT; };
|
||||
79CECCB62A8E04FA00B95D8B /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
|
||||
79CECCB72A8E050200B95D8B /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
|
||||
79DD0DA12A94501500768FE7 /* OrderScheduling-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "OrderScheduling-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||
79DD0DA52A945D9E00768FE7 /* OrderSchedulingRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = OrderSchedulingRelease.entitlements; sourceTree = "<group>"; };
|
||||
79DD0DA62A946B2500768FE7 /* OrderSchedulingDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = OrderSchedulingDebug.entitlements; sourceTree = "<group>"; };
|
||||
79DD0DA72A9480D000768FE7 /* NotificationAuthView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationAuthView.swift; sourceTree = "<group>"; };
|
||||
79DD0DA92A9481BC00768FE7 /* NotificationAuthTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationAuthTool.swift; sourceTree = "<group>"; };
|
||||
79DD0DAC2A94A0EE00768FE7 /* LaunchImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = LaunchImage.png; sourceTree = "<group>"; };
|
||||
79DD0DB02A94B3DB00768FE7 /* EmptyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyView.swift; sourceTree = "<group>"; };
|
||||
79EAD8072A7B86600036E093 /* OrderScheduling.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OrderScheduling.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
79EAD8132A7B86610036E093 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
79EAD8162A7B86610036E093 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||
@@ -132,7 +148,7 @@
|
||||
791887442A7CD05B007EA0C1 /* MainTabBarController.swift */,
|
||||
7918877A2A7CDD1A007EA0C1 /* Initial.swift */,
|
||||
7918878A2A7CE9E0007EA0C1 /* main.swift */,
|
||||
79CECC2B2A8CBD0B00B95D8B /* OrderScheduling-Bridge-Header.h */,
|
||||
79DD0DA12A94501500768FE7 /* OrderScheduling-Bridging-Header.h */,
|
||||
);
|
||||
path = Main;
|
||||
sourceTree = "<group>";
|
||||
@@ -239,18 +255,18 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
794FBB1A2A8F4DDD00D57BB8 /* View */,
|
||||
794FBB172A8F4ADD00D57BB8 /* MessageCount */,
|
||||
791887932A80C351007EA0C1 /* Controller */,
|
||||
791887932A80C351007EA0C1 /* WebView */,
|
||||
);
|
||||
path = Common;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
791887932A80C351007EA0C1 /* Controller */ = {
|
||||
791887932A80C351007EA0C1 /* WebView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
791887942A80C361007EA0C1 /* WebViewController.swift */,
|
||||
794FBB1E2A92F7C300D57BB8 /* WebViewTool.swift */,
|
||||
);
|
||||
path = Controller;
|
||||
path = WebView;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7918879D2A80CA10007EA0C1 /* HttpRequestCenter */ = {
|
||||
@@ -384,18 +400,16 @@
|
||||
path = Reactor;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
794FBB172A8F4ADD00D57BB8 /* MessageCount */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
794FBB182A8F4AF000D57BB8 /* MessageCount.swift */,
|
||||
);
|
||||
path = MessageCount;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
794FBB1A2A8F4DDD00D57BB8 /* View */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
794FBB1B2A8F4DE900D57BB8 /* MessageView.swift */,
|
||||
794FBB182A8F4AF000D57BB8 /* MessageCount.swift */,
|
||||
794FBB202A934E0A00D57BB8 /* AppUpdateView.swift */,
|
||||
794FBB222A93519800D57BB8 /* AppUpdateTool.swift */,
|
||||
79DD0DA72A9480D000768FE7 /* NotificationAuthView.swift */,
|
||||
79DD0DA92A9481BC00768FE7 /* NotificationAuthTool.swift */,
|
||||
79DD0DB02A94B3DB00768FE7 /* EmptyView.swift */,
|
||||
);
|
||||
path = View;
|
||||
sourceTree = "<group>";
|
||||
@@ -524,6 +538,14 @@
|
||||
path = Reactor;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
79DD0DAB2A94A0EE00768FE7 /* Source */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
79DD0DAC2A94A0EE00768FE7 /* LaunchImage.png */,
|
||||
);
|
||||
path = Source;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
79EAD7FE2A7B86600036E093 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -545,6 +567,8 @@
|
||||
79EAD8092A7B86600036E093 /* OrderScheduling */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
79DD0DA62A946B2500768FE7 /* OrderSchedulingDebug.entitlements */,
|
||||
79DD0DA52A945D9E00768FE7 /* OrderSchedulingRelease.entitlements */,
|
||||
794FBB0E2A8F044F00D57BB8 /* Mine */,
|
||||
794FBB072A8F03D200D57BB8 /* History */,
|
||||
79CECC1C2A8A2A1600B95D8B /* VehicleMonitoring */,
|
||||
@@ -559,6 +583,7 @@
|
||||
7918877C2A7CE57D007EA0C1 /* Strings */,
|
||||
791887732A7CD633007EA0C1 /* Rescue */,
|
||||
7918873F2A7CCCCD007EA0C1 /* Main */,
|
||||
79DD0DAB2A94A0EE00768FE7 /* Source */,
|
||||
79EAD8132A7B86610036E093 /* Assets.xcassets */,
|
||||
79EAD8152A7B86610036E093 /* LaunchScreen.storyboard */,
|
||||
79EAD8182A7B86610036E093 /* Info.plist */,
|
||||
@@ -632,6 +657,7 @@
|
||||
TargetAttributes = {
|
||||
79EAD8062A7B86600036E093 = {
|
||||
CreatedOnToolsVersion = 14.3.1;
|
||||
LastSwiftMigration = 1430;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -660,6 +686,7 @@
|
||||
files = (
|
||||
79EAD8172A7B86610036E093 /* LaunchScreen.storyboard in Resources */,
|
||||
79EAD8142A7B86610036E093 /* Assets.xcassets in Resources */,
|
||||
79DD0DAD2A94A0EE00768FE7 /* LaunchImage.png in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -712,6 +739,7 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
794FBB232A93519800D57BB8 /* AppUpdateTool.swift in Sources */,
|
||||
79CECC242A8B16D400B95D8B /* VehicleMonitoringListController.swift in Sources */,
|
||||
791887BD2A83952D007EA0C1 /* Entry.swift in Sources */,
|
||||
791887952A80C361007EA0C1 /* WebViewController.swift in Sources */,
|
||||
@@ -724,7 +752,11 @@
|
||||
7918878B2A7CE9E0007EA0C1 /* main.swift in Sources */,
|
||||
791887A02A80CA10007EA0C1 /* RequestList.swift in Sources */,
|
||||
79CECC262A8C749B00B95D8B /* VehicleMonitorVideoController.swift in Sources */,
|
||||
79DD0DA82A9480D000768FE7 /* NotificationAuthView.swift in Sources */,
|
||||
794FBB212A934E0A00D57BB8 /* AppUpdateView.swift in Sources */,
|
||||
791887802A7CE6F1007EA0C1 /* UserDefaultStrings.swift in Sources */,
|
||||
79DD0DB12A94B3DB00768FE7 /* EmptyView.swift in Sources */,
|
||||
79DD0DAA2A9481BC00768FE7 /* NotificationAuthTool.swift in Sources */,
|
||||
794FBB1C2A8F4DE900D57BB8 /* MessageView.swift in Sources */,
|
||||
794FBB142A8F045F00D57BB8 /* MineController.swift in Sources */,
|
||||
791887432A7CCCCD007EA0C1 /* SceneDelegate.swift in Sources */,
|
||||
@@ -743,6 +775,7 @@
|
||||
791887452A7CD05B007EA0C1 /* MainTabBarController.swift in Sources */,
|
||||
791887792A7CD64C007EA0C1 /* RescueController.swift in Sources */,
|
||||
79CECC122A89BD1A00B95D8B /* MessageCenterController.swift in Sources */,
|
||||
794FBB1F2A92F7C300D57BB8 /* WebViewTool.swift in Sources */,
|
||||
791887822A7CE71D007EA0C1 /* AppKeyStrings.swift in Sources */,
|
||||
79CECC282A8CADEA00B95D8B /* VehicleMonitoringVideoDetailController.swift in Sources */,
|
||||
791887A12A80CA10007EA0C1 /* ApiList.swift in Sources */,
|
||||
@@ -886,9 +919,12 @@
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = OrderScheduling/OrderSchedulingDebug.entitlements;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = W4SG324NS4;
|
||||
DEVELOPMENT_TEAM = X9WF5T89LV;
|
||||
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "$(inherited)";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@@ -911,12 +947,15 @@
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.dezhong.boss;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.sino.supplier;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
SUPPORTS_MACCATALYST = NO;
|
||||
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "OrderScheduling/Main/OrderScheduling-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = 1;
|
||||
};
|
||||
@@ -928,9 +967,11 @@
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = OrderScheduling/OrderSchedulingRelease.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = W4SG324NS4;
|
||||
DEVELOPMENT_TEAM = X9WF5T89LV;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/OrderScheduling/Player/Classes/ijkplayer",
|
||||
@@ -952,12 +993,13 @@
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.dezhong.boss;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.sino.supplier;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
SUPPORTS_MACCATALYST = NO;
|
||||
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "OrderScheduling/Main/OrderScheduling-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = 1;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user