Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
marinofaggiana committed Jul 29, 2020
2 parents f635e64 + d068e81 commit da3dec5
Show file tree
Hide file tree
Showing 229 changed files with 2,348 additions and 1,716 deletions.
10 changes: 5 additions & 5 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
github "nextcloud/ios-communication-library" "v0.74"
github "tilltue/TLPhotoPicker" "2.0.11"
github "nextcloud/ios-communication-library" "v0.75"
github "tilltue/TLPhotoPicker" "2.0.12"
github "kishikawakatsumi/UICKeyChainStore" "v2.1.2"
github "MortimerGoro/MGSwipeTableCell" "1.6.8"
github "dzenbot/DZNEmptyDataSet" "v1.8.1"
github "jdg/MBProgressHUD" "1.1.0"
github "realm/realm-cocoa"
github "realm/realm-cocoa" "v5.3.2"
github "SVGKit/SVGKit" "3.x"
github "WeTransfer/WeScan" "1.2.0"
github "malcommac/SwiftRichString"
github "yannickl/QRCodeReader.swift" "10.1.1"
github "weichsel/ZIPFoundation" "0.9.10"
github "rechsteiner/Parchment" "v1.7.0"
github "rechsteiner/Parchment" "v2.4.0"
github "WenchaoD/FSCalendar" "2.8.0"
github "AssistoLab/DropDown" "v2.3.13"
github "krzyzanowskim/OpenSSL" "1.0.218"
Expand All @@ -19,7 +19,7 @@ github "scenee/FloatingPanel"
github "ivanbruel/MarkdownKit"
github "getsentry/sentry-cocoa"
github "FabrizioBrancati/Queuer"
github "xmartlabs/XLForm" ~> 4.1

github "https://github.com/marinofaggiana/KTVHTTPCache" "2.0.2"
github "https://github.com/marinofaggiana/XLForm" "master"
github "https://github.com/marinofaggiana/TOPasscodeViewController" "0.0.7"
16 changes: 8 additions & 8 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
github "Alamofire/Alamofire" "5.2.1"
github "Alamofire/Alamofire" "5.2.2"
github "AssistoLab/DropDown" "v2.3.13"
github "CocoaLumberjack/CocoaLumberjack" "3.6.1"
github "FabrizioBrancati/Queuer" "2.1.1"
github "MortimerGoro/MGSwipeTableCell" "1.6.8"
github "SVGKit/SVGKit" "2a4068f0ea546dcd82f7e4dd9aa9026c0a0a2235"
github "SVGKit/SVGKit" "9240977515c04053f8c96c9dfdb764dc7b98b9ba"
github "SwiftyJSON/SwiftyJSON" "5.0.0"
github "WeTransfer/WeScan" "1.2.0"
github "WenchaoD/FSCalendar" "2.8.0"
github "dzenbot/DZNEmptyDataSet" "v1.8.1"
github "getsentry/sentry-cocoa" "5.1.8"
github "getsentry/sentry-cocoa" "5.1.10"
github "huri000/QuickLayout" "3.0.0"
github "huri000/SwiftEntryKit" "1.2.3"
github "ivanbruel/MarkdownKit" "1.6"
Expand All @@ -18,12 +18,12 @@ github "krzyzanowskim/OpenSSL" "1.0.218"
github "malcommac/SwiftRichString" "3.7.2"
github "marinofaggiana/KTVHTTPCache" "2.0.2"
github "marinofaggiana/TOPasscodeViewController" "0.0.7"
github "marinofaggiana/XLForm" "eb9381ad8129f60402bf412250fb31b95a628a08"
github "nextcloud/ios-communication-library" "v0.74"
github "realm/realm-cocoa" "v5.2.0"
github "rechsteiner/Parchment" "v1.7.0"
github "nextcloud/ios-communication-library" "v0.75"
github "realm/realm-cocoa" "v5.3.2"
github "rechsteiner/Parchment" "v2.4.0"
github "scenee/FloatingPanel" "v1.7.5"
github "tilltue/TLPhotoPicker" "2.0.11"
github "tilltue/TLPhotoPicker" "2.0.12"
github "weichsel/ZIPFoundation" "0.9.10"
github "xmartlabs/XLForm" "4.1.0"
github "yahoojapan/SwiftyXMLParser" "5.2.0"
github "yannickl/QRCodeReader.swift" "10.1.1"
5 changes: 1 addition & 4 deletions Carthage/Checkouts/SVGKit/SVGKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/SVGKit/SVGKit.git', :tag => s.version.to_s }

s.source_files = 'Source/*.{h,m}', 'Source/**/*.{h,m}'
s.ios.exclude_files = 'Source/AppKit additions/*.{h,m}', 'Source/Exporters/SVGKExporterNSImage.{h,m}'
s.tvos.exclude_files = 'Source/AppKit additions/*.{h,m}', 'Source/Exporters/SVGKExporterNSImage.{h,m}'
s.osx.exclude_files = 'Source/Exporters/SVGKExporterUIImage.{h,m}'
s.exclude_files = 'Source/include/*.h'
s.libraries = 'xml2'
s.framework = 'QuartzCore', 'CoreText'
s.dependency 'CocoaLumberjack', '~> 3.0'
s.prefix_header_file = 'SVGKitLibrary/SVGKit-iOS/SVGKit-Prefix.pch'
s.module_map = 'SVGKitLibrary/SVGKit-iOS/SVGKit.modulemap'
s.requires_arc = true
s.pod_target_xcconfig = {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
//
//

#import "SVGKDefine.h"

#if SVGKIT_MAC
#import <Cocoa/Cocoa.h>
@class SVGKImage;
@class SVGKSource;
Expand Down Expand Up @@ -36,3 +39,5 @@
+ (void)unloadSVGKImageRep;

@end

#endif /* SVGKIT_MAC */
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
//

#import "SVGKit.h"

#if SVGKIT_MAC
#import "SVGKSourceNSData.h"
#import "SVGKSourceLocalFile.h"
#import "SVGKSourceURL.h"
#import "SVGKSourceString.h"
#import "SVGKFastImageView.h"
#import "SVGKImageRep.h"
#import "SVGKImage+CGContext.h"
#include <tgmath.h>
Expand Down Expand Up @@ -288,3 +289,5 @@ - (void)encodeWithCoder:(NSCoder *)aCoder
}

@end

#endif /* SVGKIT_MAC */
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#import "CSSPrimitiveValue.h"
#import "CocoaLumberjack/DDFileLogger.h"

#import "SVGKDefine_Private.h"

@interface CSSStyleDeclaration()

@property(nonatomic,strong) NSMutableDictionary* internalDictionaryOfStylesByCSSClass;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#import "CSSValueList.h"
#import "CSSValue_ForSubclasses.h"
#import "SVGKDefine_Private.h"

@interface CSSValueList()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

#import "NodeList+Mutable.h" // needed for access to underlying array, because SVG doesnt specify how lists are made mutable

#import "SVGKDefine_Private.h"

@implementation Document

@synthesize doctype;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#import "SVGHelperUtilities.h"

#import "SVGKDefine_Private.h"

@implementation SVGClipPathElement

@synthesize clipPathUnits;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

#import "NamedNodeMap_Iterable.h" // needed for the allPrefixesByNamespace implementation

#import "SVGKDefine_Private.h"

@implementation SVGDocument


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#import "SVGSVGElement.h"
#import "SVGGradientLayer.h"

#import "SVGKDefine_Private.h"

@implementation SVGHelperUtilities


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#import "CSSPrimitiveValue_ConfigurablePixelsPerInch.h"

#import "SVGUtils.h"
#import "SVGKDefine_Private.h"

#include <sys/types.h>
#include <sys/sysctl.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#import "SVGRect.h"
#import "SVGKDefine_Private.h"

BOOL SVGRectIsInitialized( SVGRect rect )
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

#import "SVGCircleElement.h"
#import "SVGKDefine_Private.h"

@implementation SVGCircleElement

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

#import "SVGTransformable.h"

#import "SVGKDefine_Private.h"

@interface SVGElement ()

@property (nonatomic, copy) NSString *stringValue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#import "SVGGElement.h"
#import "SVGLinearGradientElement.h"
#import "SVGRadialGradientElement.h"
#import "SVGKDefine_Private.h"

@implementation SVGGradientElement

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#import "SVGKSourceNSData.h"
#import "SVGKInlineResource.h"

#import "SVGKDefine_Private.h"

CGImageRef SVGImageCGImage(UIImage *img)
{
#if SVGKIT_UIKIT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#import "SVGLinearGradientElement.h"
#import "SVGElement_ForParser.h"
#import "SVGGradientLayer.h"
#import "SVGKDefine_Private.h"

@interface SVGLinearGradientElement ()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

#import "SVGElement_ForParser.h" // to resolve Xcode circular dependencies; in long term, parsing SHOULD NOT HAPPEN inside any class whose name starts "SVG" (because those are reserved classes for the SVG Spec)

#import "SVGKDefine_Private.h"

@interface SVGPathElement ()

- (void) parseData:(NSString *)data;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#import "SVGElement_ForParser.h"
#import "SVGUtils.h"
#import "SVGGradientLayer.h"
#import "SVGKDefine_Private.h"

// `kCAGradientLayerRadial` this symbol is available since iOS 3.2/tvOS 9.0/macOS 10.6, but it's not externed to public header until Xcode 10 with iOS 12 SDK, so we define it for user who still use old SDK version.
#define kCAGradientLayerRadial @"radial"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

#import "SVGElement_ForParser.h" // to resolve Xcode circular dependencies; in long term, parsing SHOULD NOT HAPPEN inside any class whose name starts "SVG" (because those are reserved classes for the SVG Spec)

#import "SVGKDefine_Private.h"

@interface SVGSVGElement()
#pragma mark - elements REQUIRED to implement the spec but not included in SVG Spec due to bugs in the spec writing!
@property(nonatomic,readwrite) SVGRect requestedViewport;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#import "SVGHelperUtilities.h"
#import "SVGUtils.h"
#import "SVGTextLayer.h"
#import "SVGKDefine_Private.h"

@implementation SVGTextElement

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Uses the default color format from UIGraphicsBeginImageContextWithOptions(...)
*/

#import "SVGKDefine.h"

#if SVGKIT_MAC
#import <Foundation/Foundation.h>
#import "SVGKImage.h"

Expand All @@ -29,3 +33,5 @@
+(NSImage*) exportAsNSImage:(SVGKImage*) image antiAliased:(BOOL) shouldAntialias curveFlatnessFactor:(CGFloat) multiplyFlatness interpolationQuality:(CGInterpolationQuality) interpolationQuality;

@end

#endif /* SVGKIT_MAC */
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#import "SVGKExporterNSImage.h"

#if SVGKIT_MAC
#import "SVGUtils.h"
#import "SVGKImage+CGContext.h" // needed for Context calls
#import <objc/runtime.h>
#import "SVGKDefine_Private.h"

@implementation SVGKExporterNSImage

Expand Down Expand Up @@ -133,3 +136,5 @@ static void SVGKGraphicsEndImageContext(void) {
}

@end

#endif /* SVGKIT_MAC */
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#import "SVGKExporterUIImage.h"
#import "SVGKDefine_Private.h"

#if SVGKIT_UIKIT
#import "SVGKImage+CGContext.h" // needed for Context calls

@implementation SVGKExporterUIImage
Expand Down Expand Up @@ -35,3 +37,5 @@ +(UIImage*) exportAsUIImage:(SVGKImage*) image antiAliased:(BOOL) shouldAntialia
}

@end

#endif /* SVGKIT_UIKIT */
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#import "SVGRect.h"
#import "SVGSVGElement.h"

#import "SVGKDefine_Private.h"

@implementation SVGKImage (CGContext)

-(CGContextRef) newCGContextAutosizedToFit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

#import "NSCharacterSet+SVGKExtensions.h"
#import "SVGKDefine_Private.h"

@implementation NSCharacterSet (SVGKExtensions)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "NSData+NSInputStream.h"

#import "SVGKDefine_Private.h"

#define BUFSIZE 65536U

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

#import "SVGDocument_Mutable.h"

#import "SVGKDefine_Private.h"

@interface SVGKParserSVG ()
@property (nonatomic) NSArray *supportedNamespaces;
@property (nonatomic) NSDictionary *elementMap;
Expand Down
1 change: 1 addition & 0 deletions Carthage/Checkouts/SVGKit/Source/Parsers/SVGKParseResult.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#import "SVGKParseResult.h"
#import "SVGKDefine_Private.h"

@implementation SVGKParseResult

Expand Down
2 changes: 2 additions & 0 deletions Carthage/Checkouts/SVGKit/Source/Parsers/SVGKParser.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#import "StyleSheetList+Mutable.h"
#import "NSData+NSInputStream.h"

#import "SVGKDefine_Private.h"

@interface SVGKParser()
@property(nonatomic,strong, readwrite) SVGKSource* source;
@property(nonatomic,strong, readwrite) NSMutableArray* externalStylesheets;
Expand Down
Loading

0 comments on commit da3dec5

Please sign in to comment.