|
@@ -8,14 +8,31 @@
|
8
|
8
|
|
9
|
9
|
/* Begin PBXBuildFile section */
|
10
|
10
|
844A9A4C1DD0BCFD007DCC89 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 844A9A4B1DD0BCFD007DCC89 /* main.cpp */; };
|
11
|
|
- 844A9A4E1DD0BCFD007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A4D1DD0BCFD007DCC89 /* Assets.xcassets */; };
|
|
11
|
+ 844A9A851DD0C080007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A781DD0C080007DCC89 /* Assets.xcassets */; };
|
|
12
|
+ 844A9A871DD0C080007DCC89 /* small.ico in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A7C1DD0C080007DCC89 /* small.ico */; };
|
|
13
|
+ 844A9A881DD0C080007DCC89 /* TestApp1.ico in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A7E1DD0C080007DCC89 /* TestApp1.ico */; };
|
|
14
|
+ 844A9A891DD0C080007DCC89 /* TestApp1.rc in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A7F1DD0C080007DCC89 /* TestApp1.rc */; };
|
|
15
|
+ 844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A741DD0C080007DCC89 /* Assets.xcassets */; };
|
|
16
|
+ 844A9A8D1DD0C08F007DCC89 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */; };
|
|
17
|
+ 844A9A8E1DD0C0C7007DCC89 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 844A9A4B1DD0BCFD007DCC89 /* main.cpp */; };
|
12
|
18
|
/* End PBXBuildFile section */
|
13
|
19
|
|
14
|
20
|
/* Begin PBXFileReference section */
|
15
|
|
- 844A9A441DD0BCFD007DCC89 /* TestApp1.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestApp1.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
21
|
+ 844A9A441DD0BCFD007DCC89 /* TestApp1_macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestApp1_macOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
16
|
22
|
844A9A4B1DD0BCFD007DCC89 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
|
17
|
|
- 844A9A4D1DD0BCFD007DCC89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
18
|
|
- 844A9A521DD0BCFD007DCC89 /* macOS-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "macOS-Info.plist"; sourceTree = "<group>"; };
|
|
23
|
+ 844A9A5C1DD0BEDD007DCC89 /* TestApp1_iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestApp1_iOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
24
|
+ 844A9A741DD0C080007DCC89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
25
|
+ 844A9A751DD0C080007DCC89 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
26
|
+ 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
27
|
+ 844A9A781DD0C080007DCC89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
28
|
+ 844A9A791DD0C080007DCC89 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
29
|
+ 844A9A7B1DD0C080007DCC89 /* Resource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Resource.h; sourceTree = "<group>"; };
|
|
30
|
+ 844A9A7C1DD0C080007DCC89 /* small.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = small.ico; sourceTree = "<group>"; };
|
|
31
|
+ 844A9A7D1DD0C080007DCC89 /* targetver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = targetver.h; sourceTree = "<group>"; };
|
|
32
|
+ 844A9A7E1DD0C080007DCC89 /* TestApp1.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = TestApp1.ico; sourceTree = "<group>"; };
|
|
33
|
+ 844A9A7F1DD0C080007DCC89 /* TestApp1.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestApp1.rc; sourceTree = "<group>"; };
|
|
34
|
+ 844A9A801DD0C080007DCC89 /* TestApp1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestApp1.cpp; sourceTree = "<group>"; };
|
|
35
|
+ 844A9A811DD0C080007DCC89 /* TestApp1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestApp1.h; sourceTree = "<group>"; };
|
19
|
36
|
/* End PBXFileReference section */
|
20
|
37
|
|
21
|
38
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -26,6 +43,13 @@
|
26
|
43
|
);
|
27
|
44
|
runOnlyForDeploymentPostprocessing = 0;
|
28
|
45
|
};
|
|
46
|
+ 844A9A591DD0BEDD007DCC89 /* Frameworks */ = {
|
|
47
|
+ isa = PBXFrameworksBuildPhase;
|
|
48
|
+ buildActionMask = 2147483647;
|
|
49
|
+ files = (
|
|
50
|
+ );
|
|
51
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
52
|
+ };
|
29
|
53
|
/* End PBXFrameworksBuildPhase section */
|
30
|
54
|
|
31
|
55
|
/* Begin PBXGroup section */
|
|
@@ -40,7 +64,8 @@
|
40
|
64
|
844A9A451DD0BCFD007DCC89 /* Products */ = {
|
41
|
65
|
isa = PBXGroup;
|
42
|
66
|
children = (
|
43
|
|
- 844A9A441DD0BCFD007DCC89 /* TestApp1.app */,
|
|
67
|
+ 844A9A441DD0BCFD007DCC89 /* TestApp1_macOS.app */,
|
|
68
|
+ 844A9A5C1DD0BEDD007DCC89 /* TestApp1_iOS.app */,
|
44
|
69
|
);
|
45
|
70
|
name = Products;
|
46
|
71
|
sourceTree = "<group>";
|
|
@@ -48,19 +73,53 @@
|
48
|
73
|
844A9A461DD0BCFD007DCC89 /* TestApp1 */ = {
|
49
|
74
|
isa = PBXGroup;
|
50
|
75
|
children = (
|
51
|
|
- 844A9A4D1DD0BCFD007DCC89 /* Assets.xcassets */,
|
52
|
|
- 844A9A521DD0BCFD007DCC89 /* macOS-Info.plist */,
|
|
76
|
+ 844A9A731DD0C080007DCC89 /* iOS */,
|
|
77
|
+ 844A9A771DD0C080007DCC89 /* macOS */,
|
|
78
|
+ 844A9A7A1DD0C080007DCC89 /* Win32 */,
|
|
79
|
+ 844A9A801DD0C080007DCC89 /* TestApp1.cpp */,
|
|
80
|
+ 844A9A811DD0C080007DCC89 /* TestApp1.h */,
|
53
|
81
|
844A9A4B1DD0BCFD007DCC89 /* main.cpp */,
|
54
|
82
|
);
|
55
|
83
|
path = TestApp1;
|
56
|
84
|
sourceTree = "<group>";
|
57
|
85
|
};
|
|
86
|
+ 844A9A731DD0C080007DCC89 /* iOS */ = {
|
|
87
|
+ isa = PBXGroup;
|
|
88
|
+ children = (
|
|
89
|
+ 844A9A741DD0C080007DCC89 /* Assets.xcassets */,
|
|
90
|
+ 844A9A751DD0C080007DCC89 /* Info.plist */,
|
|
91
|
+ 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */,
|
|
92
|
+ );
|
|
93
|
+ path = iOS;
|
|
94
|
+ sourceTree = "<group>";
|
|
95
|
+ };
|
|
96
|
+ 844A9A771DD0C080007DCC89 /* macOS */ = {
|
|
97
|
+ isa = PBXGroup;
|
|
98
|
+ children = (
|
|
99
|
+ 844A9A781DD0C080007DCC89 /* Assets.xcassets */,
|
|
100
|
+ 844A9A791DD0C080007DCC89 /* Info.plist */,
|
|
101
|
+ );
|
|
102
|
+ path = macOS;
|
|
103
|
+ sourceTree = "<group>";
|
|
104
|
+ };
|
|
105
|
+ 844A9A7A1DD0C080007DCC89 /* Win32 */ = {
|
|
106
|
+ isa = PBXGroup;
|
|
107
|
+ children = (
|
|
108
|
+ 844A9A7B1DD0C080007DCC89 /* Resource.h */,
|
|
109
|
+ 844A9A7C1DD0C080007DCC89 /* small.ico */,
|
|
110
|
+ 844A9A7D1DD0C080007DCC89 /* targetver.h */,
|
|
111
|
+ 844A9A7E1DD0C080007DCC89 /* TestApp1.ico */,
|
|
112
|
+ 844A9A7F1DD0C080007DCC89 /* TestApp1.rc */,
|
|
113
|
+ );
|
|
114
|
+ path = Win32;
|
|
115
|
+ sourceTree = "<group>";
|
|
116
|
+ };
|
58
|
117
|
/* End PBXGroup section */
|
59
|
118
|
|
60
|
119
|
/* Begin PBXNativeTarget section */
|
61
|
|
- 844A9A431DD0BCFD007DCC89 /* TestApp1 */ = {
|
|
120
|
+ 844A9A431DD0BCFD007DCC89 /* TestApp1_macOS */ = {
|
62
|
121
|
isa = PBXNativeTarget;
|
63
|
|
- buildConfigurationList = 844A9A551DD0BCFD007DCC89 /* Build configuration list for PBXNativeTarget "TestApp1" */;
|
|
122
|
+ buildConfigurationList = 844A9A551DD0BCFD007DCC89 /* Build configuration list for PBXNativeTarget "TestApp1_macOS" */;
|
64
|
123
|
buildPhases = (
|
65
|
124
|
844A9A401DD0BCFD007DCC89 /* Sources */,
|
66
|
125
|
844A9A411DD0BCFD007DCC89 /* Frameworks */,
|
|
@@ -70,9 +129,26 @@
|
70
|
129
|
);
|
71
|
130
|
dependencies = (
|
72
|
131
|
);
|
73
|
|
- name = TestApp1;
|
|
132
|
+ name = TestApp1_macOS;
|
74
|
133
|
productName = TestApp1;
|
75
|
|
- productReference = 844A9A441DD0BCFD007DCC89 /* TestApp1.app */;
|
|
134
|
+ productReference = 844A9A441DD0BCFD007DCC89 /* TestApp1_macOS.app */;
|
|
135
|
+ productType = "com.apple.product-type.application";
|
|
136
|
+ };
|
|
137
|
+ 844A9A5B1DD0BEDD007DCC89 /* TestApp1_iOS */ = {
|
|
138
|
+ isa = PBXNativeTarget;
|
|
139
|
+ buildConfigurationList = 844A9A701DD0BEDD007DCC89 /* Build configuration list for PBXNativeTarget "TestApp1_iOS" */;
|
|
140
|
+ buildPhases = (
|
|
141
|
+ 844A9A581DD0BEDD007DCC89 /* Sources */,
|
|
142
|
+ 844A9A591DD0BEDD007DCC89 /* Frameworks */,
|
|
143
|
+ 844A9A5A1DD0BEDD007DCC89 /* Resources */,
|
|
144
|
+ );
|
|
145
|
+ buildRules = (
|
|
146
|
+ );
|
|
147
|
+ dependencies = (
|
|
148
|
+ );
|
|
149
|
+ name = TestApp1_iOS;
|
|
150
|
+ productName = TestApp1_iOS;
|
|
151
|
+ productReference = 844A9A5C1DD0BEDD007DCC89 /* TestApp1_iOS.app */;
|
76
|
152
|
productType = "com.apple.product-type.application";
|
77
|
153
|
};
|
78
|
154
|
/* End PBXNativeTarget section */
|
|
@@ -88,6 +164,10 @@
|
88
|
164
|
CreatedOnToolsVersion = 8.1;
|
89
|
165
|
ProvisioningStyle = Automatic;
|
90
|
166
|
};
|
|
167
|
+ 844A9A5B1DD0BEDD007DCC89 = {
|
|
168
|
+ CreatedOnToolsVersion = 8.1;
|
|
169
|
+ ProvisioningStyle = Automatic;
|
|
170
|
+ };
|
91
|
171
|
};
|
92
|
172
|
};
|
93
|
173
|
buildConfigurationList = 844A9A3F1DD0BCFD007DCC89 /* Build configuration list for PBXProject "TestApp1" */;
|
|
@@ -103,7 +183,8 @@
|
103
|
183
|
projectDirPath = "";
|
104
|
184
|
projectRoot = "";
|
105
|
185
|
targets = (
|
106
|
|
- 844A9A431DD0BCFD007DCC89 /* TestApp1 */,
|
|
186
|
+ 844A9A431DD0BCFD007DCC89 /* TestApp1_macOS */,
|
|
187
|
+ 844A9A5B1DD0BEDD007DCC89 /* TestApp1_iOS */,
|
107
|
188
|
);
|
108
|
189
|
};
|
109
|
190
|
/* End PBXProject section */
|
|
@@ -113,7 +194,19 @@
|
113
|
194
|
isa = PBXResourcesBuildPhase;
|
114
|
195
|
buildActionMask = 2147483647;
|
115
|
196
|
files = (
|
116
|
|
- 844A9A4E1DD0BCFD007DCC89 /* Assets.xcassets in Resources */,
|
|
197
|
+ 844A9A891DD0C080007DCC89 /* TestApp1.rc in Resources */,
|
|
198
|
+ 844A9A871DD0C080007DCC89 /* small.ico in Resources */,
|
|
199
|
+ 844A9A851DD0C080007DCC89 /* Assets.xcassets in Resources */,
|
|
200
|
+ 844A9A881DD0C080007DCC89 /* TestApp1.ico in Resources */,
|
|
201
|
+ );
|
|
202
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
203
|
+ };
|
|
204
|
+ 844A9A5A1DD0BEDD007DCC89 /* Resources */ = {
|
|
205
|
+ isa = PBXResourcesBuildPhase;
|
|
206
|
+ buildActionMask = 2147483647;
|
|
207
|
+ files = (
|
|
208
|
+ 844A9A8D1DD0C08F007DCC89 /* LaunchScreen.storyboard in Resources */,
|
|
209
|
+ 844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */,
|
117
|
210
|
);
|
118
|
211
|
runOnlyForDeploymentPostprocessing = 0;
|
119
|
212
|
};
|
|
@@ -128,6 +221,14 @@
|
128
|
221
|
);
|
129
|
222
|
runOnlyForDeploymentPostprocessing = 0;
|
130
|
223
|
};
|
|
224
|
+ 844A9A581DD0BEDD007DCC89 /* Sources */ = {
|
|
225
|
+ isa = PBXSourcesBuildPhase;
|
|
226
|
+ buildActionMask = 2147483647;
|
|
227
|
+ files = (
|
|
228
|
+ 844A9A8E1DD0C0C7007DCC89 /* main.cpp in Sources */,
|
|
229
|
+ );
|
|
230
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
231
|
+ };
|
131
|
232
|
/* End PBXSourcesBuildPhase section */
|
132
|
233
|
|
133
|
234
|
/* Begin XCBuildConfiguration section */
|
|
@@ -223,7 +324,7 @@
|
223
|
324
|
buildSettings = {
|
224
|
325
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
225
|
326
|
COMBINE_HIDPI_IMAGES = YES;
|
226
|
|
- INFOPLIST_FILE = "$(SRCROOT)/TestApp1/macOS-Info.plist";
|
|
327
|
+ INFOPLIST_FILE = "$(SRCROOT)/TestApp1/macOS/Info.plist";
|
227
|
328
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
228
|
329
|
PRODUCT_BUNDLE_IDENTIFIER = com.icondb.TestApp1;
|
229
|
330
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
@@ -235,13 +336,44 @@
|
235
|
336
|
buildSettings = {
|
236
|
337
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
237
|
338
|
COMBINE_HIDPI_IMAGES = YES;
|
238
|
|
- INFOPLIST_FILE = "$(SRCROOT)/TestApp1/macOS-Info.plist";
|
|
339
|
+ INFOPLIST_FILE = "$(SRCROOT)/TestApp1/macOS/Info.plist";
|
239
|
340
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
240
|
341
|
PRODUCT_BUNDLE_IDENTIFIER = com.icondb.TestApp1;
|
241
|
342
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
242
|
343
|
};
|
243
|
344
|
name = Release;
|
244
|
345
|
};
|
|
346
|
+ 844A9A711DD0BEDD007DCC89 /* Debug */ = {
|
|
347
|
+ isa = XCBuildConfiguration;
|
|
348
|
+ buildSettings = {
|
|
349
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
350
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
351
|
+ INFOPLIST_FILE = "$(SRCROOT)/TestApp1/iOS/Info.plist";
|
|
352
|
+ IPHONEOS_DEPLOYMENT_TARGET = 10.1;
|
|
353
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
354
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.icondb.TestApp1-iOS";
|
|
355
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
356
|
+ SDKROOT = iphoneos;
|
|
357
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
358
|
+ };
|
|
359
|
+ name = Debug;
|
|
360
|
+ };
|
|
361
|
+ 844A9A721DD0BEDD007DCC89 /* Release */ = {
|
|
362
|
+ isa = XCBuildConfiguration;
|
|
363
|
+ buildSettings = {
|
|
364
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
365
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
366
|
+ INFOPLIST_FILE = "$(SRCROOT)/TestApp1/iOS/Info.plist";
|
|
367
|
+ IPHONEOS_DEPLOYMENT_TARGET = 10.1;
|
|
368
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
369
|
+ PRODUCT_BUNDLE_IDENTIFIER = "com.icondb.TestApp1-iOS";
|
|
370
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
371
|
+ SDKROOT = iphoneos;
|
|
372
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
373
|
+ VALIDATE_PRODUCT = YES;
|
|
374
|
+ };
|
|
375
|
+ name = Release;
|
|
376
|
+ };
|
245
|
377
|
/* End XCBuildConfiguration section */
|
246
|
378
|
|
247
|
379
|
/* Begin XCConfigurationList section */
|
|
@@ -254,7 +386,7 @@
|
254
|
386
|
defaultConfigurationIsVisible = 0;
|
255
|
387
|
defaultConfigurationName = Release;
|
256
|
388
|
};
|
257
|
|
- 844A9A551DD0BCFD007DCC89 /* Build configuration list for PBXNativeTarget "TestApp1" */ = {
|
|
389
|
+ 844A9A551DD0BCFD007DCC89 /* Build configuration list for PBXNativeTarget "TestApp1_macOS" */ = {
|
258
|
390
|
isa = XCConfigurationList;
|
259
|
391
|
buildConfigurations = (
|
260
|
392
|
844A9A561DD0BCFD007DCC89 /* Debug */,
|
|
@@ -263,6 +395,15 @@
|
263
|
395
|
defaultConfigurationIsVisible = 0;
|
264
|
396
|
defaultConfigurationName = Release;
|
265
|
397
|
};
|
|
398
|
+ 844A9A701DD0BEDD007DCC89 /* Build configuration list for PBXNativeTarget "TestApp1_iOS" */ = {
|
|
399
|
+ isa = XCConfigurationList;
|
|
400
|
+ buildConfigurations = (
|
|
401
|
+ 844A9A711DD0BEDD007DCC89 /* Debug */,
|
|
402
|
+ 844A9A721DD0BEDD007DCC89 /* Release */,
|
|
403
|
+ );
|
|
404
|
+ defaultConfigurationIsVisible = 0;
|
|
405
|
+ defaultConfigurationName = Release;
|
|
406
|
+ };
|
266
|
407
|
/* End XCConfigurationList section */
|
267
|
408
|
};
|
268
|
409
|
rootObject = 844A9A3C1DD0BCFD007DCC89 /* Project object */;
|