Skip to content
Snippets Groups Projects
project.pbxproj 9.29 KiB
Newer Older
  • Learn to ignore specific revisions
  • // !$*UTF8*$!
    {
    	archiveVersion = 1;
    	classes = {
    	};
    	objectVersion = 46;
    	objects = {
    
    /* Begin PBXBuildFile section */
    		D3E60EF61CD198D2003FDF5C /* LfpDisplayCanvas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3E60EEF1CD198D2003FDF5C /* LfpDisplayCanvas.cpp */; };
    		D3E60EF71CD198D2003FDF5C /* LfpDisplayEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3E60EF11CD198D2003FDF5C /* LfpDisplayEditor.cpp */; };
    		D3E60EF81CD198D2003FDF5C /* LfpDisplayNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3E60EF31CD198D2003FDF5C /* LfpDisplayNode.cpp */; };
    		D3E60EF91CD198D2003FDF5C /* OpenEphysLib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3E60EF51CD198D2003FDF5C /* OpenEphysLib.cpp */; };
    /* End PBXBuildFile section */
    
    /* Begin PBXFileReference section */
    		D3E60EE51CD19893003FDF5C /* LfpDisplayNodeAlpha.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LfpDisplayNodeAlpha.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
    		D3E60EE81CD19893003FDF5C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    		D3E60EEF1CD198D2003FDF5C /* LfpDisplayCanvas.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LfpDisplayCanvas.cpp; path = ../../../../Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp; sourceTree = "<group>"; };
    		D3E60EF01CD198D2003FDF5C /* LfpDisplayCanvas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LfpDisplayCanvas.h; path = ../../../../Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.h; sourceTree = "<group>"; };
    		D3E60EF11CD198D2003FDF5C /* LfpDisplayEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LfpDisplayEditor.cpp; path = ../../../../Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayEditor.cpp; sourceTree = "<group>"; };
    		D3E60EF21CD198D2003FDF5C /* LfpDisplayEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LfpDisplayEditor.h; path = ../../../../Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayEditor.h; sourceTree = "<group>"; };
    		D3E60EF31CD198D2003FDF5C /* LfpDisplayNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LfpDisplayNode.cpp; path = ../../../../Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayNode.cpp; sourceTree = "<group>"; };
    		D3E60EF41CD198D2003FDF5C /* LfpDisplayNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LfpDisplayNode.h; path = ../../../../Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayNode.h; sourceTree = "<group>"; };
    		D3E60EF51CD198D2003FDF5C /* OpenEphysLib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OpenEphysLib.cpp; path = ../../../../Source/Plugins/LfpDisplayNodeAlpha/OpenEphysLib.cpp; sourceTree = "<group>"; };
    		D3E60EFA1CD198E6003FDF5C /* Plugin_Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Plugin_Debug.xcconfig; path = ../Config/Plugin_Debug.xcconfig; sourceTree = "<group>"; };
    		D3E60EFB1CD198E6003FDF5C /* Plugin_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Plugin_Release.xcconfig; path = ../Config/Plugin_Release.xcconfig; sourceTree = "<group>"; };
    /* End PBXFileReference section */
    
    /* Begin PBXFrameworksBuildPhase section */
    		D3E60EE21CD19893003FDF5C /* Frameworks */ = {
    			isa = PBXFrameworksBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXFrameworksBuildPhase section */
    
    /* Begin PBXGroup section */
    		D3E60EDC1CD19893003FDF5C = {
    			isa = PBXGroup;
    			children = (
    				D3E60F001CD198E9003FDF5C /* Config */,
    				D3E60EE71CD19893003FDF5C /* LfpDisplayNodeAlpha */,
    				D3E60EE61CD19893003FDF5C /* Products */,
    			);
    			sourceTree = "<group>";
    		};
    		D3E60EE61CD19893003FDF5C /* Products */ = {
    			isa = PBXGroup;
    			children = (
    				D3E60EE51CD19893003FDF5C /* LfpDisplayNodeAlpha.bundle */,
    			);
    			name = Products;
    			sourceTree = "<group>";
    		};
    		D3E60EE71CD19893003FDF5C /* LfpDisplayNodeAlpha */ = {
    			isa = PBXGroup;
    			children = (
    				D3E60EEE1CD19899003FDF5C /* Source */,
    				D3E60EE81CD19893003FDF5C /* Info.plist */,
    			);
    			path = LfpDisplayNodeAlpha;
    			sourceTree = "<group>";
    		};
    		D3E60EEE1CD19899003FDF5C /* Source */ = {
    			isa = PBXGroup;
    			children = (
    				D3E60EEF1CD198D2003FDF5C /* LfpDisplayCanvas.cpp */,
    				D3E60EF01CD198D2003FDF5C /* LfpDisplayCanvas.h */,
    				D3E60EF11CD198D2003FDF5C /* LfpDisplayEditor.cpp */,
    				D3E60EF21CD198D2003FDF5C /* LfpDisplayEditor.h */,
    				D3E60EF31CD198D2003FDF5C /* LfpDisplayNode.cpp */,
    				D3E60EF41CD198D2003FDF5C /* LfpDisplayNode.h */,
    				D3E60EF51CD198D2003FDF5C /* OpenEphysLib.cpp */,
    			);
    			name = Source;
    			path = ..;
    			sourceTree = "<group>";
    		};
    		D3E60F001CD198E9003FDF5C /* Config */ = {
    			isa = PBXGroup;
    			children = (
    				D3E60EFA1CD198E6003FDF5C /* Plugin_Debug.xcconfig */,
    				D3E60EFB1CD198E6003FDF5C /* Plugin_Release.xcconfig */,
    			);
    			name = Config;
    			sourceTree = "<group>";
    		};
    /* End PBXGroup section */
    
    /* Begin PBXNativeTarget section */
    		D3E60EE41CD19893003FDF5C /* LfpDisplayNodeAlpha */ = {
    			isa = PBXNativeTarget;
    			buildConfigurationList = D3E60EEB1CD19893003FDF5C /* Build configuration list for PBXNativeTarget "LfpDisplayNodeAlpha" */;
    			buildPhases = (
    				D3E60EE11CD19893003FDF5C /* Sources */,
    				D3E60EE21CD19893003FDF5C /* Frameworks */,
    				D3E60EE31CD19893003FDF5C /* Resources */,
    			);
    			buildRules = (
    			);
    			dependencies = (
    			);
    			name = LfpDisplayNodeAlpha;
    			productName = LfpDisplayNodeAlpha;
    			productReference = D3E60EE51CD19893003FDF5C /* LfpDisplayNodeAlpha.bundle */;
    			productType = "com.apple.product-type.bundle";
    		};
    /* End PBXNativeTarget section */
    
    /* Begin PBXProject section */
    		D3E60EDD1CD19893003FDF5C /* Project object */ = {
    			isa = PBXProject;
    			attributes = {
    				LastUpgradeCheck = 0730;
    				ORGANIZATIONNAME = "open-ephys";
    				TargetAttributes = {
    					D3E60EE41CD19893003FDF5C = {
    						CreatedOnToolsVersion = 7.0;
    					};
    				};
    			};
    			buildConfigurationList = D3E60EE01CD19893003FDF5C /* Build configuration list for PBXProject "LfpDisplayNodeAlpha" */;
    			compatibilityVersion = "Xcode 3.2";
    			developmentRegion = English;
    			hasScannedForEncodings = 0;
    			knownRegions = (
    				en,
    			);
    			mainGroup = D3E60EDC1CD19893003FDF5C;
    			productRefGroup = D3E60EE61CD19893003FDF5C /* Products */;
    			projectDirPath = "";
    			projectRoot = "";
    			targets = (
    				D3E60EE41CD19893003FDF5C /* LfpDisplayNodeAlpha */,
    			);
    		};
    /* End PBXProject section */
    
    /* Begin PBXResourcesBuildPhase section */
    		D3E60EE31CD19893003FDF5C /* Resources */ = {
    			isa = PBXResourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXResourcesBuildPhase section */
    
    /* Begin PBXSourcesBuildPhase section */
    		D3E60EE11CD19893003FDF5C /* Sources */ = {
    			isa = PBXSourcesBuildPhase;
    			buildActionMask = 2147483647;
    			files = (
    				D3E60EF71CD198D2003FDF5C /* LfpDisplayEditor.cpp in Sources */,
    				D3E60EF61CD198D2003FDF5C /* LfpDisplayCanvas.cpp in Sources */,
    				D3E60EF81CD198D2003FDF5C /* LfpDisplayNode.cpp in Sources */,
    				D3E60EF91CD198D2003FDF5C /* OpenEphysLib.cpp in Sources */,
    			);
    			runOnlyForDeploymentPostprocessing = 0;
    		};
    /* End PBXSourcesBuildPhase section */
    
    /* Begin XCBuildConfiguration section */
    		D3E60EE91CD19893003FDF5C /* Debug */ = {
    			isa = XCBuildConfiguration;
    			baseConfigurationReference = D3E60EFA1CD198E6003FDF5C /* Plugin_Debug.xcconfig */;
    			buildSettings = {
    			};
    			name = Debug;
    		};
    		D3E60EEA1CD19893003FDF5C /* Release */ = {
    			isa = XCBuildConfiguration;
    			baseConfigurationReference = D3E60EFB1CD198E6003FDF5C /* Plugin_Release.xcconfig */;
    			buildSettings = {
    			};
    			name = Release;
    		};
    		D3E60EEC1CD19893003FDF5C /* Debug */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				INFOPLIST_FILE = LfpDisplayNodeAlpha/Info.plist;
    				PRODUCT_BUNDLE_IDENTIFIER = "open-ephys.LfpDisplayNodeAlpha";
    				PRODUCT_NAME = "$(TARGET_NAME)";
    			};
    			name = Debug;
    		};
    		D3E60EED1CD19893003FDF5C /* Release */ = {
    			isa = XCBuildConfiguration;
    			buildSettings = {
    				INFOPLIST_FILE = LfpDisplayNodeAlpha/Info.plist;
    				PRODUCT_BUNDLE_IDENTIFIER = "open-ephys.LfpDisplayNodeAlpha";
    				PRODUCT_NAME = "$(TARGET_NAME)";
    			};
    			name = Release;
    		};
    /* End XCBuildConfiguration section */
    
    /* Begin XCConfigurationList section */
    		D3E60EE01CD19893003FDF5C /* Build configuration list for PBXProject "LfpDisplayNodeAlpha" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				D3E60EE91CD19893003FDF5C /* Debug */,
    				D3E60EEA1CD19893003FDF5C /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    			defaultConfigurationName = Release;
    		};
    		D3E60EEB1CD19893003FDF5C /* Build configuration list for PBXNativeTarget "LfpDisplayNodeAlpha" */ = {
    			isa = XCConfigurationList;
    			buildConfigurations = (
    				D3E60EEC1CD19893003FDF5C /* Debug */,
    				D3E60EED1CD19893003FDF5C /* Release */,
    			);
    			defaultConfigurationIsVisible = 0;
    			defaultConfigurationName = Release;
    		};
    /* End XCConfigurationList section */
    	};
    	rootObject = D3E60EDD1CD19893003FDF5C /* Project object */;
    }