Skip to content

Commit 89d9cc1

Browse files
committed
Added GKMatchMakerView and Example
1 parent e1abe2c commit 89d9cc1

File tree

15 files changed

+875
-0
lines changed

15 files changed

+875
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ fastlane/test_output
8888
# https://github.com/johnno1962/injectionforxcode
8989

9090
iOSInjectionProject/
91+
*.xcconfig
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/////
2+
/// Config.xcconfig
3+
/// GKMatchmaker
4+
///
5+
/// Created by Sascha Müllner on 24.11.20.
6+
7+
// Configuration settings file format documentation can be found at:
8+
// https://help.apple.com/xcode/#/dev745c5c974
9+
10+
XCCONFIG_DEVELOPMENT_TEAM = // YOUR DEVELOPMENT TEAM ID
11+
XCCONFIG_BUNDLE_ID = // A BUNDLE ID WITH SUPPORT FOR THE GAMECENTER CAPABILITY

0 commit comments

Comments
 (0)