Browse Source

no message

Hongtae Kim 7 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,6 +21,8 @@
21 21
 		844A9A891DD0C080007DCC89 /* TestApp1.rc in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A7F1DD0C080007DCC89 /* TestApp1.rc */; };
22 22
 		844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A741DD0C080007DCC89 /* Assets.xcassets */; };
23 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 26
 		84F6F3401E142A110096F558 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84F6F33F1E142A110096F558 /* UIKit.framework */; };
25 27
 /* End PBXBuildFile section */
26 28
 
@@ -89,6 +91,8 @@
89 91
 		844A9A7E1DD0C080007DCC89 /* TestApp1.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = TestApp1.ico; sourceTree = "<group>"; };
90 92
 		844A9A7F1DD0C080007DCC89 /* TestApp1.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestApp1.rc; sourceTree = "<group>"; };
91 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 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 97
 /* End PBXFileReference section */
94 98
 
@@ -97,6 +101,7 @@
97 101
 			isa = PBXFrameworksBuildPhase;
98 102
 			buildActionMask = 2147483647;
99 103
 			files = (
104
+				84D883561E3A6A9200478725 /* OpenAL.framework in Frameworks */,
100 105
 				66DA899B1DD3164E00338015 /* AppKit.framework in Frameworks */,
101 106
 				840D5D931DDA08CA009DA369 /* libDK.a in Frameworks */,
102 107
 			);
@@ -106,6 +111,7 @@
106 111
 			isa = PBXFrameworksBuildPhase;
107 112
 			buildActionMask = 2147483647;
108 113
 			files = (
114
+				84D883601E3A6B0000478725 /* OpenAL.framework in Frameworks */,
109 115
 				84F6F3401E142A110096F558 /* UIKit.framework in Frameworks */,
110 116
 				840D5D921DDA08C2009DA369 /* libDK.a in Frameworks */,
111 117
 			);
@@ -117,6 +123,8 @@
117 123
 		66DA89141DD1887A00338015 /* Frameworks */ = {
118 124
 			isa = PBXGroup;
119 125
 			children = (
126
+				84D8835F1E3A6B0000478725 /* OpenAL.framework */,
127
+				84D883551E3A6A9200478725 /* OpenAL.framework */,
120 128
 				84F6F33F1E142A110096F558 /* UIKit.framework */,
121 129
 				66DA899A1DD3164E00338015 /* AppKit.framework */,
122 130
 			);