Loss Log now uses binary file, 2/3 size reduction
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
E2218D691EF478C0004298F6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E2218CA81EF2D37B004298F6 /* Assets.xcassets */; };
|
||||
E2268DF81EF7095100C97726 /* PDFTitle.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2268DF61EF7095100C97726 /* PDFTitle.swift */; };
|
||||
E2268DF91EF7095100C97726 /* PDFTitle.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2268DF71EF7095100C97726 /* PDFTitle.xib */; };
|
||||
E23E2C621EF7FE530009D376 /* FileOperations.swift in Sources */ = {isa = PBXBuildFile; fileRef = E23E2C611EF7FE530009D376 /* FileOperations.swift */; };
|
||||
E23E2C631EF7FE530009D376 /* FileOperations.swift in Sources */ = {isa = PBXBuildFile; fileRef = E23E2C611EF7FE530009D376 /* FileOperations.swift */; };
|
||||
E262463E1EF55BCE00EAA4A6 /* GraphWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = E262463C1EF55BCE00EAA4A6 /* GraphWindow.swift */; };
|
||||
E262463F1EF55BCE00EAA4A6 /* GraphWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = E262463D1EF55BCE00EAA4A6 /* GraphWindow.xib */; };
|
||||
E26246441EF5E64900EAA4A6 /* PDFDraw.swift in Sources */ = {isa = PBXBuildFile; fileRef = E26246421EF5E64900EAA4A6 /* PDFDraw.swift */; };
|
||||
@@ -94,6 +96,7 @@
|
||||
E2218D661EF463B4004298F6 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
||||
E2268DF61EF7095100C97726 /* PDFTitle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PDFTitle.swift; sourceTree = "<group>"; };
|
||||
E2268DF71EF7095100C97726 /* PDFTitle.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PDFTitle.xib; sourceTree = "<group>"; };
|
||||
E23E2C611EF7FE530009D376 /* FileOperations.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileOperations.swift; sourceTree = "<group>"; };
|
||||
E262463C1EF55BCE00EAA4A6 /* GraphWindow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GraphWindow.swift; sourceTree = "<group>"; };
|
||||
E262463D1EF55BCE00EAA4A6 /* GraphWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = GraphWindow.xib; sourceTree = "<group>"; };
|
||||
E26246421EF5E64900EAA4A6 /* PDFDraw.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PDFDraw.swift; sourceTree = "<group>"; };
|
||||
@@ -154,6 +157,7 @@
|
||||
E2218CA71EF2D35B004298F6 /* Shared Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E23E2C5D1EF7E63A0009D376 /* Swift */,
|
||||
E2218CA81EF2D37B004298F6 /* Assets.xcassets */,
|
||||
);
|
||||
name = "Shared Resources";
|
||||
@@ -236,8 +240,8 @@
|
||||
E2218D2A1EF3271F004298F6 /* Graphic Analysis 2 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E2218D4D1EF329AE004298F6 /* Swift */,
|
||||
E2218D3C1EF327CA004298F6 /* Support Files */,
|
||||
E2218D4D1EF329AE004298F6 /* Swift */,
|
||||
);
|
||||
path = "Graphic Analysis 2";
|
||||
sourceTree = "<group>";
|
||||
@@ -377,6 +381,14 @@
|
||||
name = "Collection View";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E23E2C5D1EF7E63A0009D376 /* Swift */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E23E2C611EF7FE530009D376 /* FileOperations.swift */,
|
||||
);
|
||||
name = Swift;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXLegacyTarget section */
|
||||
@@ -537,6 +549,7 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E23E2C621EF7FE530009D376 /* FileOperations.swift in Sources */,
|
||||
E2218D241EF3267F004298F6 /* XMLDictionary.m in Sources */,
|
||||
E2218D111EF2D6F1004298F6 /* SettingsWindowController.swift in Sources */,
|
||||
E2218D151EF2E470004298F6 /* ConnectionLossOperation.swift in Sources */,
|
||||
@@ -553,6 +566,7 @@
|
||||
E2268DF81EF7095100C97726 /* PDFTitle.swift in Sources */,
|
||||
E2218D2C1EF3271F004298F6 /* AppDelegate.swift in Sources */,
|
||||
E2218D621EF41415004298F6 /* CollectionViewMonth.swift in Sources */,
|
||||
E23E2C631EF7FE530009D376 /* FileOperations.swift in Sources */,
|
||||
E2218D601EF40E23004298F6 /* CollectionViewYear.swift in Sources */,
|
||||
E262463E1EF55BCE00EAA4A6 /* GraphWindow.swift in Sources */,
|
||||
E26246491EF6688400EAA4A6 /* PDFItemViewController.swift in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user