|
@@ -15,6 +15,7 @@
|
|
dependencies = (
|
|
dependencies = (
|
|
);
|
|
);
|
|
name = TensorFlowLite;
|
|
name = TensorFlowLite;
|
|
|
|
+ productName = TensorFlowLite;
|
|
};
|
|
};
|
|
C5B80886873124CEC429CA0591705280 /* OpenCV2 */ = {
|
|
C5B80886873124CEC429CA0591705280 /* OpenCV2 */ = {
|
|
isa = PBXAggregateTarget;
|
|
isa = PBXAggregateTarget;
|
|
@@ -24,6 +25,7 @@
|
|
dependencies = (
|
|
dependencies = (
|
|
);
|
|
);
|
|
name = OpenCV2;
|
|
name = OpenCV2;
|
|
|
|
+ productName = OpenCV2;
|
|
};
|
|
};
|
|
/* End PBXAggregateTarget section */
|
|
/* End PBXAggregateTarget section */
|
|
|
|
|
|
@@ -57,6 +59,8 @@
|
|
27BC1246EA9551436EF0797243AC5C27 /* YYTextSelectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 45C026261DAF6B7FCAAC6266495F4C9E /* YYTextSelectionView.m */; };
|
|
27BC1246EA9551436EF0797243AC5C27 /* YYTextSelectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 45C026261DAF6B7FCAAC6266495F4C9E /* YYTextSelectionView.m */; };
|
|
27F35D4A18FADDD901AF200E8648887C /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C0EF01C047A7FEE68E5418B5310DDF5 /* MASConstraint.m */; };
|
|
27F35D4A18FADDD901AF200E8648887C /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C0EF01C047A7FEE68E5418B5310DDF5 /* MASConstraint.m */; };
|
|
285870722D6D6254EA4B07B08C5A4292 /* LenzCameraSDK.m in Sources */ = {isa = PBXBuildFile; fileRef = CFB95D9EF4BA34266DEE96A5088A1D0E /* LenzCameraSDK.m */; };
|
|
285870722D6D6254EA4B07B08C5A4292 /* LenzCameraSDK.m in Sources */ = {isa = PBXBuildFile; fileRef = CFB95D9EF4BA34266DEE96A5088A1D0E /* LenzCameraSDK.m */; };
|
|
|
|
+ 2955D10229E5126B00304514 /* PCSAutherView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2955D10029E5126B00304514 /* PCSAutherView.h */; };
|
|
|
|
+ 2955D10329E5126B00304514 /* PCSAutherView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2955D10129E5126B00304514 /* PCSAutherView.m */; };
|
|
29E64B53874873E9185F4C4A371E6ED6 /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = 35783455FD2B307819356A0F7317E3A2 /* MASViewAttribute.m */; };
|
|
29E64B53874873E9185F4C4A371E6ED6 /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = 35783455FD2B307819356A0F7317E3A2 /* MASViewAttribute.m */; };
|
|
2A82C8DF4D809ECE5A7B1E90F7CAE77F /* YYTextLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 58A56A8842D5A1FEE1A038D18A8C697A /* YYTextLayout.m */; };
|
|
2A82C8DF4D809ECE5A7B1E90F7CAE77F /* YYTextLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 58A56A8842D5A1FEE1A038D18A8C697A /* YYTextLayout.m */; };
|
|
2AD796924433EC645003FB24019C32FC /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = D1E565F5A1FAD79799DA4DD176AD4C23 /* MASViewConstraint.m */; };
|
|
2AD796924433EC645003FB24019C32FC /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = D1E565F5A1FAD79799DA4DD176AD4C23 /* MASViewConstraint.m */; };
|
|
@@ -401,6 +405,8 @@
|
|
24C466DCD5D26F8F1A95AFE5E7A10616 /* UIColor+JKAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIColor+JKAdd.m"; sourceTree = "<group>"; };
|
|
24C466DCD5D26F8F1A95AFE5E7A10616 /* UIColor+JKAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIColor+JKAdd.m"; sourceTree = "<group>"; };
|
|
28ECFDA64C4A2EC421FAF5FC2BA27142 /* autocalib.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = autocalib.hpp; path = opencv2.framework/Versions/A/Headers/stitching/detail/autocalib.hpp; sourceTree = "<group>"; };
|
|
28ECFDA64C4A2EC421FAF5FC2BA27142 /* autocalib.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = autocalib.hpp; path = opencv2.framework/Versions/A/Headers/stitching/detail/autocalib.hpp; sourceTree = "<group>"; };
|
|
28F972AC7A75FA6A834F1398B95B240A /* logger.defines.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = logger.defines.hpp; path = opencv2.framework/Versions/A/Headers/core/utils/logger.defines.hpp; sourceTree = "<group>"; };
|
|
28F972AC7A75FA6A834F1398B95B240A /* logger.defines.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = logger.defines.hpp; path = opencv2.framework/Versions/A/Headers/core/utils/logger.defines.hpp; sourceTree = "<group>"; };
|
|
|
|
+ 2955D10029E5126B00304514 /* PCSAutherView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PCSAutherView.h; sourceTree = "<group>"; };
|
|
|
|
+ 2955D10129E5126B00304514 /* PCSAutherView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PCSAutherView.m; sourceTree = "<group>"; };
|
|
296E0AAD4A2D8A00C7F05EFE783BD524 /* PCSTools.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PCSTools.m; sourceTree = "<group>"; };
|
|
296E0AAD4A2D8A00C7F05EFE783BD524 /* PCSTools.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PCSTools.m; sourceTree = "<group>"; };
|
|
29B829673F9D5AB2BD30E5304DB7EEA6 /* miniflann.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = miniflann.hpp; path = opencv2.framework/Versions/A/Headers/flann/miniflann.hpp; sourceTree = "<group>"; };
|
|
29B829673F9D5AB2BD30E5304DB7EEA6 /* miniflann.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = miniflann.hpp; path = opencv2.framework/Versions/A/Headers/flann/miniflann.hpp; sourceTree = "<group>"; };
|
|
2A4C82A7E53516C57C23D930064D55FA /* limits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = limits.hpp; path = opencv2.framework/Versions/A/Headers/core/cuda/limits.hpp; sourceTree = "<group>"; };
|
|
2A4C82A7E53516C57C23D930064D55FA /* limits.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = limits.hpp; path = opencv2.framework/Versions/A/Headers/core/cuda/limits.hpp; sourceTree = "<group>"; };
|
|
@@ -567,7 +573,7 @@
|
|
79C8778FBF822AC259820E6C7314F0CB /* random.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random.h; path = opencv2.framework/Versions/A/Headers/flann/random.h; sourceTree = "<group>"; };
|
|
79C8778FBF822AC259820E6C7314F0CB /* random.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random.h; path = opencv2.framework/Versions/A/Headers/flann/random.h; sourceTree = "<group>"; };
|
|
7AF0C9EDC9FACDAE37FC3FA2964122BD /* YYTextUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextUtilities.h; path = YYText/Utility/YYTextUtilities.h; sourceTree = "<group>"; };
|
|
7AF0C9EDC9FACDAE37FC3FA2964122BD /* YYTextUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYTextUtilities.h; path = YYText/Utility/YYTextUtilities.h; sourceTree = "<group>"; };
|
|
7AF13B5C074766CBB721EAA1F9AE6C05 /* highgui_c.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = highgui_c.h; path = opencv2.framework/Versions/A/Headers/highgui/highgui_c.h; sourceTree = "<group>"; };
|
|
7AF13B5C074766CBB721EAA1F9AE6C05 /* highgui_c.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = highgui_c.h; path = opencv2.framework/Versions/A/Headers/highgui/highgui_c.h; sourceTree = "<group>"; };
|
|
- 7B18E9434BD29D9BCC4A19B17A989C67 /* moire_mobilenetv2_79.tflite */ = {isa = PBXFileReference; includeInIndex = 1; path = moire_mobilenetv2_79.tflite; sourceTree = "<group>"; };
|
|
|
|
|
|
+ 7B18E9434BD29D9BCC4A19B17A989C67 /* moire_mobilenetv2_79.tflite */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; path = moire_mobilenetv2_79.tflite; sourceTree = "<group>"; };
|
|
7B8BFBAF8DEF654F040AAB63F5E35DAE /* PaddingLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PaddingLabel.h; sourceTree = "<group>"; };
|
|
7B8BFBAF8DEF654F040AAB63F5E35DAE /* PaddingLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PaddingLabel.h; sourceTree = "<group>"; };
|
|
7C76B84B6CAE7F2A7249CE02191B4D39 /* opencl_gl_wrappers.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = opencl_gl_wrappers.hpp; path = opencv2.framework/Versions/A/Headers/core/opencl/runtime/autogenerated/opencl_gl_wrappers.hpp; sourceTree = "<group>"; };
|
|
7C76B84B6CAE7F2A7249CE02191B4D39 /* opencl_gl_wrappers.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = opencl_gl_wrappers.hpp; path = opencv2.framework/Versions/A/Headers/core/opencl/runtime/autogenerated/opencl_gl_wrappers.hpp; sourceTree = "<group>"; };
|
|
7D660DACAFE1FE48CFD4EAD7E90D9ABC /* VerticalButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = VerticalButton.h; sourceTree = "<group>"; };
|
|
7D660DACAFE1FE48CFD4EAD7E90D9ABC /* VerticalButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = VerticalButton.h; sourceTree = "<group>"; };
|
|
@@ -592,7 +598,7 @@
|
|
8770346476564128E1D95CB54F75F259 /* gcgraph.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = gcgraph.hpp; path = opencv2.framework/Versions/A/Headers/imgproc/detail/gcgraph.hpp; sourceTree = "<group>"; };
|
|
8770346476564128E1D95CB54F75F259 /* gcgraph.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = gcgraph.hpp; path = opencv2.framework/Versions/A/Headers/imgproc/detail/gcgraph.hpp; sourceTree = "<group>"; };
|
|
87915C9C50FDE9906265DF4122AB7E1F /* SVIndefiniteAnimatedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVIndefiniteAnimatedView.m; path = SVProgressHUD/SVIndefiniteAnimatedView.m; sourceTree = "<group>"; };
|
|
87915C9C50FDE9906265DF4122AB7E1F /* SVIndefiniteAnimatedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SVIndefiniteAnimatedView.m; path = SVProgressHUD/SVIndefiniteAnimatedView.m; sourceTree = "<group>"; };
|
|
87FB9F6AA326948FF957CDBA9D45E100 /* gasync_context.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = gasync_context.hpp; path = opencv2.framework/Versions/A/Headers/gapi/gasync_context.hpp; sourceTree = "<group>"; };
|
|
87FB9F6AA326948FF957CDBA9D45E100 /* gasync_context.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = gasync_context.hpp; path = opencv2.framework/Versions/A/Headers/gapi/gasync_context.hpp; sourceTree = "<group>"; };
|
|
- 88176509FCAB6B36F316AC04B84446BE /* LenzSDK.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = LenzSDK.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
|
|
|
|
|
+ 88176509FCAB6B36F316AC04B84446BE /* LenzSDK.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = LenzSDK.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
|
88FAFB718DB7E66A1777F7176F4268AF /* YYTextRunDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextRunDelegate.m; path = YYText/String/YYTextRunDelegate.m; sourceTree = "<group>"; };
|
|
88FAFB718DB7E66A1777F7176F4268AF /* YYTextRunDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYTextRunDelegate.m; path = YYText/String/YYTextRunDelegate.m; sourceTree = "<group>"; };
|
|
8905E06243ADA18E17E2B2D83FE17D91 /* TensorFlowWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TensorFlowWrapper.m; sourceTree = "<group>"; };
|
|
8905E06243ADA18E17E2B2D83FE17D91 /* TensorFlowWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = TensorFlowWrapper.m; sourceTree = "<group>"; };
|
|
8A171F24B8E17DEE3264D323615C52E8 /* SVIndefiniteAnimatedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVIndefiniteAnimatedView.h; path = SVProgressHUD/SVIndefiniteAnimatedView.h; sourceTree = "<group>"; };
|
|
8A171F24B8E17DEE3264D323615C52E8 /* SVIndefiniteAnimatedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SVIndefiniteAnimatedView.h; path = SVProgressHUD/SVIndefiniteAnimatedView.h; sourceTree = "<group>"; };
|
|
@@ -643,7 +649,7 @@
|
|
9C93448467AF0FC5C5C0671BA0DE53BB /* background_segm.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = background_segm.hpp; path = opencv2.framework/Versions/A/Headers/video/background_segm.hpp; sourceTree = "<group>"; };
|
|
9C93448467AF0FC5C5C0671BA0DE53BB /* background_segm.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = background_segm.hpp; path = opencv2.framework/Versions/A/Headers/video/background_segm.hpp; sourceTree = "<group>"; };
|
|
9CFC1E8A4E3A321EE1F437991322D520 /* opencl_info.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = opencl_info.hpp; path = opencv2.framework/Versions/A/Headers/core/opencl/opencl_info.hpp; sourceTree = "<group>"; };
|
|
9CFC1E8A4E3A321EE1F437991322D520 /* opencl_info.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = opencl_info.hpp; path = opencv2.framework/Versions/A/Headers/core/opencl/opencl_info.hpp; sourceTree = "<group>"; };
|
|
9D3326A3007D874205B40893EA3CFE62 /* UIView+JKAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+JKAdd.m"; sourceTree = "<group>"; };
|
|
9D3326A3007D874205B40893EA3CFE62 /* UIView+JKAdd.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+JKAdd.m"; sourceTree = "<group>"; };
|
|
- 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
|
|
|
|
|
+ 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
|
9E3D8540C60144CED386A442155ED9CF /* UIImage+ext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIImage+ext.m"; sourceTree = "<group>"; };
|
|
9E3D8540C60144CED386A442155ED9CF /* UIImage+ext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIImage+ext.m"; sourceTree = "<group>"; };
|
|
9E71193FBE9AF461922EBB18D9FEECD9 /* gmat.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = gmat.hpp; path = opencv2.framework/Versions/A/Headers/gapi/gmat.hpp; sourceTree = "<group>"; };
|
|
9E71193FBE9AF461922EBB18D9FEECD9 /* gmat.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = gmat.hpp; path = opencv2.framework/Versions/A/Headers/gapi/gmat.hpp; sourceTree = "<group>"; };
|
|
9E9A4CFE1E806FB27FF48B0A51F8FA29 /* ImageCacheLRU.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ImageCacheLRU.h; sourceTree = "<group>"; };
|
|
9E9A4CFE1E806FB27FF48B0A51F8FA29 /* ImageCacheLRU.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ImageCacheLRU.h; sourceTree = "<group>"; };
|
|
@@ -669,7 +675,7 @@
|
|
A718862A1B1B19BAA2465D13B88CF0E8 /* directx.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = directx.hpp; path = opencv2.framework/Versions/A/Headers/core/directx.hpp; sourceTree = "<group>"; };
|
|
A718862A1B1B19BAA2465D13B88CF0E8 /* directx.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = directx.hpp; path = opencv2.framework/Versions/A/Headers/core/directx.hpp; sourceTree = "<group>"; };
|
|
A7FA1FD7A64BD7439EDE019F7FF831F4 /* PhotoAlbumModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PhotoAlbumModel.m; sourceTree = "<group>"; };
|
|
A7FA1FD7A64BD7439EDE019F7FF831F4 /* PhotoAlbumModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PhotoAlbumModel.m; sourceTree = "<group>"; };
|
|
A976605A3EBE01C3354D9E6195DDB0E8 /* PhotoAlbumListViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PhotoAlbumListViewController.h; sourceTree = "<group>"; };
|
|
A976605A3EBE01C3354D9E6195DDB0E8 /* PhotoAlbumListViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PhotoAlbumListViewController.h; sourceTree = "<group>"; };
|
|
- A9F5B1F945F4C5B0A7018A0A2387B101 /* cpp-headers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = "cpp-headers.mm"; sourceTree = "<group>"; };
|
|
|
|
|
|
+ A9F5B1F945F4C5B0A7018A0A2387B101 /* cpp-headers.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = "cpp-headers.mm"; sourceTree = "<group>"; };
|
|
AACE60EFC1A660CF10C691A6C1F191AB /* MovieListCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MovieListCellModel.m; sourceTree = "<group>"; };
|
|
AACE60EFC1A660CF10C691A6C1F191AB /* MovieListCellModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MovieListCellModel.m; sourceTree = "<group>"; };
|
|
ABC22E28433BB89070EB7E08AB010222 /* opencl_svm.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = opencl_svm.hpp; path = opencv2.framework/Versions/A/Headers/core/opencl/opencl_svm.hpp; sourceTree = "<group>"; };
|
|
ABC22E28433BB89070EB7E08AB010222 /* opencl_svm.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = opencl_svm.hpp; path = opencv2.framework/Versions/A/Headers/core/opencl/opencl_svm.hpp; sourceTree = "<group>"; };
|
|
AC06D2948EA51D189BF32F25DA893136 /* warp_shuffle.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = warp_shuffle.hpp; path = opencv2.framework/Versions/A/Headers/core/cuda/warp_shuffle.hpp; sourceTree = "<group>"; };
|
|
AC06D2948EA51D189BF32F25DA893136 /* warp_shuffle.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = warp_shuffle.hpp; path = opencv2.framework/Versions/A/Headers/core/cuda/warp_shuffle.hpp; sourceTree = "<group>"; };
|
|
@@ -914,7 +920,6 @@
|
|
945A93D2704FC5124F096FD0C01E5BEB /* BaseViewTapGestureDelegate.h */,
|
|
945A93D2704FC5124F096FD0C01E5BEB /* BaseViewTapGestureDelegate.h */,
|
|
5356D4198E190C400B23CF0C0124ABEE /* BaseViewTapGestureDelegate.m */,
|
|
5356D4198E190C400B23CF0C0124ABEE /* BaseViewTapGestureDelegate.m */,
|
|
);
|
|
);
|
|
- name = GestureHandler;
|
|
|
|
path = GestureHandler;
|
|
path = GestureHandler;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -972,7 +977,6 @@
|
|
F0091361036E037214A58062DD16AFF7 /* YYTextWeakProxy.m */,
|
|
F0091361036E037214A58062DD16AFF7 /* YYTextWeakProxy.m */,
|
|
8F47308E62B7B139E1B38ED2DFBA8AD6 /* Support Files */,
|
|
8F47308E62B7B139E1B38ED2DFBA8AD6 /* Support Files */,
|
|
);
|
|
);
|
|
- name = YYText;
|
|
|
|
path = YYText;
|
|
path = YYText;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -982,13 +986,14 @@
|
|
3C656E596AEEAD88C7CF6F16C1D1F431 /* PanoramaOrientationView.h */,
|
|
3C656E596AEEAD88C7CF6F16C1D1F431 /* PanoramaOrientationView.h */,
|
|
0B658456B1B2984F39BB79AE0C29A7BC /* PanoramaOrientationView.m */,
|
|
0B658456B1B2984F39BB79AE0C29A7BC /* PanoramaOrientationView.m */,
|
|
);
|
|
);
|
|
- name = PanoramaOrientaionView;
|
|
|
|
path = PanoramaOrientaionView;
|
|
path = PanoramaOrientaionView;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
0E9ECDF1010EFDC97B119CD20C5948A5 /* UI */ = {
|
|
0E9ECDF1010EFDC97B119CD20C5948A5 /* UI */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ 2955D10029E5126B00304514 /* PCSAutherView.h */,
|
|
|
|
+ 2955D10129E5126B00304514 /* PCSAutherView.m */,
|
|
6F249E1100744D6BACF4222EC15E8C25 /* PCSThemeColorManager.h */,
|
|
6F249E1100744D6BACF4222EC15E8C25 /* PCSThemeColorManager.h */,
|
|
8BED18EC37FF6BB406B8A328F952809E /* PCSThemeColorManager.m */,
|
|
8BED18EC37FF6BB406B8A328F952809E /* PCSThemeColorManager.m */,
|
|
2330847AEB56748182D67A8683573C01 /* Button */,
|
|
2330847AEB56748182D67A8683573C01 /* Button */,
|
|
@@ -1000,7 +1005,6 @@
|
|
F4CB69216E852E5BE1E86B0CEBF1C694 /* Transition */,
|
|
F4CB69216E852E5BE1E86B0CEBF1C694 /* Transition */,
|
|
19CEE5653968049C3E8561993E3513A6 /* UIView+tool */,
|
|
19CEE5653968049C3E8561993E3513A6 /* UIView+tool */,
|
|
);
|
|
);
|
|
- name = UI;
|
|
|
|
path = UI;
|
|
path = UI;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1012,7 +1016,6 @@
|
|
5E4B266BD585D4F5133D6E588A82DA70 /* UIView+JKAdd.h */,
|
|
5E4B266BD585D4F5133D6E588A82DA70 /* UIView+JKAdd.h */,
|
|
9D3326A3007D874205B40893EA3CFE62 /* UIView+JKAdd.m */,
|
|
9D3326A3007D874205B40893EA3CFE62 /* UIView+JKAdd.m */,
|
|
);
|
|
);
|
|
- name = "UIView+tool";
|
|
|
|
path = "UIView+tool";
|
|
path = "UIView+tool";
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1022,7 +1025,6 @@
|
|
5B1001037DEC018BCD5F7ADB9D38AFB5 /* PCSModeList.h */,
|
|
5B1001037DEC018BCD5F7ADB9D38AFB5 /* PCSModeList.h */,
|
|
97B43859FBFAFDCFDF6436E952BAFDB3 /* PCSModeList.m */,
|
|
97B43859FBFAFDCFDF6436E952BAFDB3 /* PCSModeList.m */,
|
|
);
|
|
);
|
|
- name = ModeListView;
|
|
|
|
path = ModeListView;
|
|
path = ModeListView;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1036,7 +1038,6 @@
|
|
7D660DACAFE1FE48CFD4EAD7E90D9ABC /* VerticalButton.h */,
|
|
7D660DACAFE1FE48CFD4EAD7E90D9ABC /* VerticalButton.h */,
|
|
F974FA918443DCB35A0B7EE08207B908 /* VerticalButton.m */,
|
|
F974FA918443DCB35A0B7EE08207B908 /* VerticalButton.m */,
|
|
);
|
|
);
|
|
- name = Button;
|
|
|
|
path = Button;
|
|
path = Button;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1058,7 +1059,6 @@
|
|
B4D25A57720FED5D490B8329026D9542 /* OperationNodeVideoBase.m */,
|
|
B4D25A57720FED5D490B8329026D9542 /* OperationNodeVideoBase.m */,
|
|
C0C275FD48BA9BAC5B3CE5349CED3412 /* PCSMotionManager */,
|
|
C0C275FD48BA9BAC5B3CE5349CED3412 /* PCSMotionManager */,
|
|
);
|
|
);
|
|
- name = OperationNode;
|
|
|
|
path = OperationNode;
|
|
path = OperationNode;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1070,7 +1070,6 @@
|
|
B315AC7DD4C969A0E9AAB9244C3B3E8E /* Renderer.h */,
|
|
B315AC7DD4C969A0E9AAB9244C3B3E8E /* Renderer.h */,
|
|
D8EB35B2380C806D37146184BA831DD3 /* Renderer.m */,
|
|
D8EB35B2380C806D37146184BA831DD3 /* Renderer.m */,
|
|
);
|
|
);
|
|
- name = Renderer;
|
|
|
|
path = Renderer;
|
|
path = Renderer;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1080,7 +1079,6 @@
|
|
10EEE0F0023FF9FAEF51DA382DF5A400 /* MoviePlayerViewController.h */,
|
|
10EEE0F0023FF9FAEF51DA382DF5A400 /* MoviePlayerViewController.h */,
|
|
A3FC769F1E5DE4CC64C4DF481839D065 /* MoviePlayerViewController.m */,
|
|
A3FC769F1E5DE4CC64C4DF481839D065 /* MoviePlayerViewController.m */,
|
|
);
|
|
);
|
|
- name = MoviePlayerViewController;
|
|
|
|
path = MoviePlayerViewController;
|
|
path = MoviePlayerViewController;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1093,7 +1091,6 @@
|
|
6CDD371E99332E22FBD8D51F8409095B /* PCSPreviewViewController.m */,
|
|
6CDD371E99332E22FBD8D51F8409095B /* PCSPreviewViewController.m */,
|
|
020F31974C34C83C7CE7B9C5E9DBDE14 /* GestureHandler */,
|
|
020F31974C34C83C7CE7B9C5E9DBDE14 /* GestureHandler */,
|
|
);
|
|
);
|
|
- name = PCSBaseViewController;
|
|
|
|
path = PCSBaseViewController;
|
|
path = PCSBaseViewController;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1120,7 +1117,6 @@
|
|
A8CAE5AEA0F4BC141EF8BF5692057E13 /* Resources */,
|
|
A8CAE5AEA0F4BC141EF8BF5692057E13 /* Resources */,
|
|
578582C15A1258A86F99A3E149B47BC0 /* Support Files */,
|
|
578582C15A1258A86F99A3E149B47BC0 /* Support Files */,
|
|
);
|
|
);
|
|
- name = SVProgressHUD;
|
|
|
|
path = SVProgressHUD;
|
|
path = SVProgressHUD;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1130,7 +1126,6 @@
|
|
70286A4FEC98F83D0036EEDE95BC6F4E /* UIColor+JKAdd.h */,
|
|
70286A4FEC98F83D0036EEDE95BC6F4E /* UIColor+JKAdd.h */,
|
|
24C466DCD5D26F8F1A95AFE5E7A10616 /* UIColor+JKAdd.m */,
|
|
24C466DCD5D26F8F1A95AFE5E7A10616 /* UIColor+JKAdd.m */,
|
|
);
|
|
);
|
|
- name = color;
|
|
|
|
path = color;
|
|
path = color;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1143,7 +1138,6 @@
|
|
99925C528BCDAEDA82E6BE0F19F34EBA /* LenzDataManager.m */,
|
|
99925C528BCDAEDA82E6BE0F19F34EBA /* LenzDataManager.m */,
|
|
BD5012888E163CD600AA02A99C5E8BE0 /* DBModels */,
|
|
BD5012888E163CD600AA02A99C5E8BE0 /* DBModels */,
|
|
);
|
|
);
|
|
- name = DB;
|
|
|
|
path = DB;
|
|
path = DB;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1153,7 +1147,6 @@
|
|
8F4CBA73D909FAFBA52B0D5E1066F4E3 /* TensorFlowWrapper.h */,
|
|
8F4CBA73D909FAFBA52B0D5E1066F4E3 /* TensorFlowWrapper.h */,
|
|
8905E06243ADA18E17E2B2D83FE17D91 /* TensorFlowWrapper.m */,
|
|
8905E06243ADA18E17E2B2D83FE17D91 /* TensorFlowWrapper.m */,
|
|
);
|
|
);
|
|
- name = TensorFlow;
|
|
|
|
path = TensorFlow;
|
|
path = TensorFlow;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1163,7 +1156,6 @@
|
|
9BBEE7B89746528F0C2DCFB43020260E /* CameraManager.h */,
|
|
9BBEE7B89746528F0C2DCFB43020260E /* CameraManager.h */,
|
|
16DB214179794264262709A1A5BA8B2F /* CameraManager.m */,
|
|
16DB214179794264262709A1A5BA8B2F /* CameraManager.m */,
|
|
);
|
|
);
|
|
- name = CameraManager;
|
|
|
|
path = CameraManager;
|
|
path = CameraManager;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1181,7 +1173,6 @@
|
|
D2A129A0F73F0ADC986E1CB525B62E70 /* Cell */,
|
|
D2A129A0F73F0ADC986E1CB525B62E70 /* Cell */,
|
|
ED28808F8317651380EDB5DE87978946 /* CollectionViewCell */,
|
|
ED28808F8317651380EDB5DE87978946 /* CollectionViewCell */,
|
|
);
|
|
);
|
|
- name = PhotoListController;
|
|
|
|
path = PhotoListController;
|
|
path = PhotoListController;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1203,7 +1194,6 @@
|
|
AC2E3E7E3794C6BE58DFE72E2B8B0363 /* PanoramaGuideView.h */,
|
|
AC2E3E7E3794C6BE58DFE72E2B8B0363 /* PanoramaGuideView.h */,
|
|
8D4020EFF5D912EE82E03D562C9B5A45 /* PanoramaGuideView.m */,
|
|
8D4020EFF5D912EE82E03D562C9B5A45 /* PanoramaGuideView.m */,
|
|
);
|
|
);
|
|
- name = PanoramaGuideView;
|
|
|
|
path = PanoramaGuideView;
|
|
path = PanoramaGuideView;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1216,7 +1206,6 @@
|
|
F7D9819B5149B23177924CF7F309F765 /* QuitMultipleModeAlertViewController.m */,
|
|
F7D9819B5149B23177924CF7F309F765 /* QuitMultipleModeAlertViewController.m */,
|
|
6CEE913F5B1E591BC40A0FD8D95D001F /* QuitMultipleModeAlertViewController.xib */,
|
|
6CEE913F5B1E591BC40A0FD8D95D001F /* QuitMultipleModeAlertViewController.xib */,
|
|
);
|
|
);
|
|
- name = Alert;
|
|
|
|
path = Alert;
|
|
path = Alert;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1316,7 +1305,6 @@
|
|
3A4051AB02912D5A48F9B1DB7AC62AE1 /* TimerLabel.h */,
|
|
3A4051AB02912D5A48F9B1DB7AC62AE1 /* TimerLabel.h */,
|
|
0270589F18C4470D0CBC3AE8D21164FB /* TimerLabel.m */,
|
|
0270589F18C4470D0CBC3AE8D21164FB /* TimerLabel.m */,
|
|
);
|
|
);
|
|
- name = Label;
|
|
|
|
path = Label;
|
|
path = Label;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1338,7 +1326,6 @@
|
|
9E9A4CFE1E806FB27FF48B0A51F8FA29 /* ImageCacheLRU.h */,
|
|
9E9A4CFE1E806FB27FF48B0A51F8FA29 /* ImageCacheLRU.h */,
|
|
173B90865B6A5496A853C37DC81AD581 /* ImageCacheLRU.m */,
|
|
173B90865B6A5496A853C37DC81AD581 /* ImageCacheLRU.m */,
|
|
);
|
|
);
|
|
- name = LRU;
|
|
|
|
path = LRU;
|
|
path = LRU;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1391,7 +1378,6 @@
|
|
A2C97AFCBD52302896DCE3AC8ABFBE5D /* Frameworks */,
|
|
A2C97AFCBD52302896DCE3AC8ABFBE5D /* Frameworks */,
|
|
F75E56D91EC0B21B205D165DDB5F1B5B /* Support Files */,
|
|
F75E56D91EC0B21B205D165DDB5F1B5B /* Support Files */,
|
|
);
|
|
);
|
|
- name = TensorFlowLite;
|
|
|
|
path = TensorFlowLite;
|
|
path = TensorFlowLite;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1687,7 +1673,6 @@
|
|
EFF942BBE0F3DD7A22178A31416D2DDF /* Frameworks */,
|
|
EFF942BBE0F3DD7A22178A31416D2DDF /* Frameworks */,
|
|
78E3D5CA530FE0BBE26EF4F634B54B85 /* Support Files */,
|
|
78E3D5CA530FE0BBE26EF4F634B54B85 /* Support Files */,
|
|
);
|
|
);
|
|
- name = OpenCV2;
|
|
|
|
path = OpenCV2;
|
|
path = OpenCV2;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1703,7 +1688,6 @@
|
|
1CD46B6F9B531364668CE7368C934081 /* UIImage+ext.h */,
|
|
1CD46B6F9B531364668CE7368C934081 /* UIImage+ext.h */,
|
|
9E3D8540C60144CED386A442155ED9CF /* UIImage+ext.m */,
|
|
9E3D8540C60144CED386A442155ED9CF /* UIImage+ext.m */,
|
|
);
|
|
);
|
|
- name = Exts;
|
|
|
|
path = Exts;
|
|
path = Exts;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1713,7 +1697,6 @@
|
|
403FBB31E50BF7D8F0B08CC66A2EDCC6 /* LenzCachedResourceModel.h */,
|
|
403FBB31E50BF7D8F0B08CC66A2EDCC6 /* LenzCachedResourceModel.h */,
|
|
D84C280CB71B838D2C2DE8305349F7F3 /* LenzCachedResourceModel.m */,
|
|
D84C280CB71B838D2C2DE8305349F7F3 /* LenzCachedResourceModel.m */,
|
|
);
|
|
);
|
|
- name = DBModels;
|
|
|
|
path = DBModels;
|
|
path = DBModels;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1723,7 +1706,6 @@
|
|
036CF813B01C669F91FB05F209C4069F /* PCSMotionManager.h */,
|
|
036CF813B01C669F91FB05F209C4069F /* PCSMotionManager.h */,
|
|
1429441378D663A8079FAB74C47D421E /* PCSMotionManager.m */,
|
|
1429441378D663A8079FAB74C47D421E /* PCSMotionManager.m */,
|
|
);
|
|
);
|
|
- name = PCSMotionManager;
|
|
|
|
path = PCSMotionManager;
|
|
path = PCSMotionManager;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1779,7 +1761,6 @@
|
|
A682665B0F2F184E8E8A631EADACC029 /* ViewController+MASAdditions.m */,
|
|
A682665B0F2F184E8E8A631EADACC029 /* ViewController+MASAdditions.m */,
|
|
AA5651695ECA2551FE4073E9ED3512A9 /* Support Files */,
|
|
AA5651695ECA2551FE4073E9ED3512A9 /* Support Files */,
|
|
);
|
|
);
|
|
- name = Masonry;
|
|
|
|
path = Masonry;
|
|
path = Masonry;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1796,7 +1777,6 @@
|
|
A4A786175AE33E5AE54203E6345C794B /* PhotoListCellModel.h */,
|
|
A4A786175AE33E5AE54203E6345C794B /* PhotoListCellModel.h */,
|
|
69CBF88ABBBBC462CA5D1C449D145791 /* PhotoListCellModel.m */,
|
|
69CBF88ABBBBC462CA5D1C449D145791 /* PhotoListCellModel.m */,
|
|
);
|
|
);
|
|
- name = Cell;
|
|
|
|
path = Cell;
|
|
path = Cell;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1845,7 +1825,6 @@
|
|
D3D72F49864D574ED2F4DE64A528B138 /* PhotoCell.m */,
|
|
D3D72F49864D574ED2F4DE64A528B138 /* PhotoCell.m */,
|
|
D631405D079AA018794E5D9BAEE301F1 /* PhotoCell.xib */,
|
|
D631405D079AA018794E5D9BAEE301F1 /* PhotoCell.xib */,
|
|
);
|
|
);
|
|
- name = CollectionViewCell;
|
|
|
|
path = CollectionViewCell;
|
|
path = CollectionViewCell;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1863,7 +1842,6 @@
|
|
18EE38B627F5098F5ACCD9BD7DC1A6A6 /* CustomModalViewTransition.h */,
|
|
18EE38B627F5098F5ACCD9BD7DC1A6A6 /* CustomModalViewTransition.h */,
|
|
E4DBE241924BDFED99EC4B2344074FB9 /* CustomModalViewTransition.m */,
|
|
E4DBE241924BDFED99EC4B2344074FB9 /* CustomModalViewTransition.m */,
|
|
);
|
|
);
|
|
- name = Transition;
|
|
|
|
path = Transition;
|
|
path = Transition;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
@@ -1937,6 +1915,7 @@
|
|
68D11EC4E87DD1E987BF3F24AB3EAC34 /* PCSRoundButton.h in Headers */,
|
|
68D11EC4E87DD1E987BF3F24AB3EAC34 /* PCSRoundButton.h in Headers */,
|
|
3FF2341E3641F61D3908B6C9AF045466 /* PCSSDF-prefix-header.h in Headers */,
|
|
3FF2341E3641F61D3908B6C9AF045466 /* PCSSDF-prefix-header.h in Headers */,
|
|
5E9F867FA590BD75F20B4B5AA64A5940 /* PCSSessionWrapper.h in Headers */,
|
|
5E9F867FA590BD75F20B4B5AA64A5940 /* PCSSessionWrapper.h in Headers */,
|
|
|
|
+ 2955D10229E5126B00304514 /* PCSAutherView.h in Headers */,
|
|
5B931F9784BE81FF50D2A6C5F5BB7ECB /* PCSThemeColorManager.h in Headers */,
|
|
5B931F9784BE81FF50D2A6C5F5BB7ECB /* PCSThemeColorManager.h in Headers */,
|
|
DB12BA3166665DD0A05CE44D151F1CAD /* PCSTools.h in Headers */,
|
|
DB12BA3166665DD0A05CE44D151F1CAD /* PCSTools.h in Headers */,
|
|
46BEF10F4A3AB0DF8E7ABD90100CB00B /* PhotoAlbumListViewController.h in Headers */,
|
|
46BEF10F4A3AB0DF8E7ABD90100CB00B /* PhotoAlbumListViewController.h in Headers */,
|
|
@@ -2238,6 +2217,7 @@
|
|
2243254801BD1818146D1BE595ED0093 /* LenzCachedResourceModel.m in Sources */,
|
|
2243254801BD1818146D1BE595ED0093 /* LenzCachedResourceModel.m in Sources */,
|
|
285870722D6D6254EA4B07B08C5A4292 /* LenzCameraSDK.m in Sources */,
|
|
285870722D6D6254EA4B07B08C5A4292 /* LenzCameraSDK.m in Sources */,
|
|
8455BC795264E85AD7AC4E0791E6FF0B /* LenzDataManager.m in Sources */,
|
|
8455BC795264E85AD7AC4E0791E6FF0B /* LenzDataManager.m in Sources */,
|
|
|
|
+ 2955D10329E5126B00304514 /* PCSAutherView.m in Sources */,
|
|
7CB59C095A80B611E7FEA0238981B5B0 /* LenzSDK-dummy.m in Sources */,
|
|
7CB59C095A80B611E7FEA0238981B5B0 /* LenzSDK-dummy.m in Sources */,
|
|
CE37FEA495CB7228E50E66CA11B06307 /* Localizable.strings in Sources */,
|
|
CE37FEA495CB7228E50E66CA11B06307 /* Localizable.strings in Sources */,
|
|
90EC1C801997F93FAC2CEE8C80941219 /* Localizable.strings in Sources */,
|
|
90EC1C801997F93FAC2CEE8C80941219 /* Localizable.strings in Sources */,
|
|
@@ -2614,8 +2594,7 @@
|
|
MTL_FAST_MATH = YES;
|
|
MTL_FAST_MATH = YES;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
STRIP_INSTALLED_PRODUCT = NO;
|
|
STRIP_INSTALLED_PRODUCT = NO;
|
|
- SWIFT_COMPILATION_MODE = wholemodule;
|
|
|
|
- SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
|
|
|
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
SWIFT_VERSION = 5.0;
|
|
SWIFT_VERSION = 5.0;
|
|
SYMROOT = "${SRCROOT}/../build";
|
|
SYMROOT = "${SRCROOT}/../build";
|
|
};
|
|
};
|