fix
younger_times
2023-06-14 0dc5236f8c4bdbc376f817e87682bd7065f6c7bf
fix
2个文件已修改
1个文件已添加
117 ■■■■■ 已修改文件
BrokerDriver.xcodeproj/project.pbxproj 105 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
BrokerDriver/Info.plist 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
BrokerDriver/Staging.xcconfig 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
BrokerDriver.xcodeproj/project.pbxproj
@@ -92,6 +92,7 @@
        13F536CA29FA7AA900A7937A /* DatePickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F536C929FA7AA900A7937A /* DatePickerView.swift */; };
        13F536CC29FA7AB000A7937A /* DatePickerView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13F536CB29FA7AB000A7937A /* DatePickerView.xib */; };
        656E15B4DAA88146F5E490CA /* Pods_BrokerDriver.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E99D0F4A48F512570D96537 /* Pods_BrokerDriver.framework */; };
        8D7AE6AF2A29EC69008625DA /* Staging.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 8D7AE6AE2A29EC69008625DA /* Staging.xcconfig */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -183,6 +184,8 @@
        13F536CB29FA7AB000A7937A /* DatePickerView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = DatePickerView.xib; sourceTree = "<group>"; };
        33DCC1D819EF0A04257FB4A8 /* Pods-BrokerDriver.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BrokerDriver.release.xcconfig"; path = "Target Support Files/Pods-BrokerDriver/Pods-BrokerDriver.release.xcconfig"; sourceTree = "<group>"; };
        36C7396011423ADA377B2856 /* Pods-BrokerDriver.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BrokerDriver.debug.xcconfig"; path = "Target Support Files/Pods-BrokerDriver/Pods-BrokerDriver.debug.xcconfig"; sourceTree = "<group>"; };
        6ED11CE2F59486CE23AC5639 /* Pods-BrokerDriver.staging.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BrokerDriver.staging.xcconfig"; path = "Target Support Files/Pods-BrokerDriver/Pods-BrokerDriver.staging.xcconfig"; sourceTree = "<group>"; };
        8D7AE6AE2A29EC69008625DA /* Staging.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Staging.xcconfig; sourceTree = "<group>"; };
        8E99D0F4A48F512570D96537 /* Pods_BrokerDriver.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BrokerDriver.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -269,6 +272,7 @@
                138DA4BD29F62F9500A71FE7 /* Main.storyboard */,
                138DA4B929F62F9500A71FE7 /* SceneDelegate.swift */,
                13F536C329FA14A000A7937A /* Enums.swift */,
                8D7AE6AE2A29EC69008625DA /* Staging.xcconfig */,
            );
            path = BrokerDriver;
            sourceTree = "<group>";
@@ -441,6 +445,7 @@
            children = (
                36C7396011423ADA377B2856 /* Pods-BrokerDriver.debug.xcconfig */,
                33DCC1D819EF0A04257FB4A8 /* Pods-BrokerDriver.release.xcconfig */,
                6ED11CE2F59486CE23AC5639 /* Pods-BrokerDriver.staging.xcconfig */,
            );
            path = Pods;
            sourceTree = "<group>";
@@ -532,6 +537,7 @@
                13F536B329F7D0DF00A7937A /* NoteContentTCell.xib in Resources */,
                139F0F7429F65497007D9EA4 /* ForgotPwdVC.xib in Resources */,
                13A0133F29FBB41700537A4F /* PhotoPickerView.xib in Resources */,
                8D7AE6AF2A29EC69008625DA /* Staging.xcconfig in Resources */,
                13941CE929F76BF400AB569F /* CompanyVC.xib in Resources */,
                138DA4BF29F62F9500A71FE7 /* Main.storyboard in Resources */,
                1309AE1629F791BA00F5FA26 /* HomeDetailNoteVC.xib in Resources */,
@@ -880,6 +886,103 @@
            };
            name = Release;
        };
        8D7AE6B02A29EC73008625DA /* Staging */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                CLANG_ANALYZER_NONNULL = YES;
                CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
                CLANG_ENABLE_MODULES = YES;
                CLANG_ENABLE_OBJC_ARC = YES;
                CLANG_ENABLE_OBJC_WEAK = YES;
                CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
                CLANG_WARN_BOOL_CONVERSION = YES;
                CLANG_WARN_COMMA = YES;
                CLANG_WARN_CONSTANT_CONVERSION = YES;
                CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
                CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
                CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
                CLANG_WARN_EMPTY_BODY = YES;
                CLANG_WARN_ENUM_CONVERSION = YES;
                CLANG_WARN_INFINITE_RECURSION = YES;
                CLANG_WARN_INT_CONVERSION = YES;
                CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
                CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
                CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
                CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
                CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
                CLANG_WARN_STRICT_PROTOTYPES = YES;
                CLANG_WARN_SUSPICIOUS_MOVE = YES;
                CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
                CLANG_WARN_UNREACHABLE_CODE = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                COPY_PHASE_STRIP = NO;
                DEBUG_INFORMATION_FORMAT = dwarf;
                ENABLE_STRICT_OBJC_MSGSEND = YES;
                ENABLE_TESTABILITY = YES;
                GCC_C_LANGUAGE_STANDARD = gnu11;
                GCC_DYNAMIC_NO_PIC = NO;
                GCC_NO_COMMON_BLOCKS = YES;
                GCC_OPTIMIZATION_LEVEL = 0;
                GCC_PREPROCESSOR_DEFINITIONS = (
                    "DEBUG=1",
                    "$(inherited)",
                );
                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
                GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
                GCC_WARN_UNDECLARED_SELECTOR = YES;
                GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
                GCC_WARN_UNUSED_FUNCTION = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                IPHONEOS_DEPLOYMENT_TARGET = 16.4;
                MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
                MTL_FAST_MATH = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
            };
            name = Staging;
        };
        8D7AE6B12A29EC73008625DA /* Staging */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = 6ED11CE2F59486CE23AC5639 /* Pods-BrokerDriver.staging.xcconfig */;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                CODE_SIGN_STYLE = Manual;
                CURRENT_PROJECT_VERSION = 1;
                DEVELOPMENT_TEAM = "";
                "DEVELOPMENT_TEAM[sdk=iphoneos*]" = X9BAWVRPFM;
                EXCLUDED_ARCHS = "i386 armv7 armv7s";
                GENERATE_INFOPLIST_FILE = YES;
                INFOPLIST_FILE = BrokerDriver/Info.plist;
                INFOPLIST_KEY_NSCameraUsageDescription = "Upload receipts and vouchers using the camera";
                INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Upload receipts and vouchers using the photo album";
                INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
                INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
                INFOPLIST_KEY_UIMainStoryboardFile = Main;
                INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
                INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
                IPHONEOS_DEPLOYMENT_TARGET = 13.0;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "@executable_path/Frameworks",
                );
                MARKETING_VERSION = 1.0;
                PRODUCT_BUNDLE_IDENTIFIER = com.broker.BrokerDriver;
                PRODUCT_NAME = "$(TARGET_NAME)";
                PROVISIONING_PROFILE_SPECIFIER = "";
                "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = dev_profile;
                SWIFT_EMIT_LOC_STRINGS = YES;
                SWIFT_VERSION = 5.0;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Staging;
        };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -887,6 +990,7 @@
            isa = XCConfigurationList;
            buildConfigurations = (
                138DA4C629F62F9700A71FE7 /* Debug */,
                8D7AE6B02A29EC73008625DA /* Staging */,
                138DA4C729F62F9700A71FE7 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
@@ -896,6 +1000,7 @@
            isa = XCConfigurationList;
            buildConfigurations = (
                138DA4C929F62F9700A71FE7 /* Debug */,
                8D7AE6B12A29EC73008625DA /* Staging */,
                138DA4CA29F62F9700A71FE7 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
BrokerDriver/Info.plist
@@ -25,5 +25,7 @@
            </array>
        </dict>
    </dict>
    <key>SERVERURL</key>
    <string>$(SERVER_URL)</string>
</dict>
</plist>
BrokerDriver/Staging.xcconfig
New file
@@ -0,0 +1,10 @@
//
//  Staging.xcconfig
//  BrokerDriver
//
//  Created by 杨锴 on 2023/6/2.
//
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974