diff --git a/.DS_Store b/.DS_Store index 574eb70..5ed727f 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp-9d20fa53ffdd6ce167c0cc52799533a3-VFS-iphoneos/all-product-headers.yaml b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp-9d20fa53ffdd6ce167c0cc52799533a3-VFS-iphoneos/all-product-headers.yaml deleted file mode 100644 index ee59dbc..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp-9d20fa53ffdd6ce167c0cc52799533a3-VFS-iphoneos/all-product-headers.yaml +++ /dev/null @@ -1 +0,0 @@ -{"case-sensitive":"false","roots":[],"version":0} \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/Entitlements.plist b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/Entitlements.plist deleted file mode 100644 index 9e16b99..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/Entitlements.plist +++ /dev/null @@ -1,12 +0,0 @@ - - - - - application-identifier - 5U4V57QT55.network.montana.perevozchik - com.apple.developer.team-identifier - 5U4V57QT55 - get-task-allow - - - diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols-Index.plist b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols-Index.plist deleted file mode 100644 index 9dea597..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols-Index.plist +++ /dev/null @@ -1,23 +0,0 @@ - - - - - colors - - images - - - catalogPath - /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/Assets.xcassets - objcSymbol - ACImageNameLogo - relativePath - ./Logo.imageset - swiftSymbol - logo - - - symbols - - - diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.h b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.h deleted file mode 100644 index 72b7762..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.h +++ /dev/null @@ -1,12 +0,0 @@ -#import - -#if __has_attribute(swift_private) -#define AC_SWIFT_PRIVATE __attribute__((swift_private)) -#else -#define AC_SWIFT_PRIVATE -#endif - -/// The "Logo" asset catalog image resource. -static NSString * const ACImageNameLogo AC_SWIFT_PRIVATE = @"Logo"; - -#undef AC_SWIFT_PRIVATE diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift deleted file mode 100644 index d26ce12..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift +++ /dev/null @@ -1,242 +0,0 @@ -import Foundation -#if canImport(AppKit) -import AppKit -#endif -#if canImport(UIKit) -import UIKit -#endif -#if canImport(SwiftUI) -import SwiftUI -#endif -#if canImport(DeveloperToolsSupport) -import DeveloperToolsSupport -#endif - -#if SWIFT_PACKAGE -private let resourceBundle = Foundation.Bundle.module -#else -private class ResourceBundleClass {} -private let resourceBundle = Foundation.Bundle(for: ResourceBundleClass.self) -#endif - -// MARK: - Color Symbols - - -@available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) -extension DeveloperToolsSupport.ColorResource { - -} - -// MARK: - Image Symbols - - -@available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) -extension DeveloperToolsSupport.ImageResource { - - /// The "Logo" asset catalog image resource. - static let logo = DeveloperToolsSupport.ImageResource(name: "Logo", bundle: resourceBundle) - -} - -// MARK: - Color Symbol Extensions - - -#if canImport(AppKit) -@available(macOS 14.0, *) -@available(macCatalyst, unavailable) -extension AppKit.NSColor { - -} -#endif - -#if canImport(UIKit) -@available(iOS 17.0, tvOS 17.0, *) -@available(watchOS, unavailable) -extension UIKit.UIColor { - -} -#endif - -#if canImport(SwiftUI) -@available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) -extension SwiftUI.Color { - -} - -@available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) -extension SwiftUI.ShapeStyle where Self == SwiftUI.Color { - -} -#endif - -// MARK: - Image Symbol Extensions - - -#if canImport(AppKit) -@available(macOS 14.0, *) -@available(macCatalyst, unavailable) -extension AppKit.NSImage { - - /// The "Logo" asset catalog image. - static var logo: AppKit.NSImage { -#if !targetEnvironment(macCatalyst) - .init(resource: .logo) -#else - .init() -#endif - } - -} -#endif - -#if canImport(UIKit) -@available(iOS 17.0, tvOS 17.0, *) -@available(watchOS, unavailable) -extension UIKit.UIImage { - - /// The "Logo" asset catalog image. - static var logo: UIKit.UIImage { -#if !os(watchOS) - .init(resource: .logo) -#else - .init() -#endif - } - -} -#endif - -// MARK: - Thinnable Asset Support - - -@available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) -@available(watchOS, unavailable) -extension DeveloperToolsSupport.ColorResource { - - private init?(thinnableName: Swift.String, bundle: Foundation.Bundle) { -#if canImport(AppKit) && os(macOS) - if AppKit.NSColor(named: NSColor.Name(thinnableName), bundle: bundle) != nil { - self.init(name: thinnableName, bundle: bundle) - } else { - return nil - } -#elseif canImport(UIKit) && !os(watchOS) - if UIKit.UIColor(named: thinnableName, in: bundle, compatibleWith: nil) != nil { - self.init(name: thinnableName, bundle: bundle) - } else { - return nil - } -#else - return nil -#endif - } - -} - -#if canImport(UIKit) -@available(iOS 17.0, tvOS 17.0, *) -@available(watchOS, unavailable) -extension UIKit.UIColor { - - private convenience init?(thinnableResource: DeveloperToolsSupport.ColorResource?) { -#if !os(watchOS) - if let resource = thinnableResource { - self.init(resource: resource) - } else { - return nil - } -#else - return nil -#endif - } - -} -#endif - -#if canImport(SwiftUI) -@available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) -extension SwiftUI.Color { - - private init?(thinnableResource: DeveloperToolsSupport.ColorResource?) { - if let resource = thinnableResource { - self.init(resource) - } else { - return nil - } - } - -} - -@available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) -extension SwiftUI.ShapeStyle where Self == SwiftUI.Color { - - private init?(thinnableResource: DeveloperToolsSupport.ColorResource?) { - if let resource = thinnableResource { - self.init(resource) - } else { - return nil - } - } - -} -#endif - -@available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) -@available(watchOS, unavailable) -extension DeveloperToolsSupport.ImageResource { - - private init?(thinnableName: Swift.String, bundle: Foundation.Bundle) { -#if canImport(AppKit) && os(macOS) - if bundle.image(forResource: NSImage.Name(thinnableName)) != nil { - self.init(name: thinnableName, bundle: bundle) - } else { - return nil - } -#elseif canImport(UIKit) && !os(watchOS) - if UIKit.UIImage(named: thinnableName, in: bundle, compatibleWith: nil) != nil { - self.init(name: thinnableName, bundle: bundle) - } else { - return nil - } -#else - return nil -#endif - } - -} - -#if canImport(AppKit) -@available(macOS 14.0, *) -@available(macCatalyst, unavailable) -extension AppKit.NSImage { - - private convenience init?(thinnableResource: DeveloperToolsSupport.ImageResource?) { -#if !targetEnvironment(macCatalyst) - if let resource = thinnableResource { - self.init(resource: resource) - } else { - return nil - } -#else - return nil -#endif - } - -} -#endif - -#if canImport(UIKit) -@available(iOS 17.0, tvOS 17.0, *) -@available(watchOS, unavailable) -extension UIKit.UIImage { - - private convenience init?(thinnableResource: DeveloperToolsSupport.ImageResource?) { -#if !os(watchOS) - if let resource = thinnableResource { - self.init(resource: resource) - } else { - return nil - } -#else - return nil -#endif - } - -} -#endif - diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/ПеревозчикApp-Swift.h b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/ПеревозчикApp-Swift.h deleted file mode 100644 index 918da2b..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/ПеревозчикApp-Swift.h +++ /dev/null @@ -1,317 +0,0 @@ -#if 0 -#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2) -#ifndef ПеревозчикAPP_SWIFT_H -#define ПеревозчикAPP_SWIFT_H -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wgcc-compat" - -#if !defined(__has_include) -# define __has_include(x) 0 -#endif -#if !defined(__has_attribute) -# define __has_attribute(x) 0 -#endif -#if !defined(__has_feature) -# define __has_feature(x) 0 -#endif -#if !defined(__has_warning) -# define __has_warning(x) 0 -#endif - -#if __has_include() -# include -#endif - -#pragma clang diagnostic ignored "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -typedef uint_least16_t char16_t; -typedef uint_least32_t char32_t; -# endif -typedef float swift_float2 __attribute__((__ext_vector_type__(2))); -typedef float swift_float3 __attribute__((__ext_vector_type__(3))); -typedef float swift_float4 __attribute__((__ext_vector_type__(4))); -typedef double swift_double2 __attribute__((__ext_vector_type__(2))); -typedef double swift_double3 __attribute__((__ext_vector_type__(3))); -typedef double swift_double4 __attribute__((__ext_vector_type__(4))); -typedef int swift_int2 __attribute__((__ext_vector_type__(2))); -typedef int swift_int3 __attribute__((__ext_vector_type__(3))); -typedef int swift_int4 __attribute__((__ext_vector_type__(4))); -typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); -typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); -typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); -#endif - -#if !defined(SWIFT_PASTE) -# define SWIFT_PASTE_HELPER(x, y) x##y -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) -#endif -#if !defined(SWIFT_METATYPE) -# define SWIFT_METATYPE(X) Class -#endif -#if !defined(SWIFT_CLASS_PROPERTY) -# if __has_feature(objc_class_property) -# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ -# else -# define SWIFT_CLASS_PROPERTY(...) -# endif -#endif -#if !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#endif -#if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA -#endif -#if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA -#endif -#if !defined(SWIFT_CLASS) -# if __has_attribute(objc_subclassing_restricted) -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# else -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# endif -#endif -#if !defined(SWIFT_RESILIENT_CLASS) -# if __has_attribute(objc_class_stub) -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) -# else -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) -# endif -#endif -#if !defined(SWIFT_PROTOCOL) -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_EXTENSION) -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) -#endif -#if !defined(OBJC_DESIGNATED_INITIALIZER) -# if __has_attribute(objc_designated_initializer) -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) -# else -# define OBJC_DESIGNATED_INITIALIZER -# endif -#endif -#if !defined(SWIFT_ENUM_ATTR) -# if __has_attribute(enum_extensibility) -# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) -# else -# define SWIFT_ENUM_ATTR(_extensibility) -# endif -#endif -#if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# else -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) -# endif -#endif -#if !defined(SWIFT_UNAVAILABLE) -# define SWIFT_UNAVAILABLE __attribute__((unavailable)) -#endif -#if !defined(SWIFT_UNAVAILABLE_MSG) -# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) -#endif -#if !defined(SWIFT_AVAILABILITY) -# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) -#endif -#if !defined(SWIFT_WEAK_IMPORT) -# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) -#endif -#if !defined(SWIFT_DEPRECATED) -# define SWIFT_DEPRECATED __attribute__((deprecated)) -#endif -#if !defined(SWIFT_DEPRECATED_MSG) -# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) -#endif -#if !defined(SWIFT_DEPRECATED_OBJC) -# if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -# else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) -# endif -#endif -#if defined(__OBJC__) -#if !defined(IBSegueAction) -# define IBSegueAction -#endif -#endif -#if !defined(SWIFT_EXTERN) -# if defined(__cplusplus) -# define SWIFT_EXTERN extern "C" -# else -# define SWIFT_EXTERN extern -# endif -#endif -#if !defined(SWIFT_CALL) -# define SWIFT_CALL __attribute__((swiftcall)) -#endif -#if !defined(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -#endif - -#endif -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" -#pragma clang diagnostic ignored "-Wduplicate-method-arg" -#if __has_warning("-Wpragma-clang-attribute") -# pragma clang diagnostic ignored "-Wpragma-clang-attribute" -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" -#pragma clang diagnostic ignored "-Wnullability" -#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ПеревозчикApp",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif - -#else -#error unsupported Swift architecture -#endif diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata deleted file mode 100644 index 0d66a13..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata +++ /dev/null @@ -1,7 +0,0 @@ -{ - "version" : 1, - "source" : "ExtractedAppShortcutsMetadata", - "tables" : { - - } -} \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.d b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.d deleted file mode 100644 index 72271a7..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.d +++ /dev/null @@ -1 +0,0 @@ -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.o : /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ЭкранВхода.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/СлужбаАвторизации.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ГлавныйЭкран.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ПеревозчикApp.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/FileProvider.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/UIKit.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation1.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation2.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation3.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet6.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_C.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/ObjectiveC.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_POSIX.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinBasic.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/xpc.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/uuid.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/device.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/simd/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/clang/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/ImageIO.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/OpenGLES.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/IOSurface.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreImage.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CFNetwork.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Metal.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/SubFrameworks/UIUtilities.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UserNotifications.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/mach_debug.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/dispatch.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/bank.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/os.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_sys.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/net.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.dia b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.dia deleted file mode 100644 index 093d351..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.dia and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.o b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.o deleted file mode 100644 index 9e696d4..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.o and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.stringsdata b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.stringsdata deleted file mode 100644 index ddb0310..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.stringsdata +++ /dev/null @@ -1,5 +0,0 @@ -{ - "source": "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift", - "tables": {}, - "version": 1 -} diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftconstvalues b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftconstvalues deleted file mode 100644 index 0637a08..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftconstvalues +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftdeps b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftdeps deleted file mode 100644 index 2c0f586..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftdeps and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.d b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.d deleted file mode 100644 index 759216d..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.d +++ /dev/null @@ -1 +0,0 @@ -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.o : /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ЭкранВхода.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/СлужбаАвторизации.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ГлавныйЭкран.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ПеревозчикApp.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/FileProvider.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/UIKit.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation1.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation2.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation3.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet6.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_C.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/ObjectiveC.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_POSIX.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinBasic.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/xpc.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/uuid.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/device.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/simd/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/clang/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/ImageIO.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/OpenGLES.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/IOSurface.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreImage.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CFNetwork.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Metal.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/SubFrameworks/UIUtilities.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UserNotifications.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/mach_debug.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/dispatch.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/bank.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/os.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_sys.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/net.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.dia b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.dia deleted file mode 100644 index 093d351..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.dia and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.o b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.o deleted file mode 100644 index 812c4bd..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.o and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.stringsdata b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.stringsdata deleted file mode 100644 index c82a47b..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.stringsdata +++ /dev/null @@ -1,360 +0,0 @@ -{ - "source": "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ГлавныйЭкран.swift", - "tables": { - "Localizable": [ - { - "comment": "", - "key": "Junona", - "location": { - "startingColumn": 26, - "startingLine": 20 - } - }, - { - "comment": "", - "key": "Ships", - "location": { - "startingColumn": 26, - "startingLine": 28 - } - }, - { - "comment": "", - "key": "Cargo", - "location": { - "startingColumn": 26, - "startingLine": 36 - } - }, - { - "comment": "", - "key": "Deals", - "location": { - "startingColumn": 26, - "startingLine": 44 - } - }, - { - "comment": "", - "key": "Profile", - "location": { - "startingColumn": 26, - "startingLine": 52 - } - }, - { - "comment": "", - "key": "Юнона", - "location": { - "startingColumn": 30, - "startingLine": 117 - } - }, - { - "comment": "", - "key": "Спросить Юнону...", - "location": { - "startingColumn": 31, - "startingLine": 97 - } - }, - { - "comment": "", - "key": "Карта судов", - "location": { - "startingColumn": 30, - "startingLine": 379 - } - }, - { - "comment": "", - "key": "Грузы", - "location": { - "startingColumn": 30, - "startingLine": 420 - } - }, - { - "comment": "", - "key": "Сделки", - "location": { - "startingColumn": 30, - "startingLine": 458 - } - }, - { - "comment": "", - "key": "Нет активных сделок", - "location": { - "startingColumn": 26, - "startingLine": 448 - } - }, - { - "comment": "", - "key": "Найдите груз или судно\nи создайте первую сделку", - "location": { - "startingColumn": 26, - "startingLine": 452 - } - }, - { - "comment": "", - "key": "Профиль", - "location": { - "startingColumn": 30, - "startingLine": 611 - } - }, - { - "comment": "", - "key": "Выйти из аккаунта?", - "location": { - "startingColumn": 20, - "startingLine": 612 - } - }, - { - "comment": "", - "key": "Кошелёк Montana Ɉ", - "location": { - "startingColumn": 33, - "startingLine": 516 - } - }, - { - "comment": "", - "key": "Статистика", - "location": { - "startingColumn": 33, - "startingLine": 551 - } - }, - { - "comment": "", - "key": "Настройки", - "location": { - "startingColumn": 29, - "startingLine": 580 - } - }, - { - "comment": "", - "key": "Адрес", - "location": { - "startingColumn": 42, - "startingLine": 521 - } - }, - { - "comment": "", - "key": "Телефон", - "location": { - "startingColumn": 42, - "startingLine": 533 - } - }, - { - "comment": "", - "key": "Баланс времени", - "location": { - "startingColumn": 38, - "startingLine": 543 - } - }, - { - "comment": "", - "key": "0 сек", - "location": { - "startingColumn": 38, - "startingLine": 545 - } - }, - { - "comment": "", - "key": "Сделок завершено", - "location": { - "startingColumn": 38, - "startingLine": 553 - } - }, - { - "comment": "", - "key": "0", - "location": { - "startingColumn": 38, - "startingLine": 555 - } - }, - { - "comment": "", - "key": "Оборот (USD)", - "location": { - "startingColumn": 38, - "startingLine": 560 - } - }, - { - "comment": "", - "key": "$0", - "location": { - "startingColumn": 38, - "startingLine": 562 - } - }, - { - "comment": "", - "key": "Рейтинг", - "location": { - "startingColumn": 38, - "startingLine": 567 - } - }, - { - "comment": "", - "key": "—", - "location": { - "startingColumn": 42, - "startingLine": 572 - } - }, - { - "comment": "", - "key": "Уведомления", - "location": { - "startingColumn": 34, - "startingLine": 582 - } - }, - { - "comment": "", - "key": "Уведомления", - "location": { - "startingColumn": 35, - "startingLine": 584 - } - }, - { - "comment": "", - "key": "Документы", - "location": { - "startingColumn": 34, - "startingLine": 588 - } - }, - { - "comment": "", - "key": "Документы", - "location": { - "startingColumn": 35, - "startingLine": 590 - } - }, - { - "comment": "", - "key": "Безопасность", - "location": { - "startingColumn": 34, - "startingLine": 594 - } - }, - { - "comment": "", - "key": "Безопасность", - "location": { - "startingColumn": 35, - "startingLine": 596 - } - }, - { - "comment": "", - "key": "Выйти", - "location": { - "startingColumn": 35, - "startingLine": 605 - } - }, - { - "comment": "", - "key": "Отмена", - "location": { - "startingColumn": 24, - "startingLine": 613 - } - }, - { - "comment": "", - "key": "Выйти", - "location": { - "startingColumn": 24, - "startingLine": 614 - } - }, - { - "comment": "", - "key": "%lld DWT", - "location": { - "startingColumn": 23, - "startingLine": 677 - } - }, - { - "comment": "", - "key": "Свободно", - "location": { - "startingColumn": 52, - "startingLine": 691 - } - }, - { - "comment": "", - "key": "Занято", - "location": { - "startingColumn": 73, - "startingLine": 691 - } - }, - { - "comment": "", - "key": "Срочно", - "location": { - "startingColumn": 27, - "startingLine": 719 - } - }, - { - "comment": "", - "key": "Откуда", - "location": { - "startingColumn": 26, - "startingLine": 727 - } - }, - { - "comment": "", - "key": "Куда", - "location": { - "startingColumn": 26, - "startingLine": 739 - } - }, - { - "comment": "", - "key": "Объём", - "location": { - "startingColumn": 26, - "startingLine": 750 - } - }, - { - "comment": "", - "key": "$%lld/тонна", - "location": { - "startingColumn": 22, - "startingLine": 760 - } - } - ] - }, - "version": 1 -} diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.swiftconstvalues b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.swiftconstvalues deleted file mode 100644 index 0637a08..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.swiftconstvalues +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.swiftdeps b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.swiftdeps deleted file mode 100644 index bf03328..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.swiftdeps and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-OutputFileMap.json b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-OutputFileMap.json deleted file mode 100644 index d50e28c..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-OutputFileMap.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "" : { - "diagnostics" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary.dia", - "emit-module-dependencies" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary-emit-module.d", - "emit-module-diagnostics" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary-emit-module.dia", - "pch" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary-Bridging-header.pch", - "swift-dependencies" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary.swiftdeps" - }, - "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift" : { - "const-values" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftconstvalues", - "dependencies" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.d", - "diagnostics" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.dia", - "index-unit-output-path" : "/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.o", - "llvm-bc" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.bc", - "object" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.o", - "swift-dependencies" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftdeps", - "swiftmodule" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols~partial.swiftmodule" - }, - "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ГлавныйЭкран.swift" : { - "const-values" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.swiftconstvalues", - "dependencies" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.d", - "diagnostics" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.dia", - "index-unit-output-path" : "/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.o", - "llvm-bc" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.bc", - "object" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.o", - "swift-dependencies" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.swiftdeps", - "swiftmodule" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран~partial.swiftmodule" - }, - "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ПеревозчикApp.swift" : { - "const-values" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftconstvalues", - "dependencies" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.d", - "diagnostics" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.dia", - "index-unit-output-path" : "/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.o", - "llvm-bc" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.bc", - "object" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.o", - "swift-dependencies" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftdeps", - "swiftmodule" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp~partial.swiftmodule" - }, - "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/СлужбаАвторизации.swift" : { - "const-values" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.swiftconstvalues", - "dependencies" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.d", - "diagnostics" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.dia", - "index-unit-output-path" : "/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.o", - "llvm-bc" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.bc", - "object" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.o", - "swift-dependencies" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.swiftdeps", - "swiftmodule" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации~partial.swiftmodule" - }, - "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ЭкранВхода.swift" : { - "const-values" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.swiftconstvalues", - "dependencies" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.d", - "diagnostics" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.dia", - "index-unit-output-path" : "/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.o", - "llvm-bc" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.bc", - "object" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.o", - "swift-dependencies" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.swiftdeps", - "swiftmodule" : "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода~partial.swiftmodule" - } -} \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-Swift.h b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-Swift.h deleted file mode 100644 index a7e8a87..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-Swift.h +++ /dev/null @@ -1,311 +0,0 @@ -// Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2) -#ifndef ПеревозчикAPP_SWIFT_H -#define ПеревозчикAPP_SWIFT_H -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wgcc-compat" - -#if !defined(__has_include) -# define __has_include(x) 0 -#endif -#if !defined(__has_attribute) -# define __has_attribute(x) 0 -#endif -#if !defined(__has_feature) -# define __has_feature(x) 0 -#endif -#if !defined(__has_warning) -# define __has_warning(x) 0 -#endif - -#if __has_include() -# include -#endif - -#pragma clang diagnostic ignored "-Wauto-import" -#if defined(__OBJC__) -#include -#endif -#if defined(__cplusplus) -#include -#include -#include -#include -#include -#include -#include -#else -#include -#include -#include -#include -#endif -#if defined(__cplusplus) -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" -#if defined(__arm64e__) && __has_include() -# include -#else -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wreserved-macro-identifier" -# ifndef __ptrauth_swift_value_witness_function_pointer -# define __ptrauth_swift_value_witness_function_pointer(x) -# endif -# ifndef __ptrauth_swift_class_method_pointer -# define __ptrauth_swift_class_method_pointer(x) -# endif -#pragma clang diagnostic pop -#endif -#pragma clang diagnostic pop -#endif - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef unsigned char char8_t; -typedef uint_least16_t char16_t; -typedef uint_least32_t char32_t; -# endif -typedef float swift_float2 __attribute__((__ext_vector_type__(2))); -typedef float swift_float3 __attribute__((__ext_vector_type__(3))); -typedef float swift_float4 __attribute__((__ext_vector_type__(4))); -typedef double swift_double2 __attribute__((__ext_vector_type__(2))); -typedef double swift_double3 __attribute__((__ext_vector_type__(3))); -typedef double swift_double4 __attribute__((__ext_vector_type__(4))); -typedef int swift_int2 __attribute__((__ext_vector_type__(2))); -typedef int swift_int3 __attribute__((__ext_vector_type__(3))); -typedef int swift_int4 __attribute__((__ext_vector_type__(4))); -typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); -typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); -typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); -#endif - -#if !defined(SWIFT_PASTE) -# define SWIFT_PASTE_HELPER(x, y) x##y -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) -#endif -#if !defined(SWIFT_METATYPE) -# define SWIFT_METATYPE(X) Class -#endif -#if !defined(SWIFT_CLASS_PROPERTY) -# if __has_feature(objc_class_property) -# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ -# else -# define SWIFT_CLASS_PROPERTY(...) -# endif -#endif -#if !defined(SWIFT_RUNTIME_NAME) -# if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -# else -# define SWIFT_RUNTIME_NAME(X) -# endif -#endif -#if !defined(SWIFT_COMPILE_NAME) -# if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -# else -# define SWIFT_COMPILE_NAME(X) -# endif -#endif -#if !defined(SWIFT_METHOD_FAMILY) -# if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -# else -# define SWIFT_METHOD_FAMILY(X) -# endif -#endif -#if !defined(SWIFT_NOESCAPE) -# if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -# else -# define SWIFT_NOESCAPE -# endif -#endif -#if !defined(SWIFT_RELEASES_ARGUMENT) -# if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -# else -# define SWIFT_RELEASES_ARGUMENT -# endif -#endif -#if !defined(SWIFT_WARN_UNUSED_RESULT) -# if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define SWIFT_WARN_UNUSED_RESULT -# endif -#endif -#if !defined(SWIFT_NORETURN) -# if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -# else -# define SWIFT_NORETURN -# endif -#endif -#if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA -#endif -#if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA -#endif -#if !defined(SWIFT_CLASS) -# if __has_attribute(objc_subclassing_restricted) -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# else -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# endif -#endif -#if !defined(SWIFT_RESILIENT_CLASS) -# if __has_attribute(objc_class_stub) -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) -# else -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) -# endif -#endif -#if !defined(SWIFT_PROTOCOL) -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_EXTENSION) -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) -#endif -#if !defined(OBJC_DESIGNATED_INITIALIZER) -# if __has_attribute(objc_designated_initializer) -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) -# else -# define OBJC_DESIGNATED_INITIALIZER -# endif -#endif -#if !defined(SWIFT_ENUM_ATTR) -# if __has_attribute(enum_extensibility) -# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) -# else -# define SWIFT_ENUM_ATTR(_extensibility) -# endif -#endif -#if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# else -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) -# endif -#endif -#if !defined(SWIFT_UNAVAILABLE) -# define SWIFT_UNAVAILABLE __attribute__((unavailable)) -#endif -#if !defined(SWIFT_UNAVAILABLE_MSG) -# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) -#endif -#if !defined(SWIFT_AVAILABILITY) -# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) -#endif -#if !defined(SWIFT_WEAK_IMPORT) -# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) -#endif -#if !defined(SWIFT_DEPRECATED) -# define SWIFT_DEPRECATED __attribute__((deprecated)) -#endif -#if !defined(SWIFT_DEPRECATED_MSG) -# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) -#endif -#if !defined(SWIFT_DEPRECATED_OBJC) -# if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -# else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) -# endif -#endif -#if defined(__OBJC__) -#if !defined(IBSegueAction) -# define IBSegueAction -#endif -#endif -#if !defined(SWIFT_EXTERN) -# if defined(__cplusplus) -# define SWIFT_EXTERN extern "C" -# else -# define SWIFT_EXTERN extern -# endif -#endif -#if !defined(SWIFT_CALL) -# define SWIFT_CALL __attribute__((swiftcall)) -#endif -#if !defined(SWIFT_INDIRECT_RESULT) -# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) -#endif -#if !defined(SWIFT_CONTEXT) -# define SWIFT_CONTEXT __attribute__((swift_context)) -#endif -#if !defined(SWIFT_ERROR_RESULT) -# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) -#endif -#if defined(__cplusplus) -# define SWIFT_NOEXCEPT noexcept -#else -# define SWIFT_NOEXCEPT -#endif -#if !defined(SWIFT_C_INLINE_THUNK) -# if __has_attribute(always_inline) -# if __has_attribute(nodebug) -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) -# else -# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) -# endif -# else -# define SWIFT_C_INLINE_THUNK inline -# endif -#endif -#if defined(_WIN32) -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) -#endif -#else -#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) -# define SWIFT_IMPORT_STDLIB_SYMBOL -#endif -#endif -#if defined(__OBJC__) -#if __has_feature(objc_modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -#endif - -#endif -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" -#pragma clang diagnostic ignored "-Wduplicate-method-arg" -#if __has_warning("-Wpragma-clang-attribute") -# pragma clang diagnostic ignored "-Wpragma-clang-attribute" -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" -#pragma clang diagnostic ignored "-Wnullability" -#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" -#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ПеревозчикApp",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if defined(__OBJC__) - -#endif -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#if defined(__cplusplus) -#endif -#pragma clang diagnostic pop -#endif diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-dependencies-1.json b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-dependencies-1.json deleted file mode 100644 index 0cc355a..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-dependencies-1.json +++ /dev/null @@ -1,584 +0,0 @@ -[ - { - "isFramework" : true, - "moduleName" : "Accessibility", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/Accessibility.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "Combine", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/Combine.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "CoreData", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/CoreData.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "CoreFoundation", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/CoreFoundation.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "CoreGraphics", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/CoreGraphics.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "CoreImage", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/CoreImage.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "CoreText", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/CoreText.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "CoreTransferable", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/CoreTransferable.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "CoreVideo", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/CoreVideo.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "Darwin", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/Darwin.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "DataDetection", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/DataDetection.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "DeveloperToolsSupport", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/DeveloperToolsSupport.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "Dispatch", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/Dispatch.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "FileProvider", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/FileProvider.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "Foundation", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/Foundation.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "Metal", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/Metal.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "OSLog", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/OSLog.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "ObjectiveC", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/ObjectiveC.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "Observation", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/Observation.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "QuartzCore", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/QuartzCore.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "Spatial", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/Spatial.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "Swift", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/Swift.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "SwiftOnoneSupport", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/SwiftOnoneSupport.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "SwiftUI", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/SwiftUI.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "SwiftUICore", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/SwiftUICore.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "Symbols", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/Symbols.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "System", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/System.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : true, - "moduleName" : "UIKit", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/UIKit.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "UniformTypeIdentifiers", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/UniformTypeIdentifiers.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "XPC", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/XPC.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "_Builtin_float", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/_Builtin_float.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "_Concurrency", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/_Concurrency.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "_DarwinFoundation1", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/_DarwinFoundation1.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "_DarwinFoundation2", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/_DarwinFoundation2.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "_DarwinFoundation3", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/_DarwinFoundation3.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "_StringProcessing", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/_StringProcessing.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "os", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/os.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "isFramework" : false, - "moduleName" : "simd", - "modulePath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/swift\/iphoneos\/prebuilt-modules\/26.2\/simd.swiftmodule\/arm64e-apple-ios.swiftmodule" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/Accessibility.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/Accessibility-C62U9FTYLA3TYLG8TV8A7LFV0.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "Accessibility" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/CFNetwork.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/CFNetwork-1SGXQ3GKZG1M7FN5L2NH6LW2I.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "CFNetwork" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/CoreData.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/CoreData-4V6FD8Y212JASE28VIE4YY240.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "CoreData" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/CoreFoundation.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/CoreFoundation-3L8AQIU2ZRQ26CJ24DUKNQ404.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "CoreFoundation" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/CoreGraphics.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/CoreGraphics-80FF4LSI9M2SL07J0B1N2P08P.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "CoreGraphics" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/CoreImage.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/CoreImage-Y2K73DQB9OC6CZ6MXTVI9VCN.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "CoreImage" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/CoreText.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/CoreText-8ZZUZCIAUU5J5LMHTIFA6PXP.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "CoreText" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/CoreTransferable.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/CoreTransferable-E6ISN6M3U43VZCQRO4Y75JFMD.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "CoreTransferable" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/CoreVideo.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/CoreVideo-62SQ8SKEGDSNHZC6L1RSN00HH.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "CoreVideo" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/Darwin.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/Darwin-CY0CTL0EFEJ5U9NI3CPJL5Q1H.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "Darwin" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/DataDetection.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/DataDetection-8PRL295RWJZ6F3R3G7IBJTDC5.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "DataDetection" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/DeveloperToolsSupport.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/DeveloperToolsSupport-5MGCX46KM08W614Z5NISE3F4Y.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "DeveloperToolsSupport" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/dispatch.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/Dispatch-F1VZQT8VDDAOQ9KKJ6DRROPPX.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "Dispatch" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/FileProvider.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/FileProvider-4UXRK9I2NTBBGFJSSVV4U6VEA.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "FileProvider" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/Foundation.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/Foundation-1DKOZQ3HN1Q70JGTGPV91ZR8Q.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "Foundation" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/IOSurface.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/IOSurface-9SDLDUTBRQM7YD0KRMTP4S8XP.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "IOSurface" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/ImageIO.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/ImageIO-8LYUJESWTZIZRYMOH8J4Q5WHD.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "ImageIO" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/DarwinBasic.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/MachO-9XHRQX8HIU2SL48ZEVXA2585F.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "MachO" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/Metal.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/Metal-DREMHUNQ6LMHY5GR8HD25X3V1.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "Metal" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/OSLog.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/OSLog-CXRHFCL6XLIR0CDPV7XAUXXA3.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "OSLog" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/ObjectiveC.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/ObjectiveC-DS4ZJN6V5J1NZT4SON3MGDRGN.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "ObjectiveC" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/OpenGLES.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/OpenGLES-DCT37AJX2EA9HQE4EBIMM14Z4.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "OpenGLES" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/QuartzCore.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/QuartzCore-7G63QPRZMXEU0XMJTCEZL6OO6.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "QuartzCore" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/Security.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/Security-BF0MUN0Y8PC9SR7TUS5VTHP92.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "Security" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/Spatial\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/Spatial-5PQ5LR5299NVDLXN5TY03XG75.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "Spatial" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/lib\/swift\/shims\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/SwiftShims-CJQ7R3VA737M87QB62I6SDCI1.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "SwiftShims" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/SwiftUI.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/SwiftUI-3SVDC5KUOH8MQJP58UADMX2HR.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "SwiftUI" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/SwiftUICore.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/SwiftUICore-41UVPCCAX1QV949B9DOI0WQZ3.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "SwiftUICore" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/Symbols.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/Symbols-DB9PDK2OTBWDT7CDYOXLRRX6S.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "Symbols" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/UIKit.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/UIKit-DZI73IB13UXP7Q90G94WTVUBI.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "UIKit" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/SubFrameworks\/UIUtilities.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/UIUtilities-89XVG6JGCDW5BU5JBXYJW4Z2S.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "UIUtilities" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/UniformTypeIdentifiers.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/UniformTypeIdentifiers-4OJQHW77RJDN86RNV2OJDTBJZ.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "UniformTypeIdentifiers" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/System\/Library\/Frameworks\/UserNotifications.framework\/Modules\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/UserNotifications-9MW7X6NLJ1S9FYF1ZNQ7WK9R5.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "UserNotifications" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/xpc.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/XPC-3OK6XRYYE50JIGA1PU87Q3UJ7.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "XPC" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/DarwinFoundation1.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_AvailabilityInternal-13FFMP6WXR1X4GN07QPHPL2EE.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_AvailabilityInternal" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/clang\/17\/include\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_Builtin_float-EGPIYOQ8YA7D9AECMONKLN49F.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_Builtin_float" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/clang\/17\/include\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_Builtin_intrinsics-428CDRG9803FAAQ64ZDIG5U5N.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_Builtin_intrinsics" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/clang\/17\/include\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_Builtin_inttypes-C4RA59ERODC4XOQW5ZIPYSIKW.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_Builtin_inttypes" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/clang\/17\/include\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_Builtin_limits-1744YNIP2D7MYCMAYJMNN2MLA.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_Builtin_limits" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/clang\/17\/include\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_Builtin_stdarg-HV85A3369A523T66O8ERMPIF.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_Builtin_stdarg" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/clang\/17\/include\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_Builtin_stdatomic-EDDO8HV131DSCBXFO0W9NVM75.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_Builtin_stdatomic" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/clang\/17\/include\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_Builtin_stdbool-ASH3AOEY9R05Z1UU8OS2G84OY.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_Builtin_stdbool" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/clang\/17\/include\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_Builtin_stddef-2VHR874IJGR6EH1GM0GW5S9L7.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_Builtin_stddef" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/clang\/17\/include\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_Builtin_stdint-E1VI5OIP0PWEBBB1QYFF6PT6C.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_Builtin_stdint" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/clang\/17\/include\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_Builtin_tgmath-9T86XDRQ0Q545J7HR3QXO5PJT.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_Builtin_tgmath" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/DarwinFoundation1.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_DarwinFoundation1-DDSWUKL485E8LCIVHSZ5XT9X2.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_DarwinFoundation1" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/DarwinFoundation2.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_DarwinFoundation2-5PB2TB6Z8PMSW5930HW7KNM67.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_DarwinFoundation2" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/DarwinFoundation3.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_DarwinFoundation3-5CSMHLBZNU0RIGU3MWDMTX6AQ.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_DarwinFoundation3" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/lib\/swift\/shims\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/_SwiftConcurrencyShims-592420Y5Z7QFGYPMS1QMLLZMS.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "_SwiftConcurrencyShims" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/os.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/os-1LBD89H9RETXP0U909S6VAUAC.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "os" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/os.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/os_object-18MANWHUGWV6TYH711694FGN2.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "os_object" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/os.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/os_workgroup-B1927V9MTT69Q6W06BPP9PV6K.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "os_workgroup" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/clang\/17\/include\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/ptrauth-727YBN87XOW33GJH1892FST8J.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "ptrauth" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault.xctoolchain\/usr\/lib\/clang\/17\/include\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/ptrcheck-2VI7Y8983EX3MC0F6MW0IN9RP.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "ptrcheck" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/simd\/module.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/simd-2PUY7NODH0QCK5IVXKACBEGTX.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "simd" - }, - { - "clangModuleMapPath" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Developer\/SDKs\/iPhoneOS.sdk\/usr\/include\/DarwinFoundation2.modulemap", - "clangModulePath" : "\/Users\/kh.\/Python\/Ничто_Nothing_无_金元Ɉ\/Монтана_Montana_蒙大拿\/Русский\/Перевозчик\/ПеревозчикApp\/build\/ModuleCache.noindex\/sys_types-3TLRAX6163OF8VM1T7CNNIW41.pcm", - "isBridgingHeaderDependency" : false, - "isFramework" : false, - "moduleName" : "sys_types" - } -] \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-linker-args.resp b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-linker-args.resp deleted file mode 100644 index e90335e..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-linker-args.resp +++ /dev/null @@ -1 +0,0 @@ --Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/Accessibility.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/Combine.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/CoreData.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/CoreFoundation.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/CoreGraphics.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/CoreImage.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/CoreText.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/CoreTransferable.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/CoreVideo.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/Darwin.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/DataDetection.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/DeveloperToolsSupport.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/Dispatch.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/FileProvider.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/Foundation.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/Metal.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/OSLog.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/ObjectiveC.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/Observation.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/QuartzCore.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/Spatial.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/Swift.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/SwiftOnoneSupport.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/SwiftUI.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/SwiftUICore.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/Symbols.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/System.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/UIKit.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/UniformTypeIdentifiers.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/XPC.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/_Builtin_float.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/_Concurrency.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/_DarwinFoundation1.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/_DarwinFoundation2.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/_DarwinFoundation3.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/_StringProcessing.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/os.swiftmodule/arm64e-apple-ios.swiftmodule -Xlinker -add_ast_path -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/prebuilt-modules/26.2/simd.swiftmodule/arm64e-apple-ios.swiftmodule \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary-emit-module.d b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary-emit-module.d deleted file mode 100644 index 9ffa286..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary-emit-module.d +++ /dev/null @@ -1,4 +0,0 @@ -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftmodule : /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ЭкранВхода.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/СлужбаАвторизации.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ГлавныйЭкран.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ПеревозчикApp.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/FileProvider.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/UIKit.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation1.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation2.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation3.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet6.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_C.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/ObjectiveC.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_POSIX.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinBasic.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/xpc.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/uuid.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/device.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/simd/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/clang/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/ImageIO.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/OpenGLES.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/IOSurface.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreImage.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CFNetwork.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Metal.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/SubFrameworks/UIUtilities.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UserNotifications.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/mach_debug.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/dispatch.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/bank.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/os.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_sys.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/net.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftdoc : /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ЭкранВхода.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/СлужбаАвторизации.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ГлавныйЭкран.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ПеревозчикApp.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/FileProvider.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/UIKit.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation1.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation2.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation3.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet6.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_C.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/ObjectiveC.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_POSIX.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinBasic.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/xpc.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/uuid.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/device.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/simd/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/clang/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/ImageIO.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/OpenGLES.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/IOSurface.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreImage.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CFNetwork.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Metal.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/SubFrameworks/UIUtilities.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UserNotifications.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/mach_debug.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/dispatch.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/bank.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/os.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_sys.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/net.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-Swift.h : /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ЭкранВхода.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/СлужбаАвторизации.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ГлавныйЭкран.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ПеревозчикApp.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/FileProvider.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/UIKit.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation1.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation2.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation3.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet6.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_C.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/ObjectiveC.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_POSIX.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinBasic.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/xpc.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/uuid.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/device.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/simd/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/clang/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/ImageIO.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/OpenGLES.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/IOSurface.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreImage.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CFNetwork.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Metal.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/SubFrameworks/UIUtilities.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UserNotifications.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/mach_debug.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/dispatch.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/bank.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/os.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_sys.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/net.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftsourceinfo : /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ЭкранВхода.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/СлужбаАвторизации.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ГлавныйЭкран.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ПеревозчикApp.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/FileProvider.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/UIKit.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation1.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation2.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation3.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet6.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_C.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/ObjectiveC.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_POSIX.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinBasic.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/xpc.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/uuid.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/device.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/simd/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/clang/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/ImageIO.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/OpenGLES.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/IOSurface.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreImage.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CFNetwork.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Metal.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/SubFrameworks/UIUtilities.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UserNotifications.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/mach_debug.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/dispatch.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/bank.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/os.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_sys.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/net.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary-emit-module.dia b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary-emit-module.dia deleted file mode 100644 index 093d351..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary-emit-module.dia and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary.priors b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary.priors deleted file mode 100644 index 184dfc7..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp-primary.priors and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.LinkFileList b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.LinkFileList deleted file mode 100644 index 1776ea6..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.LinkFileList +++ /dev/null @@ -1,5 +0,0 @@ -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.o -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.o -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.o -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.o -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.o diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.SwiftConstValuesFileList b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.SwiftConstValuesFileList deleted file mode 100644 index 848ddc2..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.SwiftConstValuesFileList +++ /dev/null @@ -1,5 +0,0 @@ -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftconstvalues -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.swiftconstvalues -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.swiftconstvalues -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ГлавныйЭкран.swiftconstvalues -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftconstvalues diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.SwiftFileList b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.SwiftFileList deleted file mode 100644 index 835090e..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.SwiftFileList +++ /dev/null @@ -1,5 +0,0 @@ -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ПеревозчикApp.swift -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/СлужбаАвторизации.swift -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ЭкранВхода.swift -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ГлавныйЭкран.swift -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.abi.json b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.abi.json deleted file mode 100644 index d2f988e..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.abi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "NO_MODULE", - "printedName": "NO_MODULE", - "json_format_version": 8 - }, - "ConstValues": [] -} \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.d b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.d deleted file mode 100644 index 1707c60..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.d +++ /dev/null @@ -1 +0,0 @@ -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.o : /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ЭкранВхода.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/СлужбаАвторизации.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ГлавныйЭкран.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ПеревозчикApp.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/FileProvider.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/UIKit.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation1.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation2.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation3.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet6.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_C.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/ObjectiveC.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_POSIX.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinBasic.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/xpc.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/uuid.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/device.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/simd/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/clang/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/ImageIO.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/OpenGLES.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/IOSurface.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreImage.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CFNetwork.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Metal.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/SubFrameworks/UIUtilities.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UserNotifications.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/mach_debug.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/dispatch.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/bank.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/os.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_sys.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/net.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.dia b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.dia deleted file mode 100644 index 093d351..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.dia and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.o b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.o deleted file mode 100644 index 4c2bc20..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.o and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.stringsdata b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.stringsdata deleted file mode 100644 index c734516..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.stringsdata +++ /dev/null @@ -1,5 +0,0 @@ -{ - "source": "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ПеревозчикApp.swift", - "tables": {}, - "version": 1 -} diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftconstvalues b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftconstvalues deleted file mode 100644 index 0637a08..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftconstvalues +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftdeps b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftdeps deleted file mode 100644 index 7fb8ed0..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftdeps and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftdoc b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftdoc deleted file mode 100644 index b0fe724..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftdoc and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftmodule b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftmodule deleted file mode 100644 index 749ffe5..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftmodule and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftsourceinfo b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftsourceinfo deleted file mode 100644 index b17e15a..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp.swiftsourceinfo and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp_const_extract_protocols.json b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp_const_extract_protocols.json deleted file mode 100644 index b8e18a4..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp_const_extract_protocols.json +++ /dev/null @@ -1 +0,0 @@ -["AppIntent","EntityQuery","AppEntity","TransientEntity","AppEnum","AppShortcutProviding","AppShortcutsProvider","AnyResolverProviding","AppIntentsPackage","DynamicOptionsProvider","_IntentValueRepresentable","_AssistantIntentsProvider","_GenerativeFunctionExtractable","IntentValueQuery","Resolver","AppExtension","ExtensionPointDefining"] \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp_dependency_info.dat b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp_dependency_info.dat deleted file mode 100644 index f6df78c..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ПеревозчикApp_dependency_info.dat and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.d b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.d deleted file mode 100644 index 26c1e85..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.d +++ /dev/null @@ -1 +0,0 @@ -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.o : /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ЭкранВхода.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/СлужбаАвторизации.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ГлавныйЭкран.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ПеревозчикApp.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/FileProvider.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/UIKit.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation1.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation2.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation3.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet6.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_C.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/ObjectiveC.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_POSIX.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinBasic.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/xpc.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/uuid.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/device.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/simd/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/clang/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/ImageIO.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/OpenGLES.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/IOSurface.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreImage.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CFNetwork.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Metal.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/SubFrameworks/UIUtilities.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UserNotifications.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/mach_debug.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/dispatch.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/bank.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/os.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_sys.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/net.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.dia b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.dia deleted file mode 100644 index 093d351..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.dia and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.o b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.o deleted file mode 100644 index d20f433..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.o and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.stringsdata b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.stringsdata deleted file mode 100644 index fcc4dc2..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.stringsdata +++ /dev/null @@ -1,5 +0,0 @@ -{ - "source": "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/СлужбаАвторизации.swift", - "tables": {}, - "version": 1 -} diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.swiftconstvalues b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.swiftconstvalues deleted file mode 100644 index 0637a08..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.swiftconstvalues +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.swiftdeps b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.swiftdeps deleted file mode 100644 index 8227416..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/СлужбаАвторизации.swiftdeps and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.d b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.d deleted file mode 100644 index e0e22bb..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.d +++ /dev/null @@ -1 +0,0 @@ -/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.o : /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ЭкранВхода.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/СлужбаАвторизации.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ГлавныйЭкран.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ПеревозчикApp.swift /Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/DerivedSources/GeneratedAssetSymbols.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/simd.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/SwiftUICore.framework/Modules/SwiftUICore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Spatial.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DataDetection.framework/Modules/DataDetection.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/CoreVideo.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/FileProvider.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/CoreGraphics.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/UIKit.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/CoreText.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-ios.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation1.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation2.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinFoundation3.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet6.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_C.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/ObjectiveC.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_POSIX.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/DarwinBasic.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/xpc.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/uuid.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/device.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/simd/module.modulemap /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/clang/include/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/ImageIO.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/OpenGLES.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/IOSurface.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreImage.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/QuartzCore.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CFNetwork.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Metal.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreVideo.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/FileProvider.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/SubFrameworks/UIUtilities.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Symbols.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UserNotifications.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/CoreText.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_machine.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/mach_debug.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_Mach.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/dispatch.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/bank.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/os.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/Darwin_sys.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/net.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.2.sdk/usr/include/netinet.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.dia b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.dia deleted file mode 100644 index 093d351..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.dia and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.o b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.o deleted file mode 100644 index 75b5c36..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.o and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.stringsdata b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.stringsdata deleted file mode 100644 index e95480b..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.stringsdata +++ /dev/null @@ -1,112 +0,0 @@ -{ - "source": "/Users/kh./Python/Ничто_Nothing_无_金元Ɉ/Монтана_Montana_蒙大拿/Русский/Перевозчик/ПеревозчикApp/ПеревозчикApp/ЭкранВхода.swift", - "tables": { - "Localizable": [ - { - "comment": "", - "key": "Seafare Ɉ", - "location": { - "startingColumn": 14, - "startingLine": 207 - } - }, - { - "comment": "", - "key": "Seafare", - "location": { - "startingColumn": 18, - "startingLine": 69 - } - }, - { - "comment": "", - "key": "B2B для перевозок", - "location": { - "startingColumn": 18, - "startingLine": 73 - } - }, - { - "comment": "", - "key": "Вход по номеру телефона", - "location": { - "startingColumn": 18, - "startingLine": 83 - } - }, - { - "comment": "", - "key": "Верификация номера телефона", - "location": { - "startingColumn": 18, - "startingLine": 110 - } - }, - { - "comment": "", - "key": "Войти через Telegram", - "location": { - "startingColumn": 26, - "startingLine": 94 - } - }, - { - "comment": "", - "key": "Верификация в Telegram...", - "location": { - "startingColumn": 18, - "startingLine": 124 - } - }, - { - "comment": "", - "key": "Номер привяжется к вашему аккаунту", - "location": { - "startingColumn": 18, - "startingLine": 142 - } - }, - { - "comment": "", - "key": "Подтвердите номер телефона\nв боте @junomontanaagibot", - "location": { - "startingColumn": 22, - "startingLine": 133 - } - }, - { - "comment": "", - "key": "Открыть Telegram", - "location": { - "startingColumn": 22, - "startingLine": 149 - } - }, - { - "comment": "", - "key": "Отмена", - "location": { - "startingColumn": 22, - "startingLine": 157 - } - }, - { - "comment": "", - "key": "Проверка...", - "location": { - "startingColumn": 18, - "startingLine": 171 - } - }, - { - "comment": "", - "key": "Попробовать снова", - "location": { - "startingColumn": 22, - "startingLine": 193 - } - } - ] - }, - "version": 1 -} diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.swiftconstvalues b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.swiftconstvalues deleted file mode 100644 index 0637a08..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.swiftconstvalues +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.swiftdeps b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.swiftdeps deleted file mode 100644 index fb5bf96..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/Objects-normal/arm64/ЭкранВхода.swiftdeps and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/SwiftStdLibToolInputDependencies.dep b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/SwiftStdLibToolInputDependencies.dep deleted file mode 100644 index 69c74d8..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/SwiftStdLibToolInputDependencies.dep and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_dependencies b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_dependencies deleted file mode 100644 index ab00ae6..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_dependencies and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_dependencies_thinned b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_dependencies_thinned deleted file mode 100644 index ab00ae6..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_dependencies_thinned and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_generated_info.plist b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_generated_info.plist deleted file mode 100644 index a19ab72..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_generated_info.plist +++ /dev/null @@ -1,31 +0,0 @@ - - - - - CFBundleIcons - - CFBundlePrimaryIcon - - CFBundleIconFiles - - AppIcon60x60 - - CFBundleIconName - AppIcon - - - CFBundleIcons~ipad - - CFBundlePrimaryIcon - - CFBundleIconFiles - - AppIcon60x60 - AppIcon76x76 - - CFBundleIconName - AppIcon - - - - diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_generated_info.plist_thinned b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_generated_info.plist_thinned deleted file mode 100644 index a19ab72..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_generated_info.plist_thinned +++ /dev/null @@ -1,31 +0,0 @@ - - - - - CFBundleIcons - - CFBundlePrimaryIcon - - CFBundleIconFiles - - AppIcon60x60 - - CFBundleIconName - AppIcon - - - CFBundleIcons~ipad - - CFBundlePrimaryIcon - - CFBundleIconFiles - - AppIcon60x60 - AppIcon76x76 - - CFBundleIconName - AppIcon - - - - diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_output/thinned/AppIcon60x60@2x.png b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_output/thinned/AppIcon60x60@2x.png deleted file mode 100644 index b80d9cf..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_output/thinned/AppIcon60x60@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6428a35c93672b63882c0339aff9cb8782aa82681b87b5cab6dfe947b1234fba -size 6046 diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_output/thinned/AppIcon76x76@2x~ipad.png b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_output/thinned/AppIcon76x76@2x~ipad.png deleted file mode 100644 index b9090e8..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_output/thinned/AppIcon76x76@2x~ipad.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2393af0cb702ff760bb94b322ace665feab808e9b33a549eb4520a97373aafdc -size 7782 diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_output/thinned/Assets.car b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_output/thinned/Assets.car deleted file mode 100644 index 2e486d8..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_output/thinned/Assets.car and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_signature b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_signature deleted file mode 100644 index 02e4a84..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/assetcatalog_signature +++ /dev/null @@ -1 +0,0 @@ -false \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/empty-ПеревозчикApp.plist b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/empty-ПеревозчикApp.plist deleted file mode 100644 index 0c67376..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/empty-ПеревозчикApp.plist +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-DebugDylibInstallName-normal-arm64.txt b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-DebugDylibInstallName-normal-arm64.txt deleted file mode 100644 index ba9af9e..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-DebugDylibInstallName-normal-arm64.txt +++ /dev/null @@ -1 +0,0 @@ -@rpath/ПеревозчикApp.debug.dylib \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-DebugDylibPath-normal-arm64.txt b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-DebugDylibPath-normal-arm64.txt deleted file mode 100644 index e642c0b..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-DebugDylibPath-normal-arm64.txt +++ /dev/null @@ -1 +0,0 @@ -ПеревозчикApp.debug.dylib \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-ExecutorLinkFileList-normal-arm64.txt b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-ExecutorLinkFileList-normal-arm64.txt deleted file mode 100644 index 1ebf022..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-ExecutorLinkFileList-normal-arm64.txt +++ /dev/null @@ -1 +0,0 @@ -/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libPreviewsJITStubExecutor.a diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-all-non-framework-target-headers.hmap b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-all-non-framework-target-headers.hmap deleted file mode 100644 index dd8b535..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-all-non-framework-target-headers.hmap and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-all-target-headers.hmap b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-all-target-headers.hmap deleted file mode 100644 index dd8b535..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-all-target-headers.hmap and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-generated-files.hmap b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-generated-files.hmap deleted file mode 100644 index b0bcd29..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-generated-files.hmap and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-own-target-headers.hmap b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-own-target-headers.hmap deleted file mode 100644 index dd8b535..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-own-target-headers.hmap and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-project-headers.hmap b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-project-headers.hmap deleted file mode 100644 index dd8b535..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp-project-headers.hmap and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp.DependencyMetadataFileList b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp.DependencyMetadataFileList deleted file mode 100644 index e69de29..0000000 diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp.DependencyStaticMetadataFileList b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp.DependencyStaticMetadataFileList deleted file mode 100644 index e69de29..0000000 diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp.app.xcent b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp.app.xcent deleted file mode 100644 index 9e16b99..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp.app.xcent +++ /dev/null @@ -1,12 +0,0 @@ - - - - - application-identifier - 5U4V57QT55.network.montana.perevozchik - com.apple.developer.team-identifier - 5U4V57QT55 - get-task-allow - - - diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp.app.xcent.der b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp.app.xcent.der deleted file mode 100644 index a84d1ea..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp.app.xcent.der +++ /dev/null @@ -1,2 +0,0 @@ -p0@ application-identifier &5U4V57QT55.network.montana.perevozchik01 #com.apple.developer.team-identifier -5U4V57QT550 get-task-allow \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp.hmap b/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp.hmap deleted file mode 100644 index dd8b535..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Intermediates.noindex/ПеревозчикApp.build/Debug-iphoneos/ПеревозчикApp.build/ПеревозчикApp.hmap and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/AppIcon60x60@2x.png b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/AppIcon60x60@2x.png deleted file mode 100644 index b80d9cf..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/AppIcon60x60@2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6428a35c93672b63882c0339aff9cb8782aa82681b87b5cab6dfe947b1234fba -size 6046 diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/AppIcon76x76@2x~ipad.png b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/AppIcon76x76@2x~ipad.png deleted file mode 100644 index b9090e8..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/AppIcon76x76@2x~ipad.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2393af0cb702ff760bb94b322ace665feab808e9b33a549eb4520a97373aafdc -size 7782 diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/Assets.car b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/Assets.car deleted file mode 100644 index 2e486d8..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/Assets.car and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/Info.plist b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/Info.plist deleted file mode 100644 index a19168a..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/Info.plist and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/PkgInfo b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/PkgInfo deleted file mode 100644 index bd04210..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/PkgInfo +++ /dev/null @@ -1 +0,0 @@ -APPL???? \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/_CodeSignature/CodeResources b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/_CodeSignature/CodeResources deleted file mode 100644 index 9f381e4..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/_CodeSignature/CodeResources +++ /dev/null @@ -1,172 +0,0 @@ - - - - - files - - AppIcon60x60@2x.png - - mW/nSj33xaS6OzowOuShqBvhNYk= - - AppIcon76x76@2x~ipad.png - - 7N4g3+V+R0jEqBZ4s2IsfPvOhC8= - - Assets.car - - rvQhN5ND05lc0XsLcC8ggDlmkS8= - - Info.plist - - JljXJyfFufejPLMIr0PKboVRkzg= - - PkgInfo - - n57qDP4tZfLD1rCS43W0B4LQjzE= - - __preview.dylib - - nZuhFVF6SEsvLSKXnVHqFBlLf5Q= - - embedded.mobileprovision - - FxIadyfDOa+72xpcx3oVsKCNXsk= - - ПеревозчикApp.debug.dylib - - 3oREosc5xcb+9NRr9cN23AKFfgI= - - - files2 - - AppIcon60x60@2x.png - - hash2 - - ZCijXJNnK2OILAM5r/nLh4Kqgmgbh7XKtt/pR7EjT7o= - - - AppIcon76x76@2x~ipad.png - - hash2 - - I5OvDLcC/3YLuUsyKs5mX+q4COmzOlSetFIKlzc6r9w= - - - Assets.car - - hash2 - - /uwcjQU9zDRrouMKf4pyxb2uMA9TisgPdrukgaVnj5c= - - - __preview.dylib - - hash2 - - gQDYjzpfuDic0Lqe1K2JiqTbVlAY47TpBAgV3lgUvWM= - - - embedded.mobileprovision - - hash2 - - 9Z+HnEmxNprJOHebyHvCUw7GiJTl5g413G8SvfF/NoY= - - - ПеревозчикApp.debug.dylib - - hash2 - - DXLuYIjuvZRCtstFvQN8svVmnPIQ9dfGCzQRllCyp+A= - - - - rules - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/__preview.dylib b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/__preview.dylib deleted file mode 100755 index 6330fcd..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/__preview.dylib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8100d88f3a5fb8389cd0ba9ed4ad898aa4db565018e3b4e9040815de5814bd63 -size 35024 diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/embedded.mobileprovision b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/embedded.mobileprovision deleted file mode 100644 index 54b5c6a..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/embedded.mobileprovision and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/ПеревозчикApp b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/ПеревозчикApp deleted file mode 100755 index a0a945f..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/ПеревозчикApp and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/ПеревозчикApp.debug.dylib b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/ПеревозчикApp.debug.dylib deleted file mode 100755 index 1d4a2bd..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.app/ПеревозчикApp.debug.dylib +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d72ee6088eebd9442b6cb45bd037cb2f5669cf210f5d7c60b34119650b2a7e0 -size 1559744 diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo deleted file mode 100644 index b17e15a..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.swiftmodule/arm64-apple-ios.abi.json b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.swiftmodule/arm64-apple-ios.abi.json deleted file mode 100644 index d2f988e..0000000 --- a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.swiftmodule/arm64-apple-ios.abi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "NO_MODULE", - "printedName": "NO_MODULE", - "json_format_version": 8 - }, - "ConstValues": [] -} \ No newline at end of file diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.swiftmodule/arm64-apple-ios.swiftdoc b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.swiftmodule/arm64-apple-ios.swiftdoc deleted file mode 100644 index b0fe724..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.swiftmodule/arm64-apple-ios.swiftdoc and /dev/null differ diff --git a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.swiftmodule/arm64-apple-ios.swiftmodule b/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.swiftmodule/arm64-apple-ios.swiftmodule deleted file mode 100644 index 749ffe5..0000000 Binary files a/Russian/Carrier/CarrierApp/build/Build/Products/Debug-iphoneos/ПеревозчикApp.swiftmodule/arm64-apple-ios.swiftmodule and /dev/null differ diff --git a/Русский/.DS_Store b/Русский/.DS_Store deleted file mode 100644 index 64cea53..0000000 Binary files a/Русский/.DS_Store and /dev/null differ diff --git a/Русский/Перевозчик/.DS_Store b/Русский/Перевозчик/.DS_Store deleted file mode 100644 index 35bc5bc..0000000 Binary files a/Русский/Перевозчик/.DS_Store and /dev/null differ diff --git a/Русский/Перевозчик/ПеревозчикApp/.DS_Store b/Русский/Перевозчик/ПеревозчикApp/.DS_Store deleted file mode 100644 index d091c5c..0000000 Binary files a/Русский/Перевозчик/ПеревозчикApp/.DS_Store and /dev/null differ diff --git a/Русский/Разведка/Moltbook/github/moltbook-analysis/.gitattributes b/Русский/Разведка/Moltbook/github/moltbook-analysis/.gitattributes deleted file mode 100644 index 6c94393..0000000 --- a/Русский/Разведка/Moltbook/github/moltbook-analysis/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -data/datasetv1.tar.gz filter=lfs diff=lfs merge=lfs -text