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