Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
atfinke committed May 6, 2020
1 parent a2b1040 commit 7ae8082
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion WKRKit/WKRKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>10415</string>
<string>10423</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion WKRUIKit/WKRUIKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>11073</string>
<string>11081</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import Foundation

struct MPCHostContext: Codable {

static let minBuildToJoinLocalHost: Int = 6900
static let minBuildToJoinRemoteHost: Int = 6900
static let minBuildToJoinLocalHost: Int = 7000
static let minBuildToJoinRemoteHost: Int = 7000

let appBuild: Int
let appVersion: String
Expand Down
15 changes: 11 additions & 4 deletions WikiRaces/WikiRaces.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,15 @@
path = Other;
sourceTree = "<group>";
};
1452EED22462940A00F357D3 /* StatsViewController */ = {
isa = PBXGroup;
children = (
14D18CDB2460CF00002E4F5D /* StatsViewController.swift */,
14D18CDF2460DF9C002E4F5D /* StatsPlayersViewController.swift */,
);
path = StatsViewController;
sourceTree = "<group>";
};
149FDED51F4F4AAF003A71D0 /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -884,6 +893,7 @@
children = (
14B55C901F3A49670090E092 /* MenuViewController */,
143BB7331F60DF0200D00541 /* Connect View Controllers */,
1452EED22462940A00F357D3 /* StatsViewController */,
142ABDF624600550008E7F77 /* PlusViewController */,
143948C22144CCAE00992850 /* DebugInfoTableViewController */,
);
Expand Down Expand Up @@ -946,8 +956,6 @@
14BA538C21FE3D9100A8CB01 /* MenuViewController+Debug.swift */,
143BB7171F60BDC000D00541 /* MenuViewController+GameKit.swift */,
142F714E210C33FC00C66558 /* MenuViewController+KB.swift */,
14D18CDB2460CF00002E4F5D /* StatsViewController.swift */,
14D18CDF2460DF9C002E4F5D /* StatsPlayersViewController.swift */,
);
path = MenuViewController;
sourceTree = "<group>";
Expand Down Expand Up @@ -1397,8 +1405,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "
";
shellScript = "\"${PROJECT_DIR}/Shared/Frameworks/Analytics/Fabric.framework/upload-symbols\" -a 80c3b2d37f1bca4e182e7fbf7976e6f069340b4d -p ios \"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}\"\n";
};
149FDEC61F4F490C003A71D0 /* Build Number */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
2 changes: 1 addition & 1 deletion WikiRaces/WikiRaces/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>6994</string>
<string>7002</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit 7ae8082

Please sign in to comment.