Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amosavian committed Oct 25, 2019
1 parent ae11f55 commit 78af6ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AMSMB2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "AMSMB2"
s.version = "2.2.0"
s.version = "2.3.0"
s.summary = "Swift framework to connect SMB2/3 shares"

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 2 additions & 0 deletions AMSMB2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@
"@loader_path/../Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/libsmb2/lib";
MARKETING_VERSION = 2.3.0;
OTHER_LDFLAGS = "";
"OTHER_LDFLAGS[sdk=appletvos*]" = "-lsmb2-tvos";
"OTHER_LDFLAGS[sdk=appletvsimulator*]" = "-lsmb2-tvos";
Expand Down Expand Up @@ -449,6 +450,7 @@
"@loader_path/../Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/libsmb2/lib";
MARKETING_VERSION = 2.3.0;
"OTHER_LDFLAGS[sdk=appletvos*]" = "-lsmb2-tvos";
"OTHER_LDFLAGS[sdk=appletvsimulator*]" = "-lsmb2-tvos";
"OTHER_LDFLAGS[sdk=iphoneos*]" = "-lsmb2-ios";
Expand Down
2 changes: 1 addition & 1 deletion AMSMB2/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>2.2.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 78af6ba

Please sign in to comment.