File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
# JSON Framework Changes
2
2
3
+ ## Version 3.1alpha1 (July 30th, 2011)
4
+
5
+ * [ Issue 9] [ #9 ] : Improve writing speed in samsoffes' benchmark.
6
+ * [ Issue 79] [ #79 ] : Automatic Reference Counting (ARC) Support.
7
+ * [ Issue 83] [ #83 ] : Roll SBJsonStreamParserAdapter into SBJsonStreamParser.
8
+
3
9
## Version 3.0.2 (July 27th, 2011)
4
10
5
11
* [ Issue 88] [ #88 ] : Fix parsing of -0 into the integer 0.
Original file line number Diff line number Diff line change 718
718
ALWAYS_SEARCH_USER_PATHS = NO;
719
719
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
720
720
COPY_PHASE_STRIP = NO;
721
- CURRENT_PROJECT_VERSION = 32 ;
721
+ CURRENT_PROJECT_VERSION = 33 ;
722
722
DYLIB_COMPATIBILITY_VERSION = 1;
723
- DYLIB_CURRENT_VERSION = 32 ;
723
+ DYLIB_CURRENT_VERSION = 33 ;
724
724
FRAMEWORK_VERSION = A;
725
725
GCC_DYNAMIC_NO_PIC = NO;
726
726
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
740
740
ALWAYS_SEARCH_USER_PATHS = NO;
741
741
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
742
742
COPY_PHASE_STRIP = YES;
743
- CURRENT_PROJECT_VERSION = 32 ;
743
+ CURRENT_PROJECT_VERSION = 33 ;
744
744
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
745
745
DYLIB_COMPATIBILITY_VERSION = 1;
746
- DYLIB_CURRENT_VERSION = 32 ;
746
+ DYLIB_CURRENT_VERSION = 33 ;
747
747
FRAMEWORK_VERSION = A;
748
748
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
749
749
GCC_ENABLE_OBJC_GC = supported;
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >FMWK </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >3.0.2 </string >
20
+ <string >3.1 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 13
13
<key >CFBundlePackageType </key >
14
14
<string >BNDL </string >
15
15
<key >CFBundleShortVersionString </key >
16
- <string >3.0.2 </string >
16
+ <string >3.1 </string >
17
17
<key >CFBundleSignature </key >
18
18
<string >???? </string >
19
19
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 13
13
<key >CFBundlePackageType </key >
14
14
<string >BNDL </string >
15
15
<key >CFBundleShortVersionString </key >
16
- <string >3.0.2 </string >
16
+ <string >3.1 </string >
17
17
<key >CFBundleSignature </key >
18
18
<string >???? </string >
19
19
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments