Add .gitignore file

This commit is contained in:
Markus Thielker 2025-01-16 01:55:50 +01:00
parent 42e2d9e53d
commit 55ace80869
No known key found for this signature in database
4 changed files with 23 additions and 21 deletions

16
.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
# Xcode
.xcworkspace/
xcuserdata/
UserInterfaceState.xcuserstate
project.xcworkspace/
*.xcuserdatad/
*.xccheckout
xcshareddata/
*.moved-aside
DerivedData
.DS_Store
*.hmap
# macOS
build/
*.app

View file

@ -6,6 +6,10 @@
objectVersion = 77;
objects = {
/* Begin PBXBuildFile section */
284390B42D387B9000B4D364 /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = 284390B32D387B8A00B4D364 /* .gitignore */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
284390632D3874C600B4D364 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
@ -27,6 +31,7 @@
2843904F2D3874C500B4D364 /* password.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = password.app; sourceTree = BUILT_PRODUCTS_DIR; };
284390622D3874C600B4D364 /* passwordTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = passwordTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
2843906C2D3874C600B4D364 /* passwordUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = passwordUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
284390B32D387B8A00B4D364 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
@ -75,6 +80,7 @@
284390462D3874C500B4D364 = {
isa = PBXGroup;
children = (
284390B32D387B8A00B4D364 /* .gitignore */,
284390512D3874C500B4D364 /* password */,
284390652D3874C600B4D364 /* passwordTests */,
2843906F2D3874C600B4D364 /* passwordUITests */,
@ -212,6 +218,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
284390B42D387B9000B4D364 /* .gitignore in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>

View file

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>password.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>