Skip to content

Commit

Permalink
Updated framework
Browse files Browse the repository at this point in the history
  • Loading branch information
DlhSoftTeam committed Jul 6, 2020
1 parent 58827d4 commit b1119e9
Show file tree
Hide file tree
Showing 25 changed files with 52 additions and 32 deletions.
22 changes: 11 additions & 11 deletions Ganttis.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,41 +20,41 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>GanttisTouch.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>macos-x86_64</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Ganttis.framework</string>
<string>GanttisTouch.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-maccatalyst</string>
<string>macos-x86_64</string>
<key>LibraryPath</key>
<string>GanttisTouch.framework</string>
<string>Ganttis.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>macos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Ganttis.xcframework/ios-arm64/GanttisTouch.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.4</string>
<string>2.1.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<dict>
<key>GanttChart.nib</key>
<data>
gCOQO3VwfiLzahrOK12K4sGSVu0=
/MjYG6saM9jJXc/LxP0w+UV+DuA=
</data>
<key>GanttChartContent.nib</key>
<data>
Fllt1PEpyg2yYvrIzydSnDSoQtE=
AVRlQsECY7557s18r03Qrk83hDA=
</data>
<key>GanttChartHeader.nib</key>
<data>
c+vQh5ptkG5ZxjbEoM08kL0TE18=
7Y0PdZxjI2KNzmx474QsWC+CF/8=
</data>
<key>Headers/GanttisTouch-Swift.h</key>
<data>
Expand All @@ -26,7 +26,7 @@
</data>
<key>Info.plist</key>
<data>
SAurYT5FRXkKsdWnRWeutNUV/zw=
BLpzoa+7ov132WbJRB93hOBdQ8Q=
</data>
<key>Modules/GanttisTouch.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
Expand Down Expand Up @@ -63,21 +63,21 @@
<dict>
<key>hash2</key>
<data>
boGZstOm2GjiX6MrPo3hvhZH/uafjM8R0t5J0ZpKtmI=
pQ9to9GZy6LuX1sobkkOt2wfGBTcwTUmupVxAQP3l6g=
</data>
</dict>
<key>GanttChartContent.nib</key>
<dict>
<key>hash2</key>
<data>
ZWcp0wzuiavOmJJ9pKsAGulY9FBhMY8ZooIl37kyrc4=
0clrc+OVOOPVVSkZpO9Mc8MLs1leSIRfiZUA9H+DSwo=
</data>
</dict>
<key>GanttChartHeader.nib</key>
<dict>
<key>hash2</key>
<data>
sUV6EyG+FSL9Ho2vh+nQ9+RvseB2tsEH+F1wN856Cvw=
BlRZkvz1ZI++che138zlQw9TIVSRtEGwu8bkDUoW/00=
</data>
</dict>
<key>Headers/GanttisTouch-Swift.h</key>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,16 @@ public var license: Swift.String?
}
public func filteredItems(range: Ganttis.RowRange, timeline: Ganttis.TimeRange) -> [Ganttis.GanttChartItem]
public func filteredDependencies(range: Ganttis.RowRange, timeline: Ganttis.TimeRange) -> [Ganttis.GanttChartDependency]
public var availableItems: [Ganttis.GanttChartItem]? {
get
}
public var availableDependencies: [Ganttis.GanttChartDependency]? {
get
}
public var areOutOfRowRangeItemsAvailable: Swift.Bool {
get
set
}
public func parent(of item: Ganttis.GanttChartItem) -> Ganttis.GanttChartItem?
public func children(of item: Ganttis.GanttChartItem) -> [Ganttis.GanttChartItem]
public var isPagingEnabled: Swift.Bool {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,16 @@ public var license: Swift.String?
}
public func filteredItems(range: Ganttis.RowRange, timeline: Ganttis.TimeRange) -> [Ganttis.GanttChartItem]
public func filteredDependencies(range: Ganttis.RowRange, timeline: Ganttis.TimeRange) -> [Ganttis.GanttChartDependency]
public var availableItems: [Ganttis.GanttChartItem]? {
get
}
public var availableDependencies: [Ganttis.GanttChartDependency]? {
get
}
public var areOutOfRowRangeItemsAvailable: Swift.Bool {
get
set
}
public func parent(of item: Ganttis.GanttChartItem) -> Ganttis.GanttChartItem?
public func children(of item: Ganttis.GanttChartItem) -> [Ganttis.GanttChartItem]
public var isPagingEnabled: Swift.Bool {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.4</string>
<string>2.1.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
Binary file not shown.
24 changes: 12 additions & 12 deletions GanttisDemos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
objects = {

/* Begin PBXBuildFile section */
BF05329C24B36F9E00044077 /* Ganttis.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF05329924B36F9900044077 /* Ganttis.xcframework */; };
BF05329D24B36F9E00044077 /* Ganttis.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BF05329924B36F9900044077 /* Ganttis.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
BF05329E24B36FA300044077 /* Ganttis.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF05329924B36F9900044077 /* Ganttis.xcframework */; };
BF05329F24B36FA300044077 /* Ganttis.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BF05329924B36F9900044077 /* Ganttis.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
BF176F16220450150079ABD3 /* ClassicDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF176F15220450150079ABD3 /* ClassicDataSource.swift */; };
BF176F19220458940079ABD3 /* EditViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF176F17220458940079ABD3 /* EditViewController.swift */; };
BF176F1A220458940079ABD3 /* EditViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = BF176F18220458940079ABD3 /* EditViewController.xib */; };
BF24A80524ADBB7500BB800D /* Ganttis.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF24A80224ADBB7200BB800D /* Ganttis.xcframework */; };
BF24A80624ADBB7500BB800D /* Ganttis.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BF24A80224ADBB7200BB800D /* Ganttis.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
BF24A80724ADBB7900BB800D /* Ganttis.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF24A80224ADBB7200BB800D /* Ganttis.xcframework */; };
BF24A80824ADBB7900BB800D /* Ganttis.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BF24A80224ADBB7200BB800D /* Ganttis.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
BF319FDE21BBFA4900FF9DBF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF319FDD21BBFA4900FF9DBF /* AppDelegate.swift */; };
BF319FE021BBFA4900FF9DBF /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF319FDF21BBFA4900FF9DBF /* ViewController.swift */; };
BF319FE221BBFA4A00FF9DBF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BF319FE121BBFA4A00FF9DBF /* Assets.xcassets */; };
Expand All @@ -40,7 +40,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
BF24A80624ADBB7500BB800D /* Ganttis.xcframework in Embed Frameworks */,
BF05329D24B36F9E00044077 /* Ganttis.xcframework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -51,18 +51,18 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
BF24A80824ADBB7900BB800D /* Ganttis.xcframework in Embed Frameworks */,
BF05329F24B36FA300044077 /* Ganttis.xcframework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
BF05329924B36F9900044077 /* Ganttis.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = Ganttis.xcframework; sourceTree = "<group>"; };
BF176F15220450150079ABD3 /* ClassicDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClassicDataSource.swift; sourceTree = "<group>"; };
BF176F17220458940079ABD3 /* EditViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditViewController.swift; sourceTree = "<group>"; };
BF176F18220458940079ABD3 /* EditViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = EditViewController.xib; sourceTree = "<group>"; };
BF24A80224ADBB7200BB800D /* Ganttis.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = Ganttis.xcframework; sourceTree = "<group>"; };
BF319FDA21BBFA4900FF9DBF /* GanttisDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GanttisDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
BF319FDD21BBFA4900FF9DBF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
BF319FDF21BBFA4900FF9DBF /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -93,15 +93,15 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BF24A80524ADBB7500BB800D /* Ganttis.xcframework in Frameworks */,
BF05329C24B36F9E00044077 /* Ganttis.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
BF319FEC21BBFA7500FF9DBF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BF24A80724ADBB7900BB800D /* Ganttis.xcframework in Frameworks */,
BF05329E24B36FA300044077 /* Ganttis.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -168,7 +168,7 @@
BFF1EA902362E4A700624DBE /* Frameworks */ = {
isa = PBXGroup;
children = (
BF24A80224ADBB7200BB800D /* Ganttis.xcframework */,
BF05329924B36F9900044077 /* Ganttis.xcframework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -415,7 +415,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 17;
CURRENT_PROJECT_VERSION = 18;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = V6L9SVN7M4;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -498,7 +498,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 17;
CURRENT_PROJECT_VERSION = 18;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = V6L9SVN7M4;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down

0 comments on commit b1119e9

Please sign in to comment.