Skip to content

Commit

Permalink
Update access level of serverError
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth00 committed Oct 18, 2017
1 parent 1c9dc06 commit 97e9291
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions BuckoNetworking.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@
6ABB44F41EF8644F00E344AF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6ABB44F81EF8644F00E344AF /* Build configuration list for PBXNativeTarget "BuckoNetworking macOSTests" */ = {
isa = XCConfigurationList;
Expand All @@ -742,6 +743,7 @@
6ABB44F61EF8644F00E344AF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
2 changes: 1 addition & 1 deletion BuckoNetworking/Bucko.swift
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public struct Bucko {
}

extension DataResponse {
var serverError: JSON? {
public var serverError: JSON? {
guard let data = self.data else { return nil }
return JSON(data: data)
}
Expand Down
2 changes: 1 addition & 1 deletion BuckoNetworking/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.2</string>
<string>1.1.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 97e9291

Please sign in to comment.