First release to App Store
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
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 */; };
|
||||
C593D87820CF35ED00236B99 /* MaxWaterSystemViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C593D87720CF35ED00236B99 /* MaxWaterSystemViewController.swift */; };
|
||||
C593D87A20CF371400236B99 /* BaseDeviceViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C593D87920CF371400236B99 /* BaseDeviceViewController.swift */; };
|
||||
C5AA264A20C1BED600B39425 /* AppAuth.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5AA264920C1BED600B39425 /* AppAuth.swift */; };
|
||||
C5B75C2120BE350600EB850D /* MeshifyFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5B75C2020BE350600EB850D /* MeshifyFunctions.swift */; };
|
||||
C5B75C2320BEFE3500EB850D /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = C5B75C2220BEFE3500EB850D /* GoogleService-Info.plist */; };
|
||||
@@ -43,6 +45,7 @@
|
||||
C5D24FDB20C88C3E00262BE8 /* MainNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5D24FDA20C88C3E00262BE8 /* MainNavController.swift */; };
|
||||
C5D24FDD20C891B600262BE8 /* CompanyDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5D24FDC20C891B600262BE8 /* CompanyDetailViewController.swift */; };
|
||||
C5D24FDF20C895C500262BE8 /* Migrations.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5D24FDE20C895C500262BE8 /* Migrations.swift */; };
|
||||
C5D8BB8920D9C3BC00ABD1A7 /* DeviceChannelTableCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5D8BB8820D9C3BC00ABD1A7 /* DeviceChannelTableCell.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@@ -73,6 +76,8 @@
|
||||
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>"; };
|
||||
C593D87720CF35ED00236B99 /* MaxWaterSystemViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MaxWaterSystemViewController.swift; sourceTree = "<group>"; };
|
||||
C593D87920CF371400236B99 /* BaseDeviceViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseDeviceViewController.swift; sourceTree = "<group>"; };
|
||||
C5AA264920C1BED600B39425 /* AppAuth.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppAuth.swift; sourceTree = "<group>"; };
|
||||
C5B75C2020BE350600EB850D /* MeshifyFunctions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MeshifyFunctions.swift; sourceTree = "<group>"; };
|
||||
C5B75C2220BEFE3500EB850D /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
||||
@@ -85,6 +90,7 @@
|
||||
C5D24FDA20C88C3E00262BE8 /* MainNavController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainNavController.swift; sourceTree = "<group>"; };
|
||||
C5D24FDC20C891B600262BE8 /* CompanyDetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyDetailViewController.swift; sourceTree = "<group>"; };
|
||||
C5D24FDE20C895C500262BE8 /* Migrations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Migrations.swift; sourceTree = "<group>"; };
|
||||
C5D8BB8820D9C3BC00ABD1A7 /* DeviceChannelTableCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceChannelTableCell.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 */
|
||||
|
||||
@@ -116,6 +122,7 @@
|
||||
C53407E920B85C3F0016CFAB /* MapDetailDeviceCell.swift */,
|
||||
C53407EB20B86AE90016CFAB /* ChannelHistoryCell.swift */,
|
||||
C5D24FD420C86CD900262BE8 /* AdminCompanyCell.swift */,
|
||||
C5D8BB8820D9C3BC00ABD1A7 /* DeviceChannelTableCell.swift */,
|
||||
);
|
||||
path = Cells;
|
||||
sourceTree = "<group>";
|
||||
@@ -184,6 +191,7 @@
|
||||
C5589C0120B4A1B400639393 /* Controller */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C593D87620CF35DB00236B99 /* Devices */,
|
||||
C5589BED20B47E2100639393 /* AppDelegate.swift */,
|
||||
C5B75C2020BE350600EB850D /* MeshifyFunctions.swift */,
|
||||
C5D24FDA20C88C3E00262BE8 /* MainNavController.swift */,
|
||||
@@ -210,6 +218,15 @@
|
||||
path = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C593D87620CF35DB00236B99 /* Devices */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C593D87720CF35ED00236B99 /* MaxWaterSystemViewController.swift */,
|
||||
C593D87920CF371400236B99 /* BaseDeviceViewController.swift */,
|
||||
);
|
||||
path = Devices;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
F192CB42E03B8E853CFBBF82 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -315,6 +332,7 @@
|
||||
"${SRCROOT}/Pods/Target Support Files/Pods-pocloud/Pods-pocloud-frameworks.sh",
|
||||
"${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/ChameleonFramework/ChameleonFramework.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/Charts/Charts.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework",
|
||||
@@ -332,6 +350,7 @@
|
||||
outputPaths = (
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ChameleonFramework.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Charts.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleToolboxForMac.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework",
|
||||
@@ -360,6 +379,7 @@
|
||||
C53407DC20B7333B0016CFAB /* Device.swift in Sources */,
|
||||
C5B75C2120BE350600EB850D /* MeshifyFunctions.swift in Sources */,
|
||||
C5589BF020B47E2100639393 /* LoginViewController.swift in Sources */,
|
||||
C593D87A20CF371400236B99 /* BaseDeviceViewController.swift in Sources */,
|
||||
C53407E020B7462C0016CFAB /* DeviceDetailViewController.swift in Sources */,
|
||||
C53407E220B74A0A0016CFAB /* Channel.swift in Sources */,
|
||||
C58C142E20BDD6BA001BE9DA /* HistoryGraphViewController.swift in Sources */,
|
||||
@@ -368,6 +388,7 @@
|
||||
C5D24FD520C86CD900262BE8 /* AdminCompanyCell.swift in Sources */,
|
||||
C5589BEE20B47E2100639393 /* AppDelegate.swift in Sources */,
|
||||
C5D24FD920C87DBA00262BE8 /* NavigationMenuController.swift in Sources */,
|
||||
C5D8BB8920D9C3BC00ABD1A7 /* DeviceChannelTableCell.swift in Sources */,
|
||||
C5AA264A20C1BED600B39425 /* AppAuth.swift in Sources */,
|
||||
C5D24FDF20C895C500262BE8 /* Migrations.swift in Sources */,
|
||||
C5D24FD720C86DBB00262BE8 /* Company.swift in Sources */,
|
||||
@@ -375,6 +396,7 @@
|
||||
C5D24FDD20C891B600262BE8 /* CompanyDetailViewController.swift in Sources */,
|
||||
C53407E420B74B6F0016CFAB /* ChanValue.swift in Sources */,
|
||||
C53407D820B72AE80016CFAB /* Gateway.swift in Sources */,
|
||||
C593D87820CF35ED00236B99 /* MaxWaterSystemViewController.swift in Sources */,
|
||||
C5589C0420B4AA9600639393 /* User.swift in Sources */,
|
||||
C5D24FDB20C88C3E00262BE8 /* MainNavController.swift in Sources */,
|
||||
C58C142C20B87197001BE9DA /* ChannelHistoryValue.swift in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user