Skip to content

Commit 82c1ac1

Browse files
committed
modified gitignore
1 parent 12afaa4 commit 82c1ac1

File tree

4 files changed

+4
-21
lines changed

4 files changed

+4
-21
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ Coding_iOS/Coding_iOS-Prefix.pch
2828
Pods/
2929
.idea/
3030
*.xcbkptlist
31+
32+
npm-debug.log

Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@
14861486
4E8AF7851A53D69F00CDC3AE /* StartImagesManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StartImagesManager.m; sourceTree = "<group>"; };
14871487
4E8AF7871A54068700CDC3AE /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
14881488
4E8AF7891A5406AE00CDC3AE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
1489-
4E8C51AE1AC0177600B4C51F /* Coding_iOS-Prefix.pchexample */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Coding_iOS-Prefix.pchexample"; sourceTree = "<group>"; };
1489+
4E8C51AE1AC0177600B4C51F /* Coding_iOS-Prefix.pch.example */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Coding_iOS-Prefix.pch.example"; sourceTree = "<group>"; };
14901490
4E8C51AF1AC1081500B4C51F /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
14911491
4E8D5D421B45295D00B70936 /* HOTPGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HOTPGenerator.h; sourceTree = "<group>"; };
14921492
4E8D5D431B45295D00B70936 /* HOTPGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HOTPGenerator.m; sourceTree = "<group>"; };
@@ -4065,7 +4065,7 @@
40654065
4EFE8DB81B3A5727004B7559 /* Launch Screen.xib */,
40664066
8EA6CF1719E240C40076D59C /* Coding_iOS-Info.plist */,
40674067
4E5D131C1C119B2E00985AEB /* Coding_iOS-Prefix.pch */,
4068-
4E8C51AE1AC0177600B4C51F /* Coding_iOS-Prefix.pchexample */,
4068+
4E8C51AE1AC0177600B4C51F /* Coding_iOS-Prefix.pch.example */,
40694069
8EA6CF1919E240C40076D59C /* Coding_iOS.xcdatamodeld */,
40704070
8EA6CFC519E240C40076D59C /* Images.xcassets */,
40714071
8EA6CF5B19E240C40076D59C /* InfoPlist.strings */,

npm-debug.log

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)