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.
688 lines
29 KiB
688 lines
29 KiB
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 56;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
C4EEE41F28DB33D8003DDC24 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE41E28DB33D8003DDC24 /* AppDelegate.swift */; };
|
|
C4EEE42128DB33D8003DDC24 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE42028DB33D8003DDC24 /* SceneDelegate.swift */; };
|
|
C4EEE42328DB33D8003DDC24 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE42228DB33D8003DDC24 /* ViewController.swift */; };
|
|
C4EEE42628DB33D8003DDC24 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C4EEE42428DB33D8003DDC24 /* Main.storyboard */; };
|
|
C4EEE42928DB33D8003DDC24 /* Notes.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE42728DB33D8003DDC24 /* Notes.xcdatamodeld */; };
|
|
C4EEE42B28DB33D9003DDC24 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C4EEE42A28DB33D9003DDC24 /* Assets.xcassets */; };
|
|
C4EEE42E28DB33D9003DDC24 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C4EEE42C28DB33D9003DDC24 /* LaunchScreen.storyboard */; };
|
|
C4EEE43928DB33D9003DDC24 /* NotesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE43828DB33D9003DDC24 /* NotesTests.swift */; };
|
|
C4EEE44328DB33D9003DDC24 /* NotesUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE44228DB33D9003DDC24 /* NotesUITests.swift */; };
|
|
C4EEE44528DB33D9003DDC24 /* NotesUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE44428DB33D9003DDC24 /* NotesUITestsLaunchTests.swift */; };
|
|
C4EEE45328DB3423003DDC24 /* NoteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE45128DB3422003DDC24 /* NoteViewController.swift */; };
|
|
C4EEE45428DB3423003DDC24 /* UIViewController+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE45228DB3423003DDC24 /* UIViewController+Extensions.swift */; };
|
|
C4EEE46728DB3790003DDC24 /* FileOperator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE46528DB3790003DDC24 /* FileOperator.swift */; };
|
|
C4EEE46928DB3790003DDC24 /* FileStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE46628DB3790003DDC24 /* FileStorage.swift */; };
|
|
C4EEE46A28DB3790003DDC24 /* PreferencesStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE46428DB378F003DDC24 /* PreferencesStorage.swift */; };
|
|
C4EEE47628DB3938003DDC24 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C4EEE47528DB3938003DDC24 /* CoreData.framework */; };
|
|
C4EEE48128DB39F1003DDC24 /* Note+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE47F28DB39F1003DDC24 /* Note+CoreDataClass.swift */; };
|
|
C4EEE48228DB39F1003DDC24 /* Note+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE48028DB39F1003DDC24 /* Note+CoreDataProperties.swift */; };
|
|
C4EEE48428DB3B6B003DDC24 /* CoreDataStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EEE48328DB3B6B003DDC24 /* CoreDataStorage.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
C4EEE43528DB33D9003DDC24 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = C4EEE41328DB33D8003DDC24 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = C4EEE41A28DB33D8003DDC24;
|
|
remoteInfo = Notes;
|
|
};
|
|
C4EEE43F28DB33D9003DDC24 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = C4EEE41328DB33D8003DDC24 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = C4EEE41A28DB33D8003DDC24;
|
|
remoteInfo = Notes;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
C4EEE41B28DB33D8003DDC24 /* Notes.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Notes.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
C4EEE41E28DB33D8003DDC24 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
C4EEE42028DB33D8003DDC24 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
|
C4EEE42228DB33D8003DDC24 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
C4EEE42528DB33D8003DDC24 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
C4EEE42828DB33D8003DDC24 /* Notes.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Notes.xcdatamodel; sourceTree = "<group>"; };
|
|
C4EEE42A28DB33D9003DDC24 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
C4EEE42D28DB33D9003DDC24 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
C4EEE42F28DB33D9003DDC24 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
C4EEE43428DB33D9003DDC24 /* NotesTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NotesTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
C4EEE43828DB33D9003DDC24 /* NotesTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotesTests.swift; sourceTree = "<group>"; };
|
|
C4EEE43E28DB33D9003DDC24 /* NotesUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NotesUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
C4EEE44228DB33D9003DDC24 /* NotesUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotesUITests.swift; sourceTree = "<group>"; };
|
|
C4EEE44428DB33D9003DDC24 /* NotesUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotesUITestsLaunchTests.swift; sourceTree = "<group>"; };
|
|
C4EEE45128DB3422003DDC24 /* NoteViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NoteViewController.swift; sourceTree = "<group>"; };
|
|
C4EEE45228DB3423003DDC24 /* UIViewController+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+Extensions.swift"; sourceTree = "<group>"; };
|
|
C4EEE45928DB358A003DDC24 /* Notes.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Notes.entitlements; sourceTree = "<group>"; };
|
|
C4EEE46428DB378F003DDC24 /* PreferencesStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesStorage.swift; sourceTree = "<group>"; };
|
|
C4EEE46528DB3790003DDC24 /* FileOperator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileOperator.swift; sourceTree = "<group>"; };
|
|
C4EEE46628DB3790003DDC24 /* FileStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileStorage.swift; sourceTree = "<group>"; };
|
|
C4EEE47528DB3938003DDC24 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
|
C4EEE47F28DB39F1003DDC24 /* Note+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Note+CoreDataClass.swift"; sourceTree = "<group>"; };
|
|
C4EEE48028DB39F1003DDC24 /* Note+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Note+CoreDataProperties.swift"; sourceTree = "<group>"; };
|
|
C4EEE48328DB3B6B003DDC24 /* CoreDataStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataStorage.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
C4EEE41828DB33D8003DDC24 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C4EEE47628DB3938003DDC24 /* CoreData.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C4EEE43128DB33D9003DDC24 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C4EEE43B28DB33D9003DDC24 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
C4EEE41228DB33D8003DDC24 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4EEE41D28DB33D8003DDC24 /* Notes */,
|
|
C4EEE43728DB33D9003DDC24 /* NotesTests */,
|
|
C4EEE44128DB33D9003DDC24 /* NotesUITests */,
|
|
C4EEE41C28DB33D8003DDC24 /* Products */,
|
|
C4EEE47428DB3938003DDC24 /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
C4EEE41C28DB33D8003DDC24 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4EEE41B28DB33D8003DDC24 /* Notes.app */,
|
|
C4EEE43428DB33D9003DDC24 /* NotesTests.xctest */,
|
|
C4EEE43E28DB33D9003DDC24 /* NotesUITests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
C4EEE41D28DB33D8003DDC24 /* Notes */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4EEE45928DB358A003DDC24 /* Notes.entitlements */,
|
|
C4EEE41E28DB33D8003DDC24 /* AppDelegate.swift */,
|
|
C4EEE42028DB33D8003DDC24 /* SceneDelegate.swift */,
|
|
C4EEE42228DB33D8003DDC24 /* ViewController.swift */,
|
|
C4EEE45128DB3422003DDC24 /* NoteViewController.swift */,
|
|
C4EEE45228DB3423003DDC24 /* UIViewController+Extensions.swift */,
|
|
C4EEE46B28DB379B003DDC24 /* Storage */,
|
|
C4EEE46228DB3714003DDC24 /* Model */,
|
|
C4EEE42428DB33D8003DDC24 /* Main.storyboard */,
|
|
C4EEE42A28DB33D9003DDC24 /* Assets.xcassets */,
|
|
C4EEE42C28DB33D9003DDC24 /* LaunchScreen.storyboard */,
|
|
C4EEE42F28DB33D9003DDC24 /* Info.plist */,
|
|
C4EEE42728DB33D8003DDC24 /* Notes.xcdatamodeld */,
|
|
);
|
|
path = Notes;
|
|
sourceTree = "<group>";
|
|
};
|
|
C4EEE43728DB33D9003DDC24 /* NotesTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4EEE43828DB33D9003DDC24 /* NotesTests.swift */,
|
|
);
|
|
path = NotesTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
C4EEE44128DB33D9003DDC24 /* NotesUITests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4EEE44228DB33D9003DDC24 /* NotesUITests.swift */,
|
|
C4EEE44428DB33D9003DDC24 /* NotesUITestsLaunchTests.swift */,
|
|
);
|
|
path = NotesUITests;
|
|
sourceTree = "<group>";
|
|
};
|
|
C4EEE46228DB3714003DDC24 /* Model */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4EEE47F28DB39F1003DDC24 /* Note+CoreDataClass.swift */,
|
|
C4EEE48028DB39F1003DDC24 /* Note+CoreDataProperties.swift */,
|
|
);
|
|
path = Model;
|
|
sourceTree = "<group>";
|
|
};
|
|
C4EEE46B28DB379B003DDC24 /* Storage */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4EEE46528DB3790003DDC24 /* FileOperator.swift */,
|
|
C4EEE46628DB3790003DDC24 /* FileStorage.swift */,
|
|
C4EEE46428DB378F003DDC24 /* PreferencesStorage.swift */,
|
|
C4EEE48328DB3B6B003DDC24 /* CoreDataStorage.swift */,
|
|
);
|
|
path = Storage;
|
|
sourceTree = "<group>";
|
|
};
|
|
C4EEE47428DB3938003DDC24 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
C4EEE47528DB3938003DDC24 /* CoreData.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
C4EEE41A28DB33D8003DDC24 /* Notes */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C4EEE44828DB33D9003DDC24 /* Build configuration list for PBXNativeTarget "Notes" */;
|
|
buildPhases = (
|
|
C4EEE41728DB33D8003DDC24 /* Sources */,
|
|
C4EEE41828DB33D8003DDC24 /* Frameworks */,
|
|
C4EEE41928DB33D8003DDC24 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = Notes;
|
|
productName = Notes;
|
|
productReference = C4EEE41B28DB33D8003DDC24 /* Notes.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
C4EEE43328DB33D9003DDC24 /* NotesTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C4EEE44B28DB33D9003DDC24 /* Build configuration list for PBXNativeTarget "NotesTests" */;
|
|
buildPhases = (
|
|
C4EEE43028DB33D9003DDC24 /* Sources */,
|
|
C4EEE43128DB33D9003DDC24 /* Frameworks */,
|
|
C4EEE43228DB33D9003DDC24 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
C4EEE43628DB33D9003DDC24 /* PBXTargetDependency */,
|
|
);
|
|
name = NotesTests;
|
|
productName = NotesTests;
|
|
productReference = C4EEE43428DB33D9003DDC24 /* NotesTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
C4EEE43D28DB33D9003DDC24 /* NotesUITests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C4EEE44E28DB33D9003DDC24 /* Build configuration list for PBXNativeTarget "NotesUITests" */;
|
|
buildPhases = (
|
|
C4EEE43A28DB33D9003DDC24 /* Sources */,
|
|
C4EEE43B28DB33D9003DDC24 /* Frameworks */,
|
|
C4EEE43C28DB33D9003DDC24 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
C4EEE44028DB33D9003DDC24 /* PBXTargetDependency */,
|
|
);
|
|
name = NotesUITests;
|
|
productName = NotesUITests;
|
|
productReference = C4EEE43E28DB33D9003DDC24 /* NotesUITests.xctest */;
|
|
productType = "com.apple.product-type.bundle.ui-testing";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
C4EEE41328DB33D8003DDC24 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = 1;
|
|
LastSwiftUpdateCheck = 1400;
|
|
LastUpgradeCheck = 1400;
|
|
TargetAttributes = {
|
|
C4EEE41A28DB33D8003DDC24 = {
|
|
CreatedOnToolsVersion = 14.0;
|
|
};
|
|
C4EEE43328DB33D9003DDC24 = {
|
|
CreatedOnToolsVersion = 14.0;
|
|
TestTargetID = C4EEE41A28DB33D8003DDC24;
|
|
};
|
|
C4EEE43D28DB33D9003DDC24 = {
|
|
CreatedOnToolsVersion = 14.0;
|
|
TestTargetID = C4EEE41A28DB33D8003DDC24;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = C4EEE41628DB33D8003DDC24 /* Build configuration list for PBXProject "Notes" */;
|
|
compatibilityVersion = "Xcode 14.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = C4EEE41228DB33D8003DDC24;
|
|
productRefGroup = C4EEE41C28DB33D8003DDC24 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
C4EEE41A28DB33D8003DDC24 /* Notes */,
|
|
C4EEE43328DB33D9003DDC24 /* NotesTests */,
|
|
C4EEE43D28DB33D9003DDC24 /* NotesUITests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
C4EEE41928DB33D8003DDC24 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C4EEE42E28DB33D9003DDC24 /* LaunchScreen.storyboard in Resources */,
|
|
C4EEE42B28DB33D9003DDC24 /* Assets.xcassets in Resources */,
|
|
C4EEE42628DB33D8003DDC24 /* Main.storyboard in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C4EEE43228DB33D9003DDC24 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C4EEE43C28DB33D9003DDC24 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
C4EEE41728DB33D8003DDC24 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C4EEE48428DB3B6B003DDC24 /* CoreDataStorage.swift in Sources */,
|
|
C4EEE48228DB39F1003DDC24 /* Note+CoreDataProperties.swift in Sources */,
|
|
C4EEE46A28DB3790003DDC24 /* PreferencesStorage.swift in Sources */,
|
|
C4EEE42328DB33D8003DDC24 /* ViewController.swift in Sources */,
|
|
C4EEE46928DB3790003DDC24 /* FileStorage.swift in Sources */,
|
|
C4EEE41F28DB33D8003DDC24 /* AppDelegate.swift in Sources */,
|
|
C4EEE42128DB33D8003DDC24 /* SceneDelegate.swift in Sources */,
|
|
C4EEE45328DB3423003DDC24 /* NoteViewController.swift in Sources */,
|
|
C4EEE46728DB3790003DDC24 /* FileOperator.swift in Sources */,
|
|
C4EEE48128DB39F1003DDC24 /* Note+CoreDataClass.swift in Sources */,
|
|
C4EEE45428DB3423003DDC24 /* UIViewController+Extensions.swift in Sources */,
|
|
C4EEE42928DB33D8003DDC24 /* Notes.xcdatamodeld in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C4EEE43028DB33D9003DDC24 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C4EEE43928DB33D9003DDC24 /* NotesTests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
C4EEE43A28DB33D9003DDC24 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
C4EEE44528DB33D9003DDC24 /* NotesUITestsLaunchTests.swift in Sources */,
|
|
C4EEE44328DB33D9003DDC24 /* NotesUITests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
C4EEE43628DB33D9003DDC24 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = C4EEE41A28DB33D8003DDC24 /* Notes */;
|
|
targetProxy = C4EEE43528DB33D9003DDC24 /* PBXContainerItemProxy */;
|
|
};
|
|
C4EEE44028DB33D9003DDC24 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = C4EEE41A28DB33D8003DDC24 /* Notes */;
|
|
targetProxy = C4EEE43F28DB33D9003DDC24 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
C4EEE42428DB33D8003DDC24 /* Main.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
C4EEE42528DB33D8003DDC24 /* Base */,
|
|
);
|
|
name = Main.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
C4EEE42C28DB33D9003DDC24 /* LaunchScreen.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
C4EEE42D28DB33D9003DDC24 /* Base */,
|
|
);
|
|
name = LaunchScreen.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
C4EEE44628DB33D9003DDC24 /* 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++20";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 16.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;
|
|
};
|
|
C4EEE44728DB33D9003DDC24 /* 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++20";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-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;
|
|
};
|
|
C4EEE44928DB33D9003DDC24 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
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_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;
|
|
};
|
|
C4EEE44A28DB33D9003DDC24 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
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_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;
|
|
};
|
|
C4EEE44C28DB33D9003DDC24 /* 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 = 16.0;
|
|
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/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Notes";
|
|
};
|
|
name = Debug;
|
|
};
|
|
C4EEE44D28DB33D9003DDC24 /* 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 = 16.0;
|
|
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/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Notes";
|
|
};
|
|
name = Release;
|
|
};
|
|
C4EEE44F28DB33D9003DDC24 /* 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;
|
|
};
|
|
C4EEE45028DB33D9003DDC24 /* 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 */
|
|
C4EEE41628DB33D8003DDC24 /* Build configuration list for PBXProject "Notes" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C4EEE44628DB33D9003DDC24 /* Debug */,
|
|
C4EEE44728DB33D9003DDC24 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
C4EEE44828DB33D9003DDC24 /* Build configuration list for PBXNativeTarget "Notes" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C4EEE44928DB33D9003DDC24 /* Debug */,
|
|
C4EEE44A28DB33D9003DDC24 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
C4EEE44B28DB33D9003DDC24 /* Build configuration list for PBXNativeTarget "NotesTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C4EEE44C28DB33D9003DDC24 /* Debug */,
|
|
C4EEE44D28DB33D9003DDC24 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
C4EEE44E28DB33D9003DDC24 /* Build configuration list for PBXNativeTarget "NotesUITests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C4EEE44F28DB33D9003DDC24 /* Debug */,
|
|
C4EEE45028DB33D9003DDC24 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
|
|
/* Begin XCVersionGroup section */
|
|
C4EEE42728DB33D8003DDC24 /* Notes.xcdatamodeld */ = {
|
|
isa = XCVersionGroup;
|
|
children = (
|
|
C4EEE42828DB33D8003DDC24 /* Notes.xcdatamodel */,
|
|
);
|
|
currentVersion = C4EEE42828DB33D8003DDC24 /* Notes.xcdatamodel */;
|
|
path = Notes.xcdatamodeld;
|
|
sourceTree = "<group>";
|
|
versionGroupType = wrapper.xcdatamodel;
|
|
};
|
|
/* End XCVersionGroup section */
|
|
};
|
|
rootObject = C4EEE41328DB33D8003DDC24 /* Project object */;
|
|
}
|
|
|