Browse Source

no message

Hongtae Kim 7 years ago
parent
commit
7a0bd74da5
1 changed files with 5 additions and 15 deletions
  1. 5
    15
      TestApp1/TestApp1.xcodeproj/project.pbxproj

+ 5
- 15
TestApp1/TestApp1.xcodeproj/project.pbxproj View File

13
 		840D5D3B1DDA07B2009DA369 /* DK.xcodeproj in Resources */ = {isa = PBXBuildFile; fileRef = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */; };
13
 		840D5D3B1DDA07B2009DA369 /* DK.xcodeproj in Resources */ = {isa = PBXBuildFile; fileRef = 840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */; };
14
 		840D5D921DDA08C2009DA369 /* libDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 840D5D891DDA0890009DA369 /* libDK.a */; };
14
 		840D5D921DDA08C2009DA369 /* libDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 840D5D891DDA0890009DA369 /* libDK.a */; };
15
 		840D5D931DDA08CA009DA369 /* libDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 840D5D871DDA0890009DA369 /* libDK.a */; };
15
 		840D5D931DDA08CA009DA369 /* libDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 840D5D871DDA0890009DA369 /* libDK.a */; };
16
-		840D5DEC1DDA233E009DA369 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 840D5DEB1DDA233E009DA369 /* UIKit.framework */; };
17
-		840D5DF01DDA23BD009DA369 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 840D5DEF1DDA23BD009DA369 /* Foundation.framework */; };
18
 		841948EB1DDCBE6000E039F0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 841948E91DDCBE5000E039F0 /* AppDelegate.m */; };
16
 		841948EB1DDCBE6000E039F0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 841948E91DDCBE5000E039F0 /* AppDelegate.m */; };
19
 		841948EF1DDCBE7B00E039F0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 841948ED1DDCBE7500E039F0 /* AppDelegate.m */; };
17
 		841948EF1DDCBE7B00E039F0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 841948ED1DDCBE7500E039F0 /* AppDelegate.m */; };
20
 		844A9A851DD0C080007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A781DD0C080007DCC89 /* Assets.xcassets */; };
18
 		844A9A851DD0C080007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A781DD0C080007DCC89 /* Assets.xcassets */; };
23
 		844A9A891DD0C080007DCC89 /* TestApp1.rc in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A7F1DD0C080007DCC89 /* TestApp1.rc */; };
21
 		844A9A891DD0C080007DCC89 /* TestApp1.rc in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A7F1DD0C080007DCC89 /* TestApp1.rc */; };
24
 		844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A741DD0C080007DCC89 /* Assets.xcassets */; };
22
 		844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A741DD0C080007DCC89 /* Assets.xcassets */; };
25
 		844A9A8D1DD0C08F007DCC89 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */; };
23
 		844A9A8D1DD0C08F007DCC89 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */; };
24
+		84F6F3401E142A110096F558 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84F6F33F1E142A110096F558 /* UIKit.framework */; };
26
 /* End PBXBuildFile section */
25
 /* End PBXBuildFile section */
27
 
26
 
28
 /* Begin PBXContainerItemProxy section */
27
 /* Begin PBXContainerItemProxy section */
71
 /* End PBXContainerItemProxy section */
70
 /* End PBXContainerItemProxy section */
72
 
71
 
73
 /* Begin PBXFileReference section */
72
 /* Begin PBXFileReference section */
74
-		66DA89151DD1887A00338015 /* DK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DK.framework; path = ../../dkgl2/DK/build/Debug/DK.framework; sourceTree = "<group>"; };
75
-		66DA89171DD1891900338015 /* libDK.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libDK.a; path = ../../dkgl2/DK/build/Debug/libDK.a; sourceTree = "<group>"; };
76
-		66DA89191DD1892200338015 /* libDK.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libDK.a; path = "../../dkgl2/DK/build/Debug-iphoneos/libDK.a"; sourceTree = "<group>"; };
77
 		66DA899A1DD3164E00338015 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
73
 		66DA899A1DD3164E00338015 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
78
 		840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "wrapper.pb-project"; name = DK.xcodeproj; path = ../DK/DK.xcodeproj; sourceTree = "<group>"; };
74
 		840D5D3A1DDA07B2009DA369 /* DK.xcodeproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "wrapper.pb-project"; name = DK.xcodeproj; path = ../DK/DK.xcodeproj; sourceTree = "<group>"; };
79
-		840D5DEB1DDA233E009DA369 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.1.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
80
-		840D5DEF1DDA23BD009DA369 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.1.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
81
 		841948E81DDCBE5000E039F0 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
75
 		841948E81DDCBE5000E039F0 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
82
 		841948E91DDCBE5000E039F0 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
76
 		841948E91DDCBE5000E039F0 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
83
 		841948EC1DDCBE7500E039F0 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
77
 		841948EC1DDCBE7500E039F0 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
95
 		844A9A7E1DD0C080007DCC89 /* TestApp1.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = TestApp1.ico; sourceTree = "<group>"; };
89
 		844A9A7E1DD0C080007DCC89 /* TestApp1.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = TestApp1.ico; sourceTree = "<group>"; };
96
 		844A9A7F1DD0C080007DCC89 /* TestApp1.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestApp1.rc; sourceTree = "<group>"; };
90
 		844A9A7F1DD0C080007DCC89 /* TestApp1.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestApp1.rc; sourceTree = "<group>"; };
97
 		844A9A801DD0C080007DCC89 /* TestApp1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestApp1.cpp; sourceTree = "<group>"; };
91
 		844A9A801DD0C080007DCC89 /* TestApp1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestApp1.cpp; sourceTree = "<group>"; };
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; };
98
 /* End PBXFileReference section */
93
 /* End PBXFileReference section */
99
 
94
 
100
 /* Begin PBXFrameworksBuildPhase section */
95
 /* Begin PBXFrameworksBuildPhase section */
102
 			isa = PBXFrameworksBuildPhase;
97
 			isa = PBXFrameworksBuildPhase;
103
 			buildActionMask = 2147483647;
98
 			buildActionMask = 2147483647;
104
 			files = (
99
 			files = (
105
-				840D5D931DDA08CA009DA369 /* libDK.a in Frameworks */,
106
 				66DA899B1DD3164E00338015 /* AppKit.framework in Frameworks */,
100
 				66DA899B1DD3164E00338015 /* AppKit.framework in Frameworks */,
101
+				840D5D931DDA08CA009DA369 /* libDK.a in Frameworks */,
107
 			);
102
 			);
108
 			runOnlyForDeploymentPostprocessing = 0;
103
 			runOnlyForDeploymentPostprocessing = 0;
109
 		};
104
 		};
111
 			isa = PBXFrameworksBuildPhase;
106
 			isa = PBXFrameworksBuildPhase;
112
 			buildActionMask = 2147483647;
107
 			buildActionMask = 2147483647;
113
 			files = (
108
 			files = (
114
-				840D5DF01DDA23BD009DA369 /* Foundation.framework in Frameworks */,
115
-				840D5DEC1DDA233E009DA369 /* UIKit.framework in Frameworks */,
109
+				84F6F3401E142A110096F558 /* UIKit.framework in Frameworks */,
116
 				840D5D921DDA08C2009DA369 /* libDK.a in Frameworks */,
110
 				840D5D921DDA08C2009DA369 /* libDK.a in Frameworks */,
117
 			);
111
 			);
118
 			runOnlyForDeploymentPostprocessing = 0;
112
 			runOnlyForDeploymentPostprocessing = 0;
123
 		66DA89141DD1887A00338015 /* Frameworks */ = {
117
 		66DA89141DD1887A00338015 /* Frameworks */ = {
124
 			isa = PBXGroup;
118
 			isa = PBXGroup;
125
 			children = (
119
 			children = (
126
-				840D5DEF1DDA23BD009DA369 /* Foundation.framework */,
127
-				840D5DEB1DDA233E009DA369 /* UIKit.framework */,
120
+				84F6F33F1E142A110096F558 /* UIKit.framework */,
128
 				66DA899A1DD3164E00338015 /* AppKit.framework */,
121
 				66DA899A1DD3164E00338015 /* AppKit.framework */,
129
-				66DA89191DD1892200338015 /* libDK.a */,
130
-				66DA89171DD1891900338015 /* libDK.a */,
131
-				66DA89151DD1887A00338015 /* DK.framework */,
132
 			);
122
 			);
133
 			name = Frameworks;
123
 			name = Frameworks;
134
 			sourceTree = "<group>";
124
 			sourceTree = "<group>";