Skip to content

Commit

Permalink
update server, redo codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhoff committed Sep 15, 2014
1 parent 2324949 commit 3a1bc60
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions SimonRemote.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "Developer ID Application";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -651,6 +652,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
OTHER_CODE_SIGN_FLAGS = "";
PRODUCT_NAME = SimonRemote;
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Debug;
Expand All @@ -661,6 +663,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "Developer ID Application";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -673,6 +676,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
"OTHER_CODE_SIGN_FLAGS[sdk=*]" = "";
PRODUCT_NAME = SimonRemote;
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion SimonRemote/ApplicationDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#import <Sparkle/Sparkle.h>

#define CHANNEL_LEN 8
#define WS_SERVER_URL @"wss://simon-server.tyhoff.com/"
#define WS_SERVER_URL @"ws://tyhoff.com:9234"

@implementation ApplicationDelegate {
Reachability* reach;
Expand Down
Binary file modified SimonRemote/Scripts/Spotify/Spotify-info.scpt
Binary file not shown.
Binary file modified SimonRemote/Scripts/iTunes/iTunes-info.scpt
Binary file not shown.
4 changes: 2 additions & 2 deletions SimonRemote/SimonRemote-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 3a1bc60

Please sign in to comment.