Skip to content

Commit

Permalink
Version 2.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lilthree committed Aug 11, 2022
1 parent d256274 commit 0396be3
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 27 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.17"
#define SEAFILE_VERSION @"2.9.19"

#endif /* version_h */
62 changes: 36 additions & 26 deletions seafilePro.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@
F5C649182110BE5700842687 /* SeafCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 577B6C6416AADBA3008E82C2 /* SeafCell.m */; };
F5C6492A2112269800842687 /* SeafShareDirViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F5C649282112269800842687 /* SeafShareDirViewController.m */; };
F5CBCDC01F2C2F1500E8C35B /* SeafSyncInfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F5CBCDBF1F2C2F1500E8C35B /* SeafSyncInfoViewController.m */; };
F5D753B1288E4B0B00A6CAD6 /* FileProvider.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5D753B0288E4B0B00A6CAD6 /* FileProvider.framework */; };
F5D753B928A14C1F00A6CAD6 /* SeafFileProviderUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = F5D753B828A14C1F00A6CAD6 /* SeafFileProviderUtility.m */; };
F5DF74CE24FE83DB004CAB1E /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F5DF747624FE83DB004CAB1E /* Localizable.strings */; };
F5DF74CF24FE83DB004CAB1E /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F5DF747624FE83DB004CAB1E /* Localizable.strings */; };
F5DF74D024FE83DB004CAB1E /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F5DF747624FE83DB004CAB1E /* Localizable.strings */; };
Expand Down Expand Up @@ -823,6 +825,9 @@
F5C649282112269800842687 /* SeafShareDirViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SeafShareDirViewController.m; sourceTree = "<group>"; };
F5CBCDBE1F2C2F1500E8C35B /* SeafSyncInfoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SeafSyncInfoViewController.h; sourceTree = "<group>"; };
F5CBCDBF1F2C2F1500E8C35B /* SeafSyncInfoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SeafSyncInfoViewController.m; sourceTree = "<group>"; };
F5D753B0288E4B0B00A6CAD6 /* FileProvider.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FileProvider.framework; path = System/Library/Frameworks/FileProvider.framework; sourceTree = SDKROOT; };
F5D753B728A14C1F00A6CAD6 /* SeafFileProviderUtility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SeafFileProviderUtility.h; sourceTree = "<group>"; };
F5D753B828A14C1F00A6CAD6 /* SeafFileProviderUtility.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SeafFileProviderUtility.m; sourceTree = "<group>"; };
F5DF747724FE83DB004CAB1E /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
F5DF747924FE83DB004CAB1E /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
F5DF747B24FE83DB004CAB1E /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/DownloadingProgress_iPhone.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -951,6 +956,7 @@
buildActionMask = 2147483647;
files = (
E0FED1E93CBE02FB9B335ADB /* libPods-SeafFileProvider.a in Frameworks */,
F5D753B1288E4B0B00A6CAD6 /* FileProvider.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1101,6 +1107,8 @@
5857E9CA1FAFCAD5004F124D /* SeafProviderItem.m */,
5857E9CC1FB0195C004F124D /* SeafEnumerator.h */,
5857E9CD1FB0195C004F124D /* SeafEnumerator.m */,
F5D753B728A14C1F00A6CAD6 /* SeafFileProviderUtility.h */,
F5D753B828A14C1F00A6CAD6 /* SeafFileProviderUtility.m */,
5857EA281FB03F2C004F124D /* SeafItem.h */,
5857EA291FB03F2C004F124D /* SeafItem.m */,
F5E621ED20D16666001EDA7A /* NSError+SeafFileProvierError.h */,
Expand Down Expand Up @@ -1166,6 +1174,7 @@
57DB827015A833FA00097CEC /* Frameworks */ = {
isa = PBXGroup;
children = (
F5D753B0288E4B0B00A6CAD6 /* FileProvider.framework */,
F527AF3C22F881480057B59E /* WebKit.framework */,
583F23C11E3E6EAC00F9FE07 /* Contacts.framework */,
57F143921B886B96009C1BC8 /* CoreLocation.framework */,
Expand Down Expand Up @@ -2439,6 +2448,7 @@
58D40A741E9AF82900A68BEF /* SeafDbCacheProvider.m in Sources */,
5857EA2A1FB03F2C004F124D /* SeafItem.m in Sources */,
57A0298E1A16F935009C9D7B /* FileProvider.m in Sources */,
F5D753B928A14C1F00A6CAD6 /* SeafFileProviderUtility.m in Sources */,
F5E621EF20D16666001EDA7A /* NSError+SeafFileProvierError.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -2611,7 +2621,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 55LCTZ5354;
ENABLE_BITCODE = YES;
Expand All @@ -2621,7 +2631,7 @@
INFOPLIST_FILE = "seafile/Supporting Files/seafile-appstore-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.9.17;
MARKETING_VERSION = 2.9.19;
PRODUCT_BUNDLE_IDENTIFIER = com.seafile.seafilePro;
PRODUCT_NAME = SeafilePro;
PROVISIONING_PROFILE = "";
Expand All @@ -2646,7 +2656,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 55LCTZ5354;
ENABLE_BITCODE = YES;
Expand All @@ -2656,7 +2666,7 @@
INFOPLIST_FILE = "seafile/Supporting Files/seafile-appstore-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.9.17;
MARKETING_VERSION = 2.9.19;
PRODUCT_BUNDLE_IDENTIFIER = com.seafile.seafilePro;
PRODUCT_NAME = SeafilePro;
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -2684,7 +2694,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 55LCTZ5354;
ENABLE_BITCODE = YES;
Expand All @@ -2696,9 +2706,9 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/SeafFileProvider/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../../Frameworks";
MARKETING_VERSION = 2.9.17;
MARKETING_VERSION = 2.9.19;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.seafile.seafilePro.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -2724,7 +2734,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 55LCTZ5354;
ENABLE_BITCODE = YES;
Expand All @@ -2733,9 +2743,9 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/SeafFileProvider/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../../Frameworks";
MARKETING_VERSION = 2.9.17;
MARKETING_VERSION = 2.9.19;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.seafile.seafilePro.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -2762,7 +2772,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 55LCTZ5354;
ENABLE_BITCODE = YES;
Expand All @@ -2777,7 +2787,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../../Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.9.17;
MARKETING_VERSION = 2.9.19;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.seafile.seafilePro.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -2804,7 +2814,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 55LCTZ5354;
ENABLE_BITCODE = YES;
Expand All @@ -2816,7 +2826,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../../Frameworks";
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.9.17;
MARKETING_VERSION = 2.9.19;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.seafile.seafilePro.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -2843,7 +2853,7 @@
CODE_SIGN_ENTITLEMENTS = SeafAction/SeafAction.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 55LCTZ5354;
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = "$(inherited)";
Expand All @@ -2856,7 +2866,7 @@
INFOPLIST_FILE = SeafAction/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 2.9.17;
MARKETING_VERSION = 2.9.19;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.seafile.seafilePro.SeafAction;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -2882,7 +2892,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 55LCTZ5354;
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = "$(inherited)";
Expand All @@ -2892,7 +2902,7 @@
INFOPLIST_FILE = SeafAction/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 2.9.17;
MARKETING_VERSION = 2.9.19;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.seafile.seafilePro.SeafAction;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -3021,7 +3031,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 55LCTZ5354;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand All @@ -3034,7 +3044,7 @@
INFOPLIST_FILE = SeafFileProviderActionsUI/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 2.9.17;
MARKETING_VERSION = 2.9.19;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.seafile.seafilePro.FileProviderActionsUI;
Expand Down Expand Up @@ -3063,7 +3073,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 55LCTZ5354;
ENABLE_NS_ASSERTIONS = NO;
Expand All @@ -3073,7 +3083,7 @@
INFOPLIST_FILE = SeafFileProviderActionsUI/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.5;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 2.9.17;
MARKETING_VERSION = 2.9.19;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.seafile.seafilePro.FileProviderActionsUI;
Expand Down Expand Up @@ -3103,7 +3113,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 55LCTZ5354;
ENABLE_BITCODE = YES;
Expand All @@ -3117,7 +3127,7 @@
INFOPLIST_FILE = SeafShare/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 2.9.17;
MARKETING_VERSION = 2.9.19;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.seafile.seafilePro.SeafShare;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -3147,7 +3157,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 55LCTZ5354;
ENABLE_BITCODE = YES;
Expand All @@ -3158,7 +3168,7 @@
INFOPLIST_FILE = SeafShare/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 2.9.17;
MARKETING_VERSION = 2.9.19;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.seafile.seafilePro.SeafShare;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 0396be3

Please sign in to comment.