|
@@ -7,6 +7,8 @@
|
|
|
objects = {
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
|
|
|
+ 3C0F4E9423BAE74F000A2FE7 /* CachedTileOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0F4E9323BAE74F000A2FE7 /* CachedTileOverlay.m */; };
|
|
|
|
|
+ 3C0F4E9723BAF594000A2FE7 /* FileCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0F4E9623BAF594000A2FE7 /* FileCache.m */; };
|
|
|
3C1DEC3D239F6C42006F7E2A /* MKMapView+ZoomLevel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C1DEC3B239F6C42006F7E2A /* MKMapView+ZoomLevel.m */; };
|
|
3C1DEC3D239F6C42006F7E2A /* MKMapView+ZoomLevel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C1DEC3B239F6C42006F7E2A /* MKMapView+ZoomLevel.m */; };
|
|
|
3C2D99A2239B92F1007B759E /* ApexMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C2D99A0239B92F1007B759E /* ApexMapView.m */; };
|
|
3C2D99A2239B92F1007B759E /* ApexMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C2D99A0239B92F1007B759E /* ApexMapView.m */; };
|
|
|
3C2D99A5239B93C8007B759E /* AMViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C2D99A4239B93C8007B759E /* AMViewController.m */; };
|
|
3C2D99A5239B93C8007B759E /* AMViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C2D99A4239B93C8007B759E /* AMViewController.m */; };
|
|
@@ -45,7 +47,6 @@
|
|
|
425390262079B9B500ECF982 /* KPI.json in Resources */ = {isa = PBXBuildFile; fileRef = 425390252079B9B400ECF982 /* KPI.json */; };
|
|
425390262079B9B500ECF982 /* KPI.json in Resources */ = {isa = PBXBuildFile; fileRef = 425390252079B9B400ECF982 /* KPI.json */; };
|
|
|
42539029207A159300ECF982 /* KPIButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 42539028207A159300ECF982 /* KPIButton.m */; };
|
|
42539029207A159300ECF982 /* KPIButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 42539028207A159300ECF982 /* KPIButton.m */; };
|
|
|
42541ACF207C49610072BC5A /* fake_home.json in Resources */ = {isa = PBXBuildFile; fileRef = 42541ACE207C49610072BC5A /* fake_home.json */; };
|
|
42541ACF207C49610072BC5A /* fake_home.json in Resources */ = {isa = PBXBuildFile; fileRef = 42541ACE207C49610072BC5A /* fake_home.json */; };
|
|
|
- 425660DB202015E1002DB0CA /* Launch.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 425660DA202015E1002DB0CA /* Launch.storyboard */; };
|
|
|
|
|
425CF096201EB2B500750E32 /* JLRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 425CF08C201EB2B500750E32 /* JLRefreshFooter.m */; };
|
|
425CF096201EB2B500750E32 /* JLRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 425CF08C201EB2B500750E32 /* JLRefreshFooter.m */; };
|
|
|
425CF097201EB2B500750E32 /* JLRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 425CF08F201EB2B500750E32 /* JLRefreshHeader.m */; };
|
|
425CF097201EB2B500750E32 /* JLRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 425CF08F201EB2B500750E32 /* JLRefreshHeader.m */; };
|
|
|
425CF098201EB2B500750E32 /* JLRefreshBasis.m in Sources */ = {isa = PBXBuildFile; fileRef = 425CF091201EB2B500750E32 /* JLRefreshBasis.m */; };
|
|
425CF098201EB2B500750E32 /* JLRefreshBasis.m in Sources */ = {isa = PBXBuildFile; fileRef = 425CF091201EB2B500750E32 /* JLRefreshBasis.m */; };
|
|
@@ -208,6 +209,10 @@
|
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
|
|
|
+ 3C0F4E9223BAE74F000A2FE7 /* CachedTileOverlay.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CachedTileOverlay.h; path = ../../common/ApexMap/CachedTileOverlay.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 3C0F4E9323BAE74F000A2FE7 /* CachedTileOverlay.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CachedTileOverlay.m; path = ../../common/ApexMap/CachedTileOverlay.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 3C0F4E9523BAF594000A2FE7 /* FileCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileCache.h; path = ../../common/FileCache.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 3C0F4E9623BAF594000A2FE7 /* FileCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FileCache.m; path = ../../common/FileCache.m; sourceTree = "<group>"; };
|
|
|
3C1DEC3B239F6C42006F7E2A /* MKMapView+ZoomLevel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "MKMapView+ZoomLevel.m"; path = "../../common/ApexMap/MKMapView+ZoomLevel.m"; sourceTree = "<group>"; };
|
|
3C1DEC3B239F6C42006F7E2A /* MKMapView+ZoomLevel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "MKMapView+ZoomLevel.m"; path = "../../common/ApexMap/MKMapView+ZoomLevel.m"; sourceTree = "<group>"; };
|
|
|
3C1DEC3C239F6C42006F7E2A /* MKMapView+ZoomLevel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "MKMapView+ZoomLevel.h"; path = "../../common/ApexMap/MKMapView+ZoomLevel.h"; sourceTree = "<group>"; };
|
|
3C1DEC3C239F6C42006F7E2A /* MKMapView+ZoomLevel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "MKMapView+ZoomLevel.h"; path = "../../common/ApexMap/MKMapView+ZoomLevel.h"; sourceTree = "<group>"; };
|
|
|
3C2D99A0239B92F1007B759E /* ApexMapView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ApexMapView.m; path = ../../common/ApexMap/ApexMapView.m; sourceTree = "<group>"; };
|
|
3C2D99A0239B92F1007B759E /* ApexMapView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ApexMapView.m; path = ../../common/ApexMap/ApexMapView.m; sourceTree = "<group>"; };
|
|
@@ -273,7 +278,6 @@
|
|
|
42539027207A159300ECF982 /* KPIButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KPIButton.h; sourceTree = "<group>"; };
|
|
42539027207A159300ECF982 /* KPIButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KPIButton.h; sourceTree = "<group>"; };
|
|
|
42539028207A159300ECF982 /* KPIButton.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KPIButton.m; sourceTree = "<group>"; };
|
|
42539028207A159300ECF982 /* KPIButton.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KPIButton.m; sourceTree = "<group>"; };
|
|
|
42541ACE207C49610072BC5A /* fake_home.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = fake_home.json; sourceTree = "<group>"; };
|
|
42541ACE207C49610072BC5A /* fake_home.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = fake_home.json; sourceTree = "<group>"; };
|
|
|
- 425660DA202015E1002DB0CA /* Launch.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Launch.storyboard; sourceTree = "<group>"; };
|
|
|
|
|
425CF08B201EB2B500750E32 /* JLRefreshFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JLRefreshFooter.h; sourceTree = "<group>"; };
|
|
425CF08B201EB2B500750E32 /* JLRefreshFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JLRefreshFooter.h; sourceTree = "<group>"; };
|
|
|
425CF08C201EB2B500750E32 /* JLRefreshFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JLRefreshFooter.m; sourceTree = "<group>"; };
|
|
425CF08C201EB2B500750E32 /* JLRefreshFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JLRefreshFooter.m; sourceTree = "<group>"; };
|
|
|
425CF08E201EB2B500750E32 /* JLRefreshHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JLRefreshHeader.h; sourceTree = "<group>"; };
|
|
425CF08E201EB2B500750E32 /* JLRefreshHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JLRefreshHeader.h; sourceTree = "<group>"; };
|
|
@@ -1072,6 +1076,8 @@
|
|
|
719A51AC18C5A6A80080C075 /* Location */ = {
|
|
719A51AC18C5A6A80080C075 /* Location */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 3C0F4E9223BAE74F000A2FE7 /* CachedTileOverlay.h */,
|
|
|
|
|
+ 3C0F4E9323BAE74F000A2FE7 /* CachedTileOverlay.m */,
|
|
|
3C2D99A1239B92F1007B759E /* ApexMapView.h */,
|
|
3C2D99A1239B92F1007B759E /* ApexMapView.h */,
|
|
|
3C2D99A0239B92F1007B759E /* ApexMapView.m */,
|
|
3C2D99A0239B92F1007B759E /* ApexMapView.m */,
|
|
|
3C1DEC3C239F6C42006F7E2A /* MKMapView+ZoomLevel.h */,
|
|
3C1DEC3C239F6C42006F7E2A /* MKMapView+ZoomLevel.h */,
|
|
@@ -1184,6 +1190,8 @@
|
|
|
719E7E2D18C01555003408FF /* utils */ = {
|
|
719E7E2D18C01555003408FF /* utils */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 3C0F4E9523BAF594000A2FE7 /* FileCache.h */,
|
|
|
|
|
+ 3C0F4E9623BAF594000A2FE7 /* FileCache.m */,
|
|
|
719E7E3118C0368A003408FF /* ApexMobileDB.h */,
|
|
719E7E3118C0368A003408FF /* ApexMobileDB.h */,
|
|
|
719E7E3218C0368A003408FF /* ApexMobileDB.m */,
|
|
719E7E3218C0368A003408FF /* ApexMobileDB.m */,
|
|
|
71A565DD18C212EA00CDAC07 /* Constant.h */,
|
|
71A565DD18C212EA00CDAC07 /* Constant.h */,
|
|
@@ -1196,7 +1204,6 @@
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
3CA1A2DD23A212E700639FCC /* Launch Screen.storyboard */,
|
|
3CA1A2DD23A212E700639FCC /* Launch Screen.storyboard */,
|
|
|
- 425660DA202015E1002DB0CA /* Launch.storyboard */,
|
|
|
|
|
427994B120300E7300746EDC /* Apex Mobile.entitlements */,
|
|
427994B120300E7300746EDC /* Apex Mobile.entitlements */,
|
|
|
719EF8E618BB839F00EFFF5F /* Apex Mobile */,
|
|
719EF8E618BB839F00EFFF5F /* Apex Mobile */,
|
|
|
719EF90B18BB839F00EFFF5F /* Apex MobileTests */,
|
|
719EF90B18BB839F00EFFF5F /* Apex MobileTests */,
|
|
@@ -1461,7 +1468,6 @@
|
|
|
714C39BF19234065004F045B /* Localizable.strings in Resources */,
|
|
714C39BF19234065004F045B /* Localizable.strings in Resources */,
|
|
|
427CF5D02023F5560041472A /* NewImages.xcassets in Resources */,
|
|
427CF5D02023F5560041472A /* NewImages.xcassets in Resources */,
|
|
|
4225E42621E08576009D2364 /* ApexResult.storyboard in Resources */,
|
|
4225E42621E08576009D2364 /* ApexResult.storyboard in Resources */,
|
|
|
- 425660DB202015E1002DB0CA /* Launch.storyboard in Resources */,
|
|
|
|
|
42E8212F21F6ED1800127705 /* ApexResultAdditionView.xib in Resources */,
|
|
42E8212F21F6ED1800127705 /* ApexResultAdditionView.xib in Resources */,
|
|
|
420DEF2720A1898500720524 /* AMCommHeadCell.xib in Resources */,
|
|
420DEF2720A1898500720524 /* AMCommHeadCell.xib in Resources */,
|
|
|
42BB740B2084737800B9B6E4 /* KPILegendCell.xib in Resources */,
|
|
42BB740B2084737800B9B6E4 /* KPILegendCell.xib in Resources */,
|
|
@@ -1493,7 +1499,9 @@
|
|
|
718BE8B2190F9D970046EA6A /* MyAutocompleteItemsSource.m in Sources */,
|
|
718BE8B2190F9D970046EA6A /* MyAutocompleteItemsSource.m in Sources */,
|
|
|
71406DCE18C36A52000914C4 /* TableCellBool.m in Sources */,
|
|
71406DCE18C36A52000914C4 /* TableCellBool.m in Sources */,
|
|
|
426E8ABD2021AEC50073BA5D /* JLCustomerNavigationAlertController.m in Sources */,
|
|
426E8ABD2021AEC50073BA5D /* JLCustomerNavigationAlertController.m in Sources */,
|
|
|
|
|
+ 3C0F4E9423BAE74F000A2FE7 /* CachedTileOverlay.m in Sources */,
|
|
|
71A01D7F18C9AEC8003307A9 /* DetailCellWeb.m in Sources */,
|
|
71A01D7F18C9AEC8003307A9 /* DetailCellWeb.m in Sources */,
|
|
|
|
|
+ 3C0F4E9723BAF594000A2FE7 /* FileCache.m in Sources */,
|
|
|
71A01D8518C9BDC8003307A9 /* DetailTabBarController.m in Sources */,
|
|
71A01D8518C9BDC8003307A9 /* DetailTabBarController.m in Sources */,
|
|
|
71F67CFC19066375004E8462 /* PulldownMenu.m in Sources */,
|
|
71F67CFC19066375004E8462 /* PulldownMenu.m in Sources */,
|
|
|
71406DD118C36A6E000914C4 /* TableCellDate.m in Sources */,
|
|
71406DD118C36A6E000914C4 /* TableCellDate.m in Sources */,
|
|
@@ -1773,6 +1781,7 @@
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
|
+ CURRENT_PROJECT_VERSION = 191231;
|
|
|
DEVELOPMENT_TEAM = "";
|
|
DEVELOPMENT_TEAM = "";
|
|
|
ENABLE_BITCODE = YES;
|
|
ENABLE_BITCODE = YES;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -1788,6 +1797,7 @@
|
|
|
HEADER_SEARCH_PATHS = "";
|
|
HEADER_SEARCH_PATHS = "";
|
|
|
INFOPLIST_FILE = "Apex Mobile/Apex Mobile-Info.plist";
|
|
INFOPLIST_FILE = "Apex Mobile/Apex Mobile-Info.plist";
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
|
|
|
+ MARKETING_VERSION = 2.80;
|
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "usai.apex.$(PRODUCT_NAME:rfc1034identifier)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "usai.apex.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
@@ -1810,6 +1820,7 @@
|
|
|
CODE_SIGN_IDENTITY = "iPhone Distribution";
|
|
CODE_SIGN_IDENTITY = "iPhone Distribution";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
|
|
+ CURRENT_PROJECT_VERSION = 191231;
|
|
|
DEVELOPMENT_TEAM = "";
|
|
DEVELOPMENT_TEAM = "";
|
|
|
ENABLE_BITCODE = YES;
|
|
ENABLE_BITCODE = YES;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -1821,6 +1832,7 @@
|
|
|
HEADER_SEARCH_PATHS = "";
|
|
HEADER_SEARCH_PATHS = "";
|
|
|
INFOPLIST_FILE = "Apex Mobile/Apex Mobile-Info.plist";
|
|
INFOPLIST_FILE = "Apex Mobile/Apex Mobile-Info.plist";
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
|
|
|
+ MARKETING_VERSION = 2.80;
|
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "usai.apex.$(PRODUCT_NAME:rfc1034identifier)";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "usai.apex.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|