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

Diff for: breakpoints.md

+2
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"

Diff for: build-times.md

+2
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

Diff for: code.md

+2
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

Diff for: crashes.md

+2
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

Diff for: debugging.md

+3-1
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

Diff for: interface-builder.md

+2
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

Diff for: keyboard-shortcuts.md

+2
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

Diff for: refactoring.md

+2
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

Diff for: search.md

+2
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

Diff for: settings.md

+2
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

Diff for: simulator.md

+2
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/simulator.md)
4+
35
# Simulator
46

57
### Tiling the simulator

Diff for: testing.md

+2
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/testing.md)
4+
35
# Testing
46

57
### Re-run your last test

Diff for: usability.md

+2
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/usability.md)
4+
35
# Usability
46

57
### Expanding autocomplete

Diff for: user-defaults.md

+2
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/user-defaults.md)
4+
35
# User Defaults
46

57
### Make Xcode's Assistant aware of your ViewModels, Views, etc

Diff for: xcode-versions.md

+2
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/xcode-versions.md)
4+
35
# Xcode Versions
46

57
### Quickly switching between Xcodes

0 commit comments

Comments
 (0)