Skip to content

Commit

Permalink
Version 2.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
lilthree committed Jan 12, 2024
1 parent ff5d596 commit 846300f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Pod/Classes/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
#ifndef version_h
#define version_h

#define SEAFILE_VERSION @"2.9.24"
#define SEAFILE_VERSION @"2.9.25"

#endif /* version_h */
6 changes: 4 additions & 2 deletions Seafile.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
Pod::Spec.new do |s|
s.name = "Seafile"
s.version = "2.9.12"
s.version = "2.9.25"
s.summary = "iOS client for seafile."
s.homepage = "https://github.com/haiwen/seafile-iOS"
s.license = 'MIT'
s.author = { "wei.wang" => "poetwang@gmail.com" }
s.source = { :git => "https://github.com/haiwen/seafile-iOS.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/Seafile'
s.source_files = 'Pod/Classes/*.{h,m}'
s.source_files = 'Pod/Classes/*.{h,m}', 'Pod/Classes/Database/*.{h,m}'
s.resource_bundles = { 'Seafile' => 'Pod/Resources/*' }
s.platform = :ios, '9.0'
s.requires_arc = true
s.frameworks = 'AssetsLibrary'
s.dependency 'AFNetworking', '~> 4.0.0'
s.dependency 'OpenSSL-Universal', '~> 1.0.1.p'
s.dependency 'Realm', '~> 10.45.0'

s.pod_target_xcconfig = {
'LIBRARY_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/OpenSSL-Universal/lib-ios/',
'OTHER_LDFLAGS' => '$(inherited) -lssl -lcrypto'
Expand Down
4 changes: 2 additions & 2 deletions seafilePro.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2631,7 +2631,7 @@
INFOPLIST_FILE = "seafile/Supporting Files/seafile-appstore-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.9.24;
MARKETING_VERSION = 2.9.25;
PRODUCT_BUNDLE_IDENTIFIER = com.seafile.seafilePro;
PRODUCT_NAME = SeafilePro;
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -2666,7 +2666,7 @@
INFOPLIST_FILE = "seafile/Supporting Files/seafile-appstore-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.9.24;
MARKETING_VERSION = 2.9.25;
PRODUCT_BUNDLE_IDENTIFIER = com.seafile.seafilePro;
PRODUCT_NAME = SeafilePro;
PROVISIONING_PROFILE = "";
Expand Down

0 comments on commit 846300f

Please sign in to comment.