Browse Source

no message

Hongtae Kim 8 years ago
parent
commit
fcd35aa4c5
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      TestApp1/TestApp1.xcodeproj/project.pbxproj

+ 8
- 0
TestApp1/TestApp1.xcodeproj/project.pbxproj View File

21
 		844A9A891DD0C080007DCC89 /* TestApp1.rc in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A7F1DD0C080007DCC89 /* TestApp1.rc */; };
21
 		844A9A891DD0C080007DCC89 /* TestApp1.rc in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A7F1DD0C080007DCC89 /* TestApp1.rc */; };
22
 		844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A741DD0C080007DCC89 /* Assets.xcassets */; };
22
 		844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A741DD0C080007DCC89 /* Assets.xcassets */; };
23
 		844A9A8D1DD0C08F007DCC89 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */; };
23
 		844A9A8D1DD0C08F007DCC89 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */; };
24
+		84D883561E3A6A9200478725 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84D883551E3A6A9200478725 /* OpenAL.framework */; };
25
+		84D883601E3A6B0000478725 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84D8835F1E3A6B0000478725 /* OpenAL.framework */; };
24
 		84F6F3401E142A110096F558 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84F6F33F1E142A110096F558 /* UIKit.framework */; };
26
 		84F6F3401E142A110096F558 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84F6F33F1E142A110096F558 /* UIKit.framework */; };
25
 /* End PBXBuildFile section */
27
 /* End PBXBuildFile section */
26
 
28
 
89
 		844A9A7E1DD0C080007DCC89 /* TestApp1.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = TestApp1.ico; sourceTree = "<group>"; };
91
 		844A9A7E1DD0C080007DCC89 /* TestApp1.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = TestApp1.ico; sourceTree = "<group>"; };
90
 		844A9A7F1DD0C080007DCC89 /* TestApp1.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestApp1.rc; sourceTree = "<group>"; };
92
 		844A9A7F1DD0C080007DCC89 /* TestApp1.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestApp1.rc; sourceTree = "<group>"; };
91
 		844A9A801DD0C080007DCC89 /* TestApp1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestApp1.cpp; sourceTree = "<group>"; };
93
 		844A9A801DD0C080007DCC89 /* TestApp1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestApp1.cpp; sourceTree = "<group>"; };
94
+		84D883551E3A6A9200478725 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
95
+		84D8835F1E3A6B0000478725 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk/System/Library/Frameworks/OpenAL.framework; sourceTree = DEVELOPER_DIR; };
92
 		84F6F33F1E142A110096F558 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
96
 		84F6F33F1E142A110096F558 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
93
 /* End PBXFileReference section */
97
 /* End PBXFileReference section */
94
 
98
 
97
 			isa = PBXFrameworksBuildPhase;
101
 			isa = PBXFrameworksBuildPhase;
98
 			buildActionMask = 2147483647;
102
 			buildActionMask = 2147483647;
99
 			files = (
103
 			files = (
104
+				84D883561E3A6A9200478725 /* OpenAL.framework in Frameworks */,
100
 				66DA899B1DD3164E00338015 /* AppKit.framework in Frameworks */,
105
 				66DA899B1DD3164E00338015 /* AppKit.framework in Frameworks */,
101
 				840D5D931DDA08CA009DA369 /* libDK.a in Frameworks */,
106
 				840D5D931DDA08CA009DA369 /* libDK.a in Frameworks */,
102
 			);
107
 			);
106
 			isa = PBXFrameworksBuildPhase;
111
 			isa = PBXFrameworksBuildPhase;
107
 			buildActionMask = 2147483647;
112
 			buildActionMask = 2147483647;
108
 			files = (
113
 			files = (
114
+				84D883601E3A6B0000478725 /* OpenAL.framework in Frameworks */,
109
 				84F6F3401E142A110096F558 /* UIKit.framework in Frameworks */,
115
 				84F6F3401E142A110096F558 /* UIKit.framework in Frameworks */,
110
 				840D5D921DDA08C2009DA369 /* libDK.a in Frameworks */,
116
 				840D5D921DDA08C2009DA369 /* libDK.a in Frameworks */,
111
 			);
117
 			);
117
 		66DA89141DD1887A00338015 /* Frameworks */ = {
123
 		66DA89141DD1887A00338015 /* Frameworks */ = {
118
 			isa = PBXGroup;
124
 			isa = PBXGroup;
119
 			children = (
125
 			children = (
126
+				84D8835F1E3A6B0000478725 /* OpenAL.framework */,
127
+				84D883551E3A6A9200478725 /* OpenAL.framework */,
120
 				84F6F33F1E142A110096F558 /* UIKit.framework */,
128
 				84F6F33F1E142A110096F558 /* UIKit.framework */,
121
 				66DA899A1DD3164E00338015 /* AppKit.framework */,
129
 				66DA899A1DD3164E00338015 /* AppKit.framework */,
122
 			);
130
 			);