Skip to content

Commit

Permalink
got the dang thing compiling and on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Sep 22, 2011
1 parent 45f42ed commit 28bca82
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions iosClient/actives.xcodeproj/project.pbxproj
Expand Up @@ -435,6 +435,7 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand All @@ -450,6 +451,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = 2;
};
Expand All @@ -461,6 +463,7 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand All @@ -470,6 +473,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = 2;
VALIDATE_PRODUCT = YES;
Expand All @@ -479,21 +483,25 @@
786FDC371429790B0070B092 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer: Sean Hess (S6829S2QT8)";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "actives/actives-Prefix.pch";
INFOPLIST_FILE = "actives/actives-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "6399D31F-AD89-4F00-B908-1648F51B9CBC";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
786FDC381429790B0070B092 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer: Sean Hess (S6829S2QT8)";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "actives/actives-Prefix.pch";
INFOPLIST_FILE = "actives/actives-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "6399D31F-AD89-4F00-B908-1648F51B9CBC";
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion iosClient/actives/Service.h
Expand Up @@ -8,7 +8,7 @@

#import <Foundation/Foundation.h>

#define Domain @"http://localhost:2555"
#define Domain @"http://dmeo.seanhess.net:2555"

@interface Service : NSObject

Expand Down
2 changes: 1 addition & 1 deletion iosClient/actives/actives-Info.plist
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleIconFiles</key>
<array/>
<key>CFBundleIdentifier</key>
<string>tv.i.${PRODUCT_NAME:rfc1034identifier}</string>
<string>${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down

0 comments on commit 28bca82

Please sign in to comment.