File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
BuckoNetworking.xcodeproj Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 734734 6ABB44F41EF8644F00E344AF /* Release */,
735735 );
736736 defaultConfigurationIsVisible = 0;
737+ defaultConfigurationName = Release;
737738 };
738739 6ABB44F81EF8644F00E344AF /* Build configuration list for PBXNativeTarget "BuckoNetworking macOSTests" */ = {
739740 isa = XCConfigurationList;
742743 6ABB44F61EF8644F00E344AF /* Release */,
743744 );
744745 defaultConfigurationIsVisible = 0;
746+ defaultConfigurationName = Release;
745747 };
746748/* End XCConfigurationList section */
747749 };
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ public struct Bucko {
140140}
141141
142142extension DataResponse {
143- var serverError : JSON ? {
143+ public var serverError : JSON ? {
144144 guard let data = self . data else { return nil }
145145 return JSON ( data: data)
146146 }
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.1.2 </string >
18+ <string >1.1.3 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments