Adds History Graph for channels
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
C5589C7420B657CA00639393 /* DeviceListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5589C7320B657CA00639393 /* DeviceListViewController.swift */; };
|
||||
C58C142A20B86C1C001BE9DA /* ChannelDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C142920B86C1C001BE9DA /* ChannelDetailViewController.swift */; };
|
||||
C58C142C20B87197001BE9DA /* ChannelHistoryValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C142B20B87197001BE9DA /* ChannelHistoryValue.swift */; };
|
||||
C58C142E20BDD6BA001BE9DA /* HistoryGraphViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C142D20BDD6BA001BE9DA /* HistoryGraphViewController.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@@ -59,6 +60,7 @@
|
||||
C5589C7320B657CA00639393 /* DeviceListViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceListViewController.swift; sourceTree = "<group>"; };
|
||||
C58C142920B86C1C001BE9DA /* ChannelDetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelDetailViewController.swift; sourceTree = "<group>"; };
|
||||
C58C142B20B87197001BE9DA /* ChannelHistoryValue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelHistoryValue.swift; sourceTree = "<group>"; };
|
||||
C58C142D20BDD6BA001BE9DA /* HistoryGraphViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryGraphViewController.swift; sourceTree = "<group>"; };
|
||||
D7E8B9ABE8755B533A815A1B /* Pods_pocloud.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_pocloud.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
@@ -157,6 +159,7 @@
|
||||
C5589C1920B4DF0A00639393 /* MapDetailViewController.swift */,
|
||||
C53407DF20B7462C0016CFAB /* DeviceDetailViewController.swift */,
|
||||
C58C142920B86C1C001BE9DA /* ChannelDetailViewController.swift */,
|
||||
C58C142D20BDD6BA001BE9DA /* HistoryGraphViewController.swift */,
|
||||
C53407ED20B86AF30016CFAB /* Cells */,
|
||||
);
|
||||
path = Controller;
|
||||
@@ -280,6 +283,7 @@
|
||||
"${BUILT_PRODUCTS_DIR}/Realm/Realm.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/RealmSwift/RealmSwift.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/SwiftChart/SwiftChart.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/SwiftyJSON/SwiftyJSON.framework",
|
||||
);
|
||||
name = "[CP] Embed Pods Frameworks";
|
||||
@@ -291,6 +295,7 @@
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RealmSwift.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVProgressHUD.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftChart.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyJSON.framework",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@@ -309,6 +314,7 @@
|
||||
C5589BF020B47E2100639393 /* LoginViewController.swift in Sources */,
|
||||
C53407E020B7462C0016CFAB /* DeviceDetailViewController.swift in Sources */,
|
||||
C53407E220B74A0A0016CFAB /* Channel.swift in Sources */,
|
||||
C58C142E20BDD6BA001BE9DA /* HistoryGraphViewController.swift in Sources */,
|
||||
C5589C7420B657CA00639393 /* DeviceListViewController.swift in Sources */,
|
||||
C53407EA20B85C3F0016CFAB /* MapDetailDeviceCell.swift in Sources */,
|
||||
C5589BEE20B47E2100639393 /* AppDelegate.swift in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user