Skip to content

Commit

Permalink
[iphone] ZXingWidget minor fix so that it just builds without any pro…
Browse files Browse the repository at this point in the history
…blem
  • Loading branch information
rpechayr committed Jun 6, 2010
1 parent 2c2022c commit 58aecad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions iphone/ZXingWidget/ZXingWidget.xcodeproj/project.pbxproj
Expand Up @@ -1111,7 +1111,7 @@
);
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO;
PRODUCT_NAME = ZXingWidget;
SDKROOT = iphonesimulator3.0;
SDKROOT = iphonesimulator3.1;
SEPARATE_STRIP = NO;
SKIP_INSTALL = YES;
STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = dynamic;
Expand All @@ -1130,7 +1130,7 @@
HEADER_SEARCH_PATHS = ../../cpp/core/src;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = ZXingWidget;
SDKROOT = iphonesimulator3.0;
SDKROOT = iphonesimulator3.1;
};
name = Release;
};
Expand All @@ -1146,7 +1146,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 3.1.3;
OTHER_LDFLAGS = "-ObjC";
PREBINDING = NO;
SDKROOT = iphoneos3.1;
SDKROOT = iphonesimulator3.1;
};
name = Debug;
};
Expand All @@ -1161,7 +1161,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 3.1.3;
OTHER_LDFLAGS = "-ObjC";
PREBINDING = NO;
SDKROOT = iphoneos3.1;
SDKROOT = iphonesimulator3.1;
};
name = Release;
};
Expand Down

0 comments on commit 58aecad

Please sign in to comment.