Skip to content

Commit 97e9291

Browse files
committed
Update access level of serverError
1 parent 1c9dc06 commit 97e9291

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

BuckoNetworking.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@
734734
6ABB44F41EF8644F00E344AF /* Release */,
735735
);
736736
defaultConfigurationIsVisible = 0;
737+
defaultConfigurationName = Release;
737738
};
738739
6ABB44F81EF8644F00E344AF /* Build configuration list for PBXNativeTarget "BuckoNetworking macOSTests" */ = {
739740
isa = XCConfigurationList;
@@ -742,6 +743,7 @@
742743
6ABB44F61EF8644F00E344AF /* Release */,
743744
);
744745
defaultConfigurationIsVisible = 0;
746+
defaultConfigurationName = Release;
745747
};
746748
/* End XCConfigurationList section */
747749
};

BuckoNetworking/Bucko.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public struct Bucko {
140140
}
141141

142142
extension 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
}

BuckoNetworking/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

0 commit comments

Comments
 (0)