add timelapse video generation on iOS and mac , fix history memory
This commit is contained in:
@@ -127,6 +127,10 @@
|
||||
AD1063AB1EC7AE92002A525F /* node_text.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063791EC7ADFA002A525F /* node_text.cpp */; };
|
||||
AD1063AC1EC7AE92002A525F /* node_viewport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD10637B1EC7ADFA002A525F /* node_viewport.cpp */; };
|
||||
AD29CC621EA2B214008C8BFA /* action.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD29CC601EA2B214008C8BFA /* action.cpp */; };
|
||||
AD3087C2205F016F009F9260 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD3087C1205F016F009F9260 /* AVFoundation.framework */; };
|
||||
AD3087C4205F0177009F9260 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD3087C3205F0177009F9260 /* AVFoundation.framework */; };
|
||||
AD3087C62061D1B4009F9260 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD3087C52061D1B3009F9260 /* CoreVideo.framework */; };
|
||||
AD3087C82061D1CD009F9260 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD3087C72061D1CD009F9260 /* CoreGraphics.framework */; };
|
||||
AD30D82F1F783E0100B6A112 /* libcurl.4.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = AD30D82E1F783E0100B6A112 /* libcurl.4.tbd */; };
|
||||
AD30D8331F8049BD00B6A112 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD30D8321F8049BC00B6A112 /* Photos.framework */; };
|
||||
AD3B1EC01E3B8B7600E918E3 /* layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD3B1EBE1E3B8B7600E918E3 /* layout.cpp */; };
|
||||
@@ -316,6 +320,10 @@
|
||||
AD29CC601EA2B214008C8BFA /* action.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = action.cpp; sourceTree = "<group>"; };
|
||||
AD29CC611EA2B214008C8BFA /* action.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = action.h; sourceTree = "<group>"; };
|
||||
AD2FEBDA1F94A742002804DD /* main.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = main.h; sourceTree = "<group>"; };
|
||||
AD3087C1205F016F009F9260 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.1.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; };
|
||||
AD3087C3205F0177009F9260 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
||||
AD3087C52061D1B3009F9260 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.1.sdk/System/Library/Frameworks/CoreVideo.framework; sourceTree = DEVELOPER_DIR; };
|
||||
AD3087C72061D1CD009F9260 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.1.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; };
|
||||
AD30D82E1F783E0100B6A112 /* libcurl.4.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libcurl.4.tbd; path = usr/lib/libcurl.4.tbd; sourceTree = SDKROOT; };
|
||||
AD30D8321F8049BC00B6A112 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; };
|
||||
AD3B1EBE1E3B8B7600E918E3 /* layout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = layout.cpp; sourceTree = "<group>"; };
|
||||
@@ -412,6 +420,7 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
AD3087C4205F0177009F9260 /* AVFoundation.framework in Frameworks */,
|
||||
AD30D82F1F783E0100B6A112 /* libcurl.4.tbd in Frameworks */,
|
||||
AD0E5CB11ECC726C00C35669 /* OpenGL.framework in Frameworks */,
|
||||
AD0E5CB01ECC726400C35669 /* Cocoa.framework in Frameworks */,
|
||||
@@ -435,6 +444,9 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
AD3087C82061D1CD009F9260 /* CoreGraphics.framework in Frameworks */,
|
||||
AD3087C62061D1B4009F9260 /* CoreVideo.framework in Frameworks */,
|
||||
AD3087C2205F016F009F9260 /* AVFoundation.framework in Frameworks */,
|
||||
AD30D8331F8049BD00B6A112 /* Photos.framework in Frameworks */,
|
||||
AD759B691F279B3900211963 /* GLKit.framework in Frameworks */,
|
||||
ADD7D2B31EBFA42C00D5A897 /* Security.framework in Frameworks */,
|
||||
@@ -544,20 +556,8 @@
|
||||
AD58E0461E107411006ACC15 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
AD759B671F2796EA00211963 /* OpenGLES.framework */,
|
||||
ADD7D2B21EBFA42C00D5A897 /* Security.framework */,
|
||||
ADD7D2B01EBFA42600D5A897 /* libz.tbd */,
|
||||
ADD7D28E1EBF9D8C00D5A897 /* GLKit.framework */,
|
||||
ADD7D28C1EBF9D6F00D5A897 /* CoreFoundation.framework */,
|
||||
ADD7D28A1EBF9D5D00D5A897 /* UIKit.framework */,
|
||||
ADD7D2861EBF9C6700D5A897 /* Foundation.framework */,
|
||||
ADD7D2AE1EBFA35F00D5A897 /* libcurl.a */,
|
||||
AD58E0731E3421CB006ACC15 /* libs */,
|
||||
AD58E0611E17F23D006ACC15 /* data */,
|
||||
AD58E05F1E12DA86006ACC15 /* CoreVideo.framework */,
|
||||
AD58E05D1E10754F006ACC15 /* CoreFoundation.framework */,
|
||||
AD58E05B1E107536006ACC15 /* Cocoa.framework */,
|
||||
AD58E0591E10752E006ACC15 /* OpenGL.framework */,
|
||||
AD58E0511E107411006ACC15 /* engine */,
|
||||
ADD7D26C1EBF9AE300D5A897 /* PanoPainter */,
|
||||
AD0E5C9D1ECC6F2B00C35669 /* PanoPainter-OSX */,
|
||||
@@ -631,6 +631,7 @@
|
||||
AD58E0731E3421CB006ACC15 /* libs */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
ADD7D2AE1EBFA35F00D5A897 /* libcurl.a */,
|
||||
ADE491101F86D07900FB8E92 /* p2t */,
|
||||
AD0E11A21ECA61B500CDA6BB /* jpge.cpp */,
|
||||
AD0E119F1ECA619F00CDA6BB /* jpgd.cpp */,
|
||||
@@ -644,6 +645,21 @@
|
||||
AD759B631F2793AD00211963 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
AD3087C72061D1CD009F9260 /* CoreGraphics.framework */,
|
||||
AD3087C52061D1B3009F9260 /* CoreVideo.framework */,
|
||||
AD3087C1205F016F009F9260 /* AVFoundation.framework */,
|
||||
AD3087C3205F0177009F9260 /* AVFoundation.framework */,
|
||||
AD759B671F2796EA00211963 /* OpenGLES.framework */,
|
||||
ADD7D2B21EBFA42C00D5A897 /* Security.framework */,
|
||||
ADD7D2B01EBFA42600D5A897 /* libz.tbd */,
|
||||
ADD7D28E1EBF9D8C00D5A897 /* GLKit.framework */,
|
||||
ADD7D28C1EBF9D6F00D5A897 /* CoreFoundation.framework */,
|
||||
ADD7D28A1EBF9D5D00D5A897 /* UIKit.framework */,
|
||||
ADD7D2861EBF9C6700D5A897 /* Foundation.framework */,
|
||||
AD58E05F1E12DA86006ACC15 /* CoreVideo.framework */,
|
||||
AD58E05D1E10754F006ACC15 /* CoreFoundation.framework */,
|
||||
AD58E05B1E107536006ACC15 /* Cocoa.framework */,
|
||||
AD58E0591E10752E006ACC15 /* OpenGL.framework */,
|
||||
AD30D8321F8049BC00B6A112 /* Photos.framework */,
|
||||
AD30D82E1F783E0100B6A112 /* libcurl.4.tbd */,
|
||||
AD759B661F27964D00211963 /* GLKit.framework */,
|
||||
|
||||
Reference in New Issue
Block a user