Skip to content

Commit 2de7697

Browse files
committed
ignore
1 parent af5f51d commit 2de7697

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ xcuserdata/
66
DerivedData/
77
.swiftpm/
88
*.pbxproj
9+
d3-custom-navigation-swiftui.xcodeproj/project.pbxproj

d3-custom-navigation-swiftui.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
B2C716922851E09F0020B958 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C716802851E09E0020B958 /* ContentView.swift */; };
1414
B2C716932851E09F0020B958 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B2C716812851E09F0020B958 /* Assets.xcassets */; };
1515
B2C716942851E09F0020B958 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B2C716812851E09F0020B958 /* Assets.xcassets */; };
16+
B2C7169E285200510020B958 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = B2C7169D285200510020B958 /* README.md */; };
1617
/* End PBXBuildFile section */
1718

1819
/* Begin PBXFileReference section */
@@ -22,6 +23,7 @@
2223
B2C716862851E09F0020B958 /* d3-custom-navigation-swiftui.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "d3-custom-navigation-swiftui.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2324
B2C7168C2851E09F0020B958 /* d3-custom-navigation-swiftui.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "d3-custom-navigation-swiftui.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2425
B2C7168E2851E09F0020B958 /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
26+
B2C7169D285200510020B958 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
2527
/* End PBXFileReference section */
2628

2729
/* Begin PBXFrameworksBuildPhase section */
@@ -45,6 +47,7 @@
4547
B2C716792851E09E0020B958 = {
4648
isa = PBXGroup;
4749
children = (
50+
B2C7169D285200510020B958 /* README.md */,
4851
B2C7167E2851E09E0020B958 /* Shared */,
4952
B2C7168D2851E09F0020B958 /* macOS */,
5053
B2C716872851E09F0020B958 /* Products */,
@@ -157,6 +160,7 @@
157160
isa = PBXResourcesBuildPhase;
158161
buildActionMask = 2147483647;
159162
files = (
163+
B2C7169E285200510020B958 /* README.md in Resources */,
160164
B2C716932851E09F0020B958 /* Assets.xcassets in Resources */,
161165
);
162166
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)