Skip to content

Commit 762f8be

Browse files
author
Bryan Berg
committed
0.2.1
1 parent 38e5825 commit 762f8be

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Wallboard.xcodeproj/project.pbxproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
GCC_WARN_ABOUT_RETURN_TYPE = YES;
651651
GCC_WARN_UNINITIALIZED_AUTOS = YES;
652652
GCC_WARN_UNUSED_VARIABLE = YES;
653-
MACOSX_DEPLOYMENT_TARGET = 10.8;
653+
MACOSX_DEPLOYMENT_TARGET = 10.7;
654654
ONLY_ACTIVE_ARCH = YES;
655655
SDKROOT = macosx;
656656
};
@@ -674,14 +674,15 @@
674674
GCC_WARN_ABOUT_RETURN_TYPE = YES;
675675
GCC_WARN_UNINITIALIZED_AUTOS = YES;
676676
GCC_WARN_UNUSED_VARIABLE = YES;
677-
MACOSX_DEPLOYMENT_TARGET = 10.8;
677+
MACOSX_DEPLOYMENT_TARGET = 10.7;
678678
SDKROOT = macosx;
679679
};
680680
name = Release;
681681
};
682682
656509EE165766D4001D9C81 /* Debug */ = {
683683
isa = XCBuildConfiguration;
684684
buildSettings = {
685+
CODE_SIGN_IDENTITY = "Mac Developer";
685686
COMBINE_HIDPI_IMAGES = YES;
686687
GCC_PRECOMPILE_PREFIX_HEADER = YES;
687688
GCC_PREFIX_HEADER = "Wallboard/Wallboard-Prefix.pch";
@@ -699,6 +700,7 @@
699700
656509EF165766D4001D9C81 /* Release */ = {
700701
isa = XCBuildConfiguration;
701702
buildSettings = {
703+
CODE_SIGN_IDENTITY = "Mac Developer";
702704
COMBINE_HIDPI_IMAGES = YES;
703705
GCC_PRECOMPILE_PREFIX_HEADER = YES;
704706
GCC_PREFIX_HEADER = "Wallboard/Wallboard-Prefix.pch";

Wallboard/Wallboard-Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>0.2.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1</string>
24+
<string>2</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
2727
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)