Skip to content

Commit 56e5f60

Browse files
committed
delete unnecessary files
1 parent f4bc9b0 commit 56e5f60

File tree

8 files changed

+23
-112
lines changed

8 files changed

+23
-112
lines changed

.gitignore

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Comentor source code gitignore configuration.
2+
3+
# Finder
4+
.DS_Store
5+
6+
# Xcode - User files
7+
xcuserdata/
8+
9+
*.xcuserstate
10+
11+
**/*.xcodeproj/project.xcworkspace/*
12+
!**/*.xcodeproj/project.xcworkspace/xcshareddata
13+
14+
**/*.xcodeproj/project.xcworkspace/xcshareddata/*
15+
!**/*.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
16+
17+
**/*.playground/playground.xcworkspace/*
18+
!**/*.playground/playground.xcworkspace/xcshareddata
19+
20+
**/*.playground/playground.xcworkspace/xcshareddata/*
21+
!**/*.playground/playground.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
22+

Comentor.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

-8
This file was deleted.

Comentor.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

-68
This file was deleted.

Comentor.xcodeproj/project.xcworkspace/xcuserdata/steve.xcuserdatad/IDEFindNavigatorScopes.plist

-5
This file was deleted.

Comentor.xcodeproj/xcuserdata/steve.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

-6
This file was deleted.

Comentor.xcodeproj/xcuserdata/steve.xcuserdatad/xcschemes/xcschememanagement.plist

-24
This file was deleted.

WatchComentor Watch App/Views/Chat/ChatDetail.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct ChatDetail: View {
8181
Text("Cancel")
8282
}
8383
} message: {
84-
Text("This will delete all messages in this chat and cannot be undoed.")
84+
Text("You cannot undo this action.")
8585
}
8686
}
8787

0 commit comments

Comments
 (0)