Skip to content

Commit 32c42e5

Browse files
committed
Mark version 1.3.0
1 parent 612fa96 commit 32c42e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VisualJSON.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@
516516
HEADER_SEARCH_PATHS = FoundationExtension;
517517
MACOSX_DEPLOYMENT_TARGET = 10.7;
518518
ONLY_ACTIVE_ARCH = YES;
519-
SDKROOT = macosx;
519+
SDKROOT = macosx10.7;
520520
};
521521
name = Debug;
522522
};
@@ -535,7 +535,7 @@
535535
GCC_WARN_UNUSED_VARIABLE = YES;
536536
HEADER_SEARCH_PATHS = FoundationExtension;
537537
MACOSX_DEPLOYMENT_TARGET = 10.7;
538-
SDKROOT = macosx;
538+
SDKROOT = macosx10.7;
539539
};
540540
name = Release;
541541
};

VisualJSON/VisualJSON-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
<key>CFBundlePackageType</key>
4141
<string>APPL</string>
4242
<key>CFBundleShortVersionString</key>
43-
<string>1.2.2</string>
43+
<string>1.3.0</string>
4444
<key>CFBundleSignature</key>
4545
<string>????</string>
4646
<key>CFBundleVersion</key>
47-
<string>1.2.2</string>
47+
<string>1.3.0</string>
4848
<key>LSApplicationCategoryType</key>
4949
<string>public.app-category.developer-tools</string>
5050
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)