Toolbar-refresh

This commit is contained in:
Gerrit Linnemann
2016-12-16 11:28:42 +01:00
parent d89f34ea6b
commit 99c2d8cf27
5 changed files with 60 additions and 5 deletions
+14 -2
View File
@@ -18,6 +18,7 @@
854A87DD1DF6DC7500904B3E /* OTRS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 854A87DC1DF6DC7500904B3E /* OTRS.swift */; };
857EB22C1DF974F500CCA941 /* Ticket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 857EB22B1DF974F500CCA941 /* Ticket.swift */; };
857EB22F1DF9845200CCA941 /* TicketExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 857EB22E1DF9845200CCA941 /* TicketExtension.swift */; };
85DB9C401E03F73E0073EDE4 /* WindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85DB9C3F1E03F73E0073EDE4 /* WindowController.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -55,6 +56,7 @@
854A87DC1DF6DC7500904B3E /* OTRS.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OTRS.swift; sourceTree = "<group>"; };
857EB22B1DF974F500CCA941 /* Ticket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Ticket.swift; path = Model/Ticket.swift; sourceTree = "<group>"; };
857EB22E1DF9845200CCA941 /* TicketExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TicketExtension.swift; path = Model/Extension/TicketExtension.swift; sourceTree = "<group>"; };
85DB9C3F1E03F73E0073EDE4 /* WindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WindowController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -113,15 +115,16 @@
854A87AE1DF6BD9A00904B3E /* OTRS-Watch */ = {
isa = PBXGroup;
children = (
854A87DA1DF6C22C00904B3E /* Constants.swift */,
85DB9C411E03F9080073EDE4 /* Net */,
8505EAD01E014486002A0BFB /* Extension */,
857EB22A1DF9748B00CCA941 /* Model */,
854A87AF1DF6BD9A00904B3E /* AppDelegate.swift */,
85DB9C3F1E03F73E0073EDE4 /* WindowController.swift */,
854A87B11DF6BD9A00904B3E /* ViewController.swift */,
854A87B31DF6BD9A00904B3E /* Assets.xcassets */,
854A87B51DF6BD9A00904B3E /* Main.storyboard */,
854A87B81DF6BD9A00904B3E /* Info.plist */,
854A87DA1DF6C22C00904B3E /* Constants.swift */,
854A87DC1DF6DC7500904B3E /* OTRS.swift */,
);
path = "OTRS-Watch";
sourceTree = "<group>";
@@ -161,6 +164,14 @@
name = Extension;
sourceTree = "<group>";
};
85DB9C411E03F9080073EDE4 /* Net */ = {
isa = PBXGroup;
children = (
854A87DC1DF6DC7500904B3E /* OTRS.swift */,
);
name = Net;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -299,6 +310,7 @@
8505EACF1E01441F002A0BFB /* ViewControllerExtension.swift in Sources */,
854A87DD1DF6DC7500904B3E /* OTRS.swift in Sources */,
857EB22C1DF974F500CCA941 /* Ticket.swift in Sources */,
85DB9C401E03F73E0073EDE4 /* WindowController.swift in Sources */,
854A87B01DF6BD9A00904B3E /* AppDelegate.swift in Sources */,
854A87DB1DF6C22C00904B3E /* Constants.swift in Sources */,
);