Skip to content

Commit

Permalink
Updated frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
DlhSoftTeam committed May 17, 2019
1 parent 3c412d8 commit 90458da
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
Binary file modified Ganttis.framework/Versions/A/Ganttis
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Ganttis.framework/Versions/A/Resources/Info.plist
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>1.0.4</string>
<string>1.0.5</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
4 changes: 2 additions & 2 deletions GanttisDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.4</string>
<string>1.0.5</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
24 changes: 12 additions & 12 deletions GanttisDemos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
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 */; };
BF2E30B0227228D300330564 /* Ganttis.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF2E30AF227228D200330564 /* Ganttis.framework */; };
BF2E30B1227228D300330564 /* Ganttis.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BF2E30AF227228D200330564 /* Ganttis.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
BF2E30B3227228DE00330564 /* GanttisTouch.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF2E30B2227228DE00330564 /* GanttisTouch.framework */; };
BF2E30B4227228DE00330564 /* GanttisTouch.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BF2E30B2227228DE00330564 /* GanttisTouch.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
BF2F7379228EBF32007B665C /* Ganttis.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF2F7378228EBF32007B665C /* Ganttis.framework */; };
BF2F737A228EBF33007B665C /* Ganttis.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BF2F7378228EBF32007B665C /* Ganttis.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
BF2F737C228EBF40007B665C /* GanttisTouch.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF2F737B228EBF40007B665C /* GanttisTouch.framework */; };
BF2F737D228EBF40007B665C /* GanttisTouch.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BF2F737B228EBF40007B665C /* GanttisTouch.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
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 @@ -39,7 +39,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
BF2E30B1227228D300330564 /* Ganttis.framework in Embed Frameworks */,
BF2F737A228EBF33007B665C /* Ganttis.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -50,7 +50,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
BF2E30B4227228DE00330564 /* GanttisTouch.framework in Embed Frameworks */,
BF2F737D228EBF40007B665C /* GanttisTouch.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -61,8 +61,8 @@
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>"; };
BF2E30AF227228D200330564 /* Ganttis.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Ganttis.framework; sourceTree = "<group>"; };
BF2E30B2227228DE00330564 /* GanttisTouch.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GanttisTouch.framework; sourceTree = "<group>"; };
BF2F7378228EBF32007B665C /* Ganttis.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Ganttis.framework; sourceTree = "<group>"; };
BF2F737B228EBF40007B665C /* GanttisTouch.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GanttisTouch.framework; 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 @@ -91,15 +91,15 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BF2E30B0227228D300330564 /* Ganttis.framework in Frameworks */,
BF2F7379228EBF32007B665C /* Ganttis.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
BF319FEC21BBFA7500FF9DBF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BF2E30B3227228DE00330564 /* GanttisTouch.framework in Frameworks */,
BF2F737C228EBF40007B665C /* GanttisTouch.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -109,8 +109,8 @@
BF319FCF21BBF9FF00FF9DBF = {
isa = PBXGroup;
children = (
BF2E30AF227228D200330564 /* Ganttis.framework */,
BF2E30B2227228DE00330564 /* GanttisTouch.framework */,
BF2F7378228EBF32007B665C /* Ganttis.framework */,
BF2F737B228EBF40007B665C /* GanttisTouch.framework */,
BF319FDC21BBFA4900FF9DBF /* GanttisDemo */,
BF319FF021BBFA7500FF9DBF /* GanttisTouchDemo */,
BF319FDB21BBFA4900FF9DBF /* Products */,
Expand Down
Binary file modified GanttisTouch.framework/GanttChart.nib
Binary file not shown.
Binary file modified GanttisTouch.framework/GanttChartContent.nib
Binary file not shown.
Binary file modified GanttisTouch.framework/GanttChartHeader.nib
Binary file not shown.
Binary file modified GanttisTouch.framework/GanttisTouch
Binary file not shown.
Binary file modified GanttisTouch.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions GanttisTouchDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.4</string>
<string>1.0.5</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit 90458da

Please sign in to comment.