From e1c6f11214e56eaf52fdc6ca50af5e020125402d Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Thu, 26 Jan 2017 19:18:31 +0000 Subject: [PATCH] update project. git-svn-id: svn://qnap.local/TwoTerm/trunk@3153 5590a31f-7b70-45f8-8c82-aa3a8e5f4507 --- 2Term.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2Term.xcodeproj/project.pbxproj b/2Term.xcodeproj/project.pbxproj index d9b9720..093525f 100644 --- a/2Term.xcodeproj/project.pbxproj +++ b/2Term.xcodeproj/project.pbxproj @@ -169,6 +169,7 @@ B6C704EC15CCC64100CC0401 /* titlebar-center@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "titlebar-center@2x.png"; sourceTree = ""; }; B6C704ED15CCC64100CC0401 /* titlebar-left@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "titlebar-left@2x.png"; sourceTree = ""; }; B6C704EE15CCC64100CC0401 /* titlebar-right@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "titlebar-right@2x.png"; sourceTree = ""; }; + B6D5A0831E3996BD004FC1AC /* ring_buffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ring_buffer.h; sourceTree = ""; }; B6EBE2B311E0EA9100EA0458 /* CharacterGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CharacterGenerator.h; sourceTree = ""; }; B6EBE2B411E0EA9100EA0458 /* CharacterGenerator.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CharacterGenerator.mm; sourceTree = ""; }; B6ECFF251D2EEA2B00871A81 /* TextLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextLabel.h; sourceTree = ""; }; @@ -286,6 +287,7 @@ isa = PBXGroup; children = ( B612F44712DD5DAD005D1B77 /* iGeometry.cpp */, + B6D5A0831E3996BD004FC1AC /* ring_buffer.h */, B6C173941D35546A0024E360 /* algorithm.h */, B612F44812DD5DAD005D1B77 /* iGeometry.h */, B612F44912DD5DAD005D1B77 /* Lock.cpp */,