application iOS de notes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notes/Notes.xcodeproj/project.pbxproj

664 lines
27 KiB

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 55;
objects = {
/* Begin PBXBuildFile section */
C41A31C628C49B310019B951 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C41A31C528C49B310019B951 /* AppDelegate.swift */; };
C41A31C828C49B310019B951 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C41A31C728C49B310019B951 /* SceneDelegate.swift */; };
C41A31CA28C49B310019B951 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C41A31C928C49B310019B951 /* ViewController.swift */; };
C41A31CD28C49B310019B951 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C41A31CB28C49B310019B951 /* Main.storyboard */; };
C41A31D028C49B310019B951 /* Notes.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = C41A31CE28C49B310019B951 /* Notes.xcdatamodeld */; };
C41A31D228C49B320019B951 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C41A31D128C49B320019B951 /* Assets.xcassets */; };
C41A31D528C49B320019B951 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C41A31D328C49B320019B951 /* LaunchScreen.storyboard */; };
C41A31E028C49B320019B951 /* NotesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C41A31DF28C49B320019B951 /* NotesTests.swift */; };
C41A31EA28C49B320019B951 /* NotesUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C41A31E928C49B320019B951 /* NotesUITests.swift */; };
C41A31EC28C49B320019B951 /* NotesUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C41A31EB28C49B320019B951 /* NotesUITestsLaunchTests.swift */; };
C41A31F928C49DC80019B951 /* NoteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C41A31F828C49DC80019B951 /* NoteViewController.swift */; };
C41A31FB28C4D8040019B951 /* PreferencesStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C41A31FA28C4D8040019B951 /* PreferencesStorage.swift */; };
C43417F428D4ADB10098C15A /* FileOperator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C43417F328D4ADB10098C15A /* FileOperator.swift */; };
C43417F628D4ADDB0098C15A /* FileStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C43417F528D4ADDB0098C15A /* FileStorage.swift */; };
C43417FA28D4B9370098C15A /* Document.swift in Sources */ = {isa = PBXBuildFile; fileRef = C43417F928D4B9370098C15A /* Document.swift */; };
C4EEE40728D89C46003DDC24 /* UIViewController+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE40628D89C46003DDC24 /* UIViewController+Extensions.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
C41A31DC28C49B320019B951 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C41A31BA28C49B310019B951 /* Project object */;
proxyType = 1;
remoteGlobalIDString = C41A31C128C49B310019B951;
remoteInfo = Notes;
};
C41A31E628C49B320019B951 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C41A31BA28C49B310019B951 /* Project object */;
proxyType = 1;
remoteGlobalIDString = C41A31C128C49B310019B951;
remoteInfo = Notes;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
C41A31C228C49B310019B951 /* Notes.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Notes.app; sourceTree = BUILT_PRODUCTS_DIR; };
C41A31C528C49B310019B951 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
C41A31C728C49B310019B951 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
C41A31C928C49B310019B951 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
C41A31CC28C49B310019B951 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
C41A31CF28C49B310019B951 /* Notes.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Notes.xcdatamodel; sourceTree = "<group>"; };
C41A31D128C49B320019B951 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
C41A31D428C49B320019B951 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
C41A31D628C49B320019B951 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C41A31DB28C49B320019B951 /* NotesTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NotesTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
C41A31DF28C49B320019B951 /* NotesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotesTests.swift; sourceTree = "<group>"; };
C41A31E528C49B320019B951 /* NotesUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NotesUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
C41A31E928C49B320019B951 /* NotesUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotesUITests.swift; sourceTree = "<group>"; };
C41A31EB28C49B320019B951 /* NotesUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotesUITestsLaunchTests.swift; sourceTree = "<group>"; };
C41A31F828C49DC80019B951 /* NoteViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoteViewController.swift; sourceTree = "<group>"; };
C41A31FA28C4D8040019B951 /* PreferencesStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesStorage.swift; sourceTree = "<group>"; };
C43417F128D4AACD0098C15A /* Notes.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Notes.entitlements; sourceTree = "<group>"; };
C43417F328D4ADB10098C15A /* FileOperator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileOperator.swift; sourceTree = "<group>"; };
C43417F528D4ADDB0098C15A /* FileStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileStorage.swift; sourceTree = "<group>"; };
C43417F928D4B9370098C15A /* Document.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Document.swift; sourceTree = "<group>"; };
C4EEE40628D89C46003DDC24 /* UIViewController+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+Extensions.swift"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
C41A31BF28C49B310019B951 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C41A31D828C49B320019B951 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C41A31E228C49B320019B951 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
C41A31B928C49B310019B951 = {
isa = PBXGroup;
children = (
C41A31C428C49B310019B951 /* Notes */,
C41A31DE28C49B320019B951 /* NotesTests */,
C41A31E828C49B320019B951 /* NotesUITests */,
C41A31C328C49B310019B951 /* Products */,
);
sourceTree = "<group>";
};
C41A31C328C49B310019B951 /* Products */ = {
isa = PBXGroup;
children = (
C41A31C228C49B310019B951 /* Notes.app */,
C41A31DB28C49B320019B951 /* NotesTests.xctest */,
C41A31E528C49B320019B951 /* NotesUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
C41A31C428C49B310019B951 /* Notes */ = {
isa = PBXGroup;
children = (
C43417F128D4AACD0098C15A /* Notes.entitlements */,
C41A31C528C49B310019B951 /* AppDelegate.swift */,
C41A31C728C49B310019B951 /* SceneDelegate.swift */,
C41A31C928C49B310019B951 /* ViewController.swift */,
C41A31F828C49DC80019B951 /* NoteViewController.swift */,
C4EEE40628D89C46003DDC24 /* UIViewController+Extensions.swift */,
C43417F228D4AD9C0098C15A /* Storage */,
C41A31CB28C49B310019B951 /* Main.storyboard */,
C41A31D128C49B320019B951 /* Assets.xcassets */,
C41A31D328C49B320019B951 /* LaunchScreen.storyboard */,
C41A31D628C49B320019B951 /* Info.plist */,
C41A31CE28C49B310019B951 /* Notes.xcdatamodeld */,
);
path = Notes;
sourceTree = "<group>";
};
C41A31DE28C49B320019B951 /* NotesTests */ = {
isa = PBXGroup;
children = (
C41A31DF28C49B320019B951 /* NotesTests.swift */,
);
path = NotesTests;
sourceTree = "<group>";
};
C41A31E828C49B320019B951 /* NotesUITests */ = {
isa = PBXGroup;
children = (
C41A31E928C49B320019B951 /* NotesUITests.swift */,
C41A31EB28C49B320019B951 /* NotesUITestsLaunchTests.swift */,
);
path = NotesUITests;
sourceTree = "<group>";
};
C43417F228D4AD9C0098C15A /* Storage */ = {
isa = PBXGroup;
children = (
C41A31FA28C4D8040019B951 /* PreferencesStorage.swift */,
C43417F328D4ADB10098C15A /* FileOperator.swift */,
C43417F528D4ADDB0098C15A /* FileStorage.swift */,
C43417F928D4B9370098C15A /* Document.swift */,
);
path = Storage;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
C41A31C128C49B310019B951 /* Notes */ = {
isa = PBXNativeTarget;
buildConfigurationList = C41A31EF28C49B320019B951 /* Build configuration list for PBXNativeTarget "Notes" */;
buildPhases = (
C41A31BE28C49B310019B951 /* Sources */,
C41A31BF28C49B310019B951 /* Frameworks */,
C41A31C028C49B310019B951 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Notes;
productName = Notes;
productReference = C41A31C228C49B310019B951 /* Notes.app */;
productType = "com.apple.product-type.application";
};
C41A31DA28C49B320019B951 /* NotesTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = C41A31F228C49B320019B951 /* Build configuration list for PBXNativeTarget "NotesTests" */;
buildPhases = (
C41A31D728C49B320019B951 /* Sources */,
C41A31D828C49B320019B951 /* Frameworks */,
C41A31D928C49B320019B951 /* Resources */,
);
buildRules = (
);
dependencies = (
C41A31DD28C49B320019B951 /* PBXTargetDependency */,
);
name = NotesTests;
productName = NotesTests;
productReference = C41A31DB28C49B320019B951 /* NotesTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
C41A31E428C49B320019B951 /* NotesUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = C41A31F528C49B320019B951 /* Build configuration list for PBXNativeTarget "NotesUITests" */;
buildPhases = (
C41A31E128C49B320019B951 /* Sources */,
C41A31E228C49B320019B951 /* Frameworks */,
C41A31E328C49B320019B951 /* Resources */,
);
buildRules = (
);
dependencies = (
C41A31E728C49B320019B951 /* PBXTargetDependency */,
);
name = NotesUITests;
productName = NotesUITests;
productReference = C41A31E528C49B320019B951 /* NotesUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
C41A31BA28C49B310019B951 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1340;
LastUpgradeCheck = 1340;
TargetAttributes = {
C41A31C128C49B310019B951 = {
CreatedOnToolsVersion = 13.4.1;
};
C41A31DA28C49B320019B951 = {
CreatedOnToolsVersion = 13.4.1;
TestTargetID = C41A31C128C49B310019B951;
};
C41A31E428C49B320019B951 = {
CreatedOnToolsVersion = 13.4.1;
TestTargetID = C41A31C128C49B310019B951;
};
};
};
buildConfigurationList = C41A31BD28C49B310019B951 /* Build configuration list for PBXProject "Notes" */;
compatibilityVersion = "Xcode 13.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = C41A31B928C49B310019B951;
productRefGroup = C41A31C328C49B310019B951 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
C41A31C128C49B310019B951 /* Notes */,
C41A31DA28C49B320019B951 /* NotesTests */,
C41A31E428C49B320019B951 /* NotesUITests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
C41A31C028C49B310019B951 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C41A31D528C49B320019B951 /* LaunchScreen.storyboard in Resources */,
C41A31D228C49B320019B951 /* Assets.xcassets in Resources */,
C41A31CD28C49B310019B951 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C41A31D928C49B320019B951 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C41A31E328C49B320019B951 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
C41A31BE28C49B310019B951 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C41A31CA28C49B310019B951 /* ViewController.swift in Sources */,
C41A31C628C49B310019B951 /* AppDelegate.swift in Sources */,
C4EEE40728D89C46003DDC24 /* UIViewController+Extensions.swift in Sources */,
C41A31FB28C4D8040019B951 /* PreferencesStorage.swift in Sources */,
C41A31C828C49B310019B951 /* SceneDelegate.swift in Sources */,
C43417F428D4ADB10098C15A /* FileOperator.swift in Sources */,
C43417FA28D4B9370098C15A /* Document.swift in Sources */,
C43417F628D4ADDB0098C15A /* FileStorage.swift in Sources */,
C41A31F928C49DC80019B951 /* NoteViewController.swift in Sources */,
C41A31D028C49B310019B951 /* Notes.xcdatamodeld in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C41A31D728C49B320019B951 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C41A31E028C49B320019B951 /* NotesTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C41A31E128C49B320019B951 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C41A31EC28C49B320019B951 /* NotesUITestsLaunchTests.swift in Sources */,
C41A31EA28C49B320019B951 /* NotesUITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
C41A31DD28C49B320019B951 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C41A31C128C49B310019B951 /* Notes */;
targetProxy = C41A31DC28C49B320019B951 /* PBXContainerItemProxy */;
};
C41A31E728C49B320019B951 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C41A31C128C49B310019B951 /* Notes */;
targetProxy = C41A31E628C49B320019B951 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
C41A31CB28C49B310019B951 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
C41A31CC28C49B310019B951 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
C41A31D328C49B320019B951 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
C41A31D428C49B320019B951 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
C41A31ED28C49B320019B951 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
C41A31EE28C49B320019B951 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
C41A31F028C49B320019B951 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CODE_SIGN_ENTITLEMENTS = Notes/Notes.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 526E96RFNP;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Notes/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.staxriver.Notes;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
C41A31F128C49B320019B951 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CODE_SIGN_ENTITLEMENTS = Notes/Notes.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 526E96RFNP;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Notes/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.staxriver.Notes;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
C41A31F328C49B320019B951 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 526E96RFNP;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.staxriver.NotesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Notes.app/Notes";
};
name = Debug;
};
C41A31F428C49B320019B951 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 526E96RFNP;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.5;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.staxriver.NotesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Notes.app/Notes";
};
name = Release;
};
C41A31F628C49B320019B951 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 526E96RFNP;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.staxriver.NotesUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = Notes;
};
name = Debug;
};
C41A31F728C49B320019B951 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 526E96RFNP;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.staxriver.NotesUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = Notes;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
C41A31BD28C49B310019B951 /* Build configuration list for PBXProject "Notes" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C41A31ED28C49B320019B951 /* Debug */,
C41A31EE28C49B320019B951 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C41A31EF28C49B320019B951 /* Build configuration list for PBXNativeTarget "Notes" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C41A31F028C49B320019B951 /* Debug */,
C41A31F128C49B320019B951 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C41A31F228C49B320019B951 /* Build configuration list for PBXNativeTarget "NotesTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C41A31F328C49B320019B951 /* Debug */,
C41A31F428C49B320019B951 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C41A31F528C49B320019B951 /* Build configuration list for PBXNativeTarget "NotesUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C41A31F628C49B320019B951 /* Debug */,
C41A31F728C49B320019B951 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCVersionGroup section */
C41A31CE28C49B310019B951 /* Notes.xcdatamodeld */ = {
isa = XCVersionGroup;
children = (
C41A31CF28C49B310019B951 /* Notes.xcdatamodel */,
);
currentVersion = C41A31CF28C49B310019B951 /* Notes.xcdatamodel */;
path = Notes.xcdatamodeld;
sourceTree = "<group>";
versionGroupType = wrapper.xcdatamodel;
};
/* End XCVersionGroup section */
};
rootObject = C41A31BA28C49B310019B951 /* Project object */;
}