Skip to content

Commit e96d0b9

Browse files
committed
add contributing links to all pages
1 parent 3acef8f commit e96d0b9

15 files changed

+31
-1
lines changed

breakpoints.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
⬅️ [Go Back](README.md)
22

3+
✏️ [Contribute](https://github.com/Xcode-Tips/xcode-tips.github.io/blob/main/breakpoints.md)
4+
35
# Breakpoints
46

57
### Use breakpoints as "bookmarks"

build-times.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
⬅️ [Go Back](README.md)
22

3+
✏️ [Contribute](https://github.com/Xcode-Tips/xcode-tips.github.io/blob/main/build-times.md)
4+
35
# Build times
46

57
### Measuring build times for type checking

code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
⬅️ [Go Back](README.md)
22

3+
✏️ [Contribute](https://github.com/Xcode-Tips/xcode-tips.github.io/blob/main/code.md)
4+
35
# Code
46

57
### Generating class initializers

crashes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
⬅️ [Go Back](README.md)
22

3+
✏️ [Contribute](https://github.com/Xcode-Tips/xcode-tips.github.io/blob/main/crashes.md)
4+
35
# Crashes
46

57
### Viewing .crash files

debugging.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
⬅️ [Go Back](README.md)
22

3+
✏️ [Contribute](https://github.com/Xcode-Tips/xcode-tips.github.io/blob/main/debugging.md)
4+
35
# Debugging
46

57
### `NSDoubleLocalizedStrings` and Friends
@@ -16,7 +18,7 @@ Source: [Michael Tsai](https://mjtsai.com/blog/2018/03/27/nsdoublelocalizedstrin
1618

1719
### Use frame variable in LLDB
1820

19-
> Did you know that most of the time you want to use `v` instead of `po` or `p` in lldb?
21+
> Did you know that most of the time you want to use `v` instead of `po` or `p` in lldb?
2022
>
2123
> This is something that the majority of Swift developers don't realise but `v` is an alias for `frame variable` that was added back in Xcode 10.2, it's a faster and more reliable way to get your info.
2224

interface-builder.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
⬅️ [Go Back](README.md)
22

3+
✏️ [Contribute](https://github.com/Xcode-Tips/xcode-tips.github.io/blob/main/interface-builder.md)
4+
35
# Interface Builder
46

57
- [Xcode Interface Builder Tips](https://useyourloaf.com/blog/xcode-interface-builder-tips/), Keith Harrison

keyboard-shortcuts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
⬅️ [Go Back](README.md)
22

3+
✏️ [Contribute](https://github.com/Xcode-Tips/xcode-tips.github.io/blob/main/keyboard-shortcuts.md)
4+
35
# Keyboard Shortcuts
46

57
### Cheatsheet

refactoring.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
⬅️ [Go Back](README.md)
22

3+
✏️ [Contribute](https://github.com/Xcode-Tips/xcode-tips.github.io/blob/main/refactoring.md)
4+
35
# Refactoring
46

57
### Faster Xcode Rename Refactoring

search.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
⬅️ [Go Back](README.md)
22

3+
✏️ [Contribute](https://github.com/Xcode-Tips/xcode-tips.github.io/blob/main/search.md)
4+
35
# Search
46

57
### Deleting search results

settings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
⬅️ [Go Back](README.md)
22

3+
✏️ [Contribute](https://github.com/Xcode-Tips/xcode-tips.github.io/blob/main/settings.md)
4+
35
# Settings
46

57
### Customizing the file header comment and other text macros

0 commit comments

Comments
 (0)