|
|
@ -12,6 +12,10 @@ |
|
|
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
|
|
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
|
|
|
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
|
|
|
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
|
|
|
1CEA5DFB26FCA6F700BCC3E1 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA5DFA26FCA6F700BCC3E1 /* File.swift */; }; |
|
|
|
1CEA5DFB26FCA6F700BCC3E1 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA5DFA26FCA6F700BCC3E1 /* File.swift */; }; |
|
|
|
|
|
|
|
2987B7362760E7DD00D6426B /* Gilroy-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2987B7322760E7DD00D6426B /* Gilroy-Bold.ttf */; }; |
|
|
|
|
|
|
|
2987B7372760E7DD00D6426B /* Gilroy-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2987B7332760E7DD00D6426B /* Gilroy-Regular.ttf */; }; |
|
|
|
|
|
|
|
2987B7382760E7DD00D6426B /* Gilroy-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2987B7342760E7DD00D6426B /* Gilroy-Medium.ttf */; }; |
|
|
|
|
|
|
|
2987B7392760E7DD00D6426B /* Gilroy-Semibold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2987B7352760E7DD00D6426B /* Gilroy-Semibold.ttf */; }; |
|
|
|
5244945D26B7EA27006A5FAB /* fontello.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5244945C26B7EA27006A5FAB /* fontello.ttf */; }; |
|
|
|
5244945D26B7EA27006A5FAB /* fontello.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5244945C26B7EA27006A5FAB /* fontello.ttf */; }; |
|
|
|
6F69E8F66337833783B2D5E0 /* libPods-taskme.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B6C30F16A8285D307DEBF8A /* libPods-taskme.a */; }; |
|
|
|
6F69E8F66337833783B2D5E0 /* libPods-taskme.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B6C30F16A8285D307DEBF8A /* libPods-taskme.a */; }; |
|
|
|
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
|
|
|
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
|
|
@ -41,6 +45,10 @@ |
|
|
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = taskme/main.m; sourceTree = "<group>"; }; |
|
|
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = taskme/main.m; sourceTree = "<group>"; }; |
|
|
|
1CEA5DF926FCA6F600BCC3E1 /* taskme-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "taskme-Bridging-Header.h"; sourceTree = "<group>"; }; |
|
|
|
1CEA5DF926FCA6F600BCC3E1 /* taskme-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "taskme-Bridging-Header.h"; sourceTree = "<group>"; }; |
|
|
|
1CEA5DFA26FCA6F700BCC3E1 /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; }; |
|
|
|
1CEA5DFA26FCA6F700BCC3E1 /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; }; |
|
|
|
|
|
|
|
2987B7322760E7DD00D6426B /* Gilroy-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Gilroy-Bold.ttf"; path = "../src/assets/fonts/Gilroy-Bold.ttf"; sourceTree = "<group>"; }; |
|
|
|
|
|
|
|
2987B7332760E7DD00D6426B /* Gilroy-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Gilroy-Regular.ttf"; path = "../src/assets/fonts/Gilroy-Regular.ttf"; sourceTree = "<group>"; }; |
|
|
|
|
|
|
|
2987B7342760E7DD00D6426B /* Gilroy-Medium.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Gilroy-Medium.ttf"; path = "../src/assets/fonts/Gilroy-Medium.ttf"; sourceTree = "<group>"; }; |
|
|
|
|
|
|
|
2987B7352760E7DD00D6426B /* Gilroy-Semibold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Gilroy-Semibold.ttf"; path = "../src/assets/fonts/Gilroy-Semibold.ttf"; sourceTree = "<group>"; }; |
|
|
|
5244945C26B7EA27006A5FAB /* fontello.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = fontello.ttf; path = ../src/assets/fonts/fontello.ttf; sourceTree = "<group>"; }; |
|
|
|
5244945C26B7EA27006A5FAB /* fontello.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = fontello.ttf; path = ../src/assets/fonts/fontello.ttf; sourceTree = "<group>"; }; |
|
|
|
60559287623ADE493014FD74 /* libPods-taskme-taskmeTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-taskme-taskmeTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
60559287623ADE493014FD74 /* libPods-taskme-taskmeTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-taskme-taskmeTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = taskme/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
|
|
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = taskme/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
|
|
@ -123,6 +131,10 @@ |
|
|
|
83CBB9F61A601CBA00E9B192 = { |
|
|
|
83CBB9F61A601CBA00E9B192 = { |
|
|
|
isa = PBXGroup; |
|
|
|
isa = PBXGroup; |
|
|
|
children = ( |
|
|
|
children = ( |
|
|
|
|
|
|
|
2987B7322760E7DD00D6426B /* Gilroy-Bold.ttf */, |
|
|
|
|
|
|
|
2987B7342760E7DD00D6426B /* Gilroy-Medium.ttf */, |
|
|
|
|
|
|
|
2987B7332760E7DD00D6426B /* Gilroy-Regular.ttf */, |
|
|
|
|
|
|
|
2987B7352760E7DD00D6426B /* Gilroy-Semibold.ttf */, |
|
|
|
5244945C26B7EA27006A5FAB /* fontello.ttf */, |
|
|
|
5244945C26B7EA27006A5FAB /* fontello.ttf */, |
|
|
|
13B07FAE1A68108700A75B9A /* taskme */, |
|
|
|
13B07FAE1A68108700A75B9A /* taskme */, |
|
|
|
832341AE1AAA6A7D00B99B32 /* Libraries */, |
|
|
|
832341AE1AAA6A7D00B99B32 /* Libraries */, |
|
|
@ -130,6 +142,7 @@ |
|
|
|
83CBBA001A601CBA00E9B192 /* Products */, |
|
|
|
83CBBA001A601CBA00E9B192 /* Products */, |
|
|
|
2D16E6871FA4F8E400B85C8A /* Frameworks */, |
|
|
|
2D16E6871FA4F8E400B85C8A /* Frameworks */, |
|
|
|
B362F9321C4BC54C6EBF6F61 /* Pods */, |
|
|
|
B362F9321C4BC54C6EBF6F61 /* Pods */, |
|
|
|
|
|
|
|
3410F3470FC048E0A263B862 /* Resources */, |
|
|
|
); |
|
|
|
); |
|
|
|
indentWidth = 2; |
|
|
|
indentWidth = 2; |
|
|
|
sourceTree = "<group>"; |
|
|
|
sourceTree = "<group>"; |
|
|
@ -253,6 +266,10 @@ |
|
|
|
isa = PBXResourcesBuildPhase; |
|
|
|
isa = PBXResourcesBuildPhase; |
|
|
|
buildActionMask = 2147483647; |
|
|
|
buildActionMask = 2147483647; |
|
|
|
files = ( |
|
|
|
files = ( |
|
|
|
|
|
|
|
2987B7362760E7DD00D6426B /* Gilroy-Bold.ttf in Resources */, |
|
|
|
|
|
|
|
2987B7372760E7DD00D6426B /* Gilroy-Regular.ttf in Resources */, |
|
|
|
|
|
|
|
2987B7382760E7DD00D6426B /* Gilroy-Medium.ttf in Resources */, |
|
|
|
|
|
|
|
2987B7392760E7DD00D6426B /* Gilroy-Semibold.ttf in Resources */, |
|
|
|
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, |
|
|
|
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, |
|
|
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, |
|
|
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, |
|
|
|
5244945D26B7EA27006A5FAB /* fontello.ttf in Resources */, |
|
|
|
5244945D26B7EA27006A5FAB /* fontello.ttf in Resources */, |
|
|
|