Skip to content

Commit 16268af

Browse files
committed
add SPM test project
1 parent 9503c98 commit 16268af

File tree

5 files changed

+487
-0
lines changed

5 files changed

+487
-0
lines changed
Lines changed: 376 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,376 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 56;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
7ED306AD2AF8455D00F6FFE3 /* SomeObjcClass.m in Sources */ = {isa = PBXBuildFile; fileRef = 7ED306AC2AF8455D00F6FFE3 /* SomeObjcClass.m */; };
11+
7ED5176E2AF68AB700D29ED7 /* spm_testApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED5176D2AF68AB700D29ED7 /* spm_testApp.swift */; };
12+
7ED517702AF68AB700D29ED7 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED5176F2AF68AB700D29ED7 /* ContentView.swift */; };
13+
7ED5177E2AF68AFD00D29ED7 /* JDStatusBarNotification in Frameworks */ = {isa = PBXBuildFile; productRef = 7ED5177D2AF68AFD00D29ED7 /* JDStatusBarNotification */; };
14+
/* End PBXBuildFile section */
15+
16+
/* Begin PBXFileReference section */
17+
7ED306AB2AF8455D00F6FFE3 /* SomeObjcClass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SomeObjcClass.h; sourceTree = "<group>"; };
18+
7ED306AC2AF8455D00F6FFE3 /* SomeObjcClass.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SomeObjcClass.m; sourceTree = "<group>"; };
19+
7ED5176A2AF68AB700D29ED7 /* spm_test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = spm_test.app; sourceTree = BUILT_PRODUCTS_DIR; };
20+
7ED5176D2AF68AB700D29ED7 /* spm_testApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = spm_testApp.swift; sourceTree = "<group>"; };
21+
7ED5176F2AF68AB700D29ED7 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
22+
/* End PBXFileReference section */
23+
24+
/* Begin PBXFrameworksBuildPhase section */
25+
7ED517672AF68AB700D29ED7 /* Frameworks */ = {
26+
isa = PBXFrameworksBuildPhase;
27+
buildActionMask = 2147483647;
28+
files = (
29+
7ED5177E2AF68AFD00D29ED7 /* JDStatusBarNotification in Frameworks */,
30+
);
31+
runOnlyForDeploymentPostprocessing = 0;
32+
};
33+
/* End PBXFrameworksBuildPhase section */
34+
35+
/* Begin PBXGroup section */
36+
7ED517612AF68AB700D29ED7 = {
37+
isa = PBXGroup;
38+
children = (
39+
7ED5176C2AF68AB700D29ED7 /* spm_test */,
40+
7ED5176B2AF68AB700D29ED7 /* Products */,
41+
7ED5177C2AF68AFD00D29ED7 /* Frameworks */,
42+
);
43+
sourceTree = "<group>";
44+
};
45+
7ED5176B2AF68AB700D29ED7 /* Products */ = {
46+
isa = PBXGroup;
47+
children = (
48+
7ED5176A2AF68AB700D29ED7 /* spm_test.app */,
49+
);
50+
name = Products;
51+
sourceTree = "<group>";
52+
};
53+
7ED5176C2AF68AB700D29ED7 /* spm_test */ = {
54+
isa = PBXGroup;
55+
children = (
56+
7ED5176D2AF68AB700D29ED7 /* spm_testApp.swift */,
57+
7ED5176F2AF68AB700D29ED7 /* ContentView.swift */,
58+
7ED306AB2AF8455D00F6FFE3 /* SomeObjcClass.h */,
59+
7ED306AC2AF8455D00F6FFE3 /* SomeObjcClass.m */,
60+
);
61+
path = spm_test;
62+
sourceTree = "<group>";
63+
};
64+
7ED5177C2AF68AFD00D29ED7 /* Frameworks */ = {
65+
isa = PBXGroup;
66+
children = (
67+
);
68+
name = Frameworks;
69+
sourceTree = "<group>";
70+
};
71+
/* End PBXGroup section */
72+
73+
/* Begin PBXNativeTarget section */
74+
7ED517692AF68AB700D29ED7 /* spm_test */ = {
75+
isa = PBXNativeTarget;
76+
buildConfigurationList = 7ED517782AF68AB900D29ED7 /* Build configuration list for PBXNativeTarget "spm_test" */;
77+
buildPhases = (
78+
7ED517662AF68AB700D29ED7 /* Sources */,
79+
7ED517672AF68AB700D29ED7 /* Frameworks */,
80+
7ED517682AF68AB700D29ED7 /* Resources */,
81+
);
82+
buildRules = (
83+
);
84+
dependencies = (
85+
);
86+
name = spm_test;
87+
packageProductDependencies = (
88+
7ED5177D2AF68AFD00D29ED7 /* JDStatusBarNotification */,
89+
);
90+
productName = spm_test;
91+
productReference = 7ED5176A2AF68AB700D29ED7 /* spm_test.app */;
92+
productType = "com.apple.product-type.application";
93+
};
94+
/* End PBXNativeTarget section */
95+
96+
/* Begin PBXProject section */
97+
7ED517622AF68AB700D29ED7 /* Project object */ = {
98+
isa = PBXProject;
99+
attributes = {
100+
BuildIndependentTargetsInParallel = 1;
101+
LastSwiftUpdateCheck = 1510;
102+
LastUpgradeCheck = 1510;
103+
TargetAttributes = {
104+
7ED517692AF68AB700D29ED7 = {
105+
CreatedOnToolsVersion = 15.1;
106+
LastSwiftMigration = 1510;
107+
};
108+
};
109+
};
110+
buildConfigurationList = 7ED517652AF68AB700D29ED7 /* Build configuration list for PBXProject "spm_test" */;
111+
compatibilityVersion = "Xcode 14.0";
112+
developmentRegion = en;
113+
hasScannedForEncodings = 0;
114+
knownRegions = (
115+
en,
116+
Base,
117+
);
118+
mainGroup = 7ED517612AF68AB700D29ED7;
119+
packageReferences = (
120+
7ED5177B2AF68ACD00D29ED7 /* XCRemoteSwiftPackageReference "JDStatusBarNotification" */,
121+
);
122+
productRefGroup = 7ED5176B2AF68AB700D29ED7 /* Products */;
123+
projectDirPath = "";
124+
projectRoot = "";
125+
targets = (
126+
7ED517692AF68AB700D29ED7 /* spm_test */,
127+
);
128+
};
129+
/* End PBXProject section */
130+
131+
/* Begin PBXResourcesBuildPhase section */
132+
7ED517682AF68AB700D29ED7 /* Resources */ = {
133+
isa = PBXResourcesBuildPhase;
134+
buildActionMask = 2147483647;
135+
files = (
136+
);
137+
runOnlyForDeploymentPostprocessing = 0;
138+
};
139+
/* End PBXResourcesBuildPhase section */
140+
141+
/* Begin PBXSourcesBuildPhase section */
142+
7ED517662AF68AB700D29ED7 /* Sources */ = {
143+
isa = PBXSourcesBuildPhase;
144+
buildActionMask = 2147483647;
145+
files = (
146+
7ED306AD2AF8455D00F6FFE3 /* SomeObjcClass.m in Sources */,
147+
7ED517702AF68AB700D29ED7 /* ContentView.swift in Sources */,
148+
7ED5176E2AF68AB700D29ED7 /* spm_testApp.swift in Sources */,
149+
);
150+
runOnlyForDeploymentPostprocessing = 0;
151+
};
152+
/* End PBXSourcesBuildPhase section */
153+
154+
/* Begin XCBuildConfiguration section */
155+
7ED517762AF68AB900D29ED7 /* Debug */ = {
156+
isa = XCBuildConfiguration;
157+
buildSettings = {
158+
ALWAYS_SEARCH_USER_PATHS = NO;
159+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
160+
CLANG_ANALYZER_NONNULL = YES;
161+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
162+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
163+
CLANG_ENABLE_MODULES = YES;
164+
CLANG_ENABLE_OBJC_ARC = YES;
165+
CLANG_ENABLE_OBJC_WEAK = YES;
166+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
167+
CLANG_WARN_BOOL_CONVERSION = YES;
168+
CLANG_WARN_COMMA = YES;
169+
CLANG_WARN_CONSTANT_CONVERSION = YES;
170+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
171+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
172+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
173+
CLANG_WARN_EMPTY_BODY = YES;
174+
CLANG_WARN_ENUM_CONVERSION = YES;
175+
CLANG_WARN_INFINITE_RECURSION = YES;
176+
CLANG_WARN_INT_CONVERSION = YES;
177+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
178+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
179+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
180+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
181+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
182+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
183+
CLANG_WARN_STRICT_PROTOTYPES = YES;
184+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
185+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
186+
CLANG_WARN_UNREACHABLE_CODE = YES;
187+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
188+
COPY_PHASE_STRIP = NO;
189+
DEBUG_INFORMATION_FORMAT = dwarf;
190+
ENABLE_STRICT_OBJC_MSGSEND = YES;
191+
ENABLE_TESTABILITY = YES;
192+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
193+
GCC_C_LANGUAGE_STANDARD = gnu17;
194+
GCC_DYNAMIC_NO_PIC = NO;
195+
GCC_NO_COMMON_BLOCKS = YES;
196+
GCC_OPTIMIZATION_LEVEL = 0;
197+
GCC_PREPROCESSOR_DEFINITIONS = (
198+
"DEBUG=1",
199+
"$(inherited)",
200+
);
201+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
202+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
203+
GCC_WARN_UNDECLARED_SELECTOR = YES;
204+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
205+
GCC_WARN_UNUSED_FUNCTION = YES;
206+
GCC_WARN_UNUSED_VARIABLE = YES;
207+
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
208+
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
209+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
210+
MTL_FAST_MATH = YES;
211+
ONLY_ACTIVE_ARCH = YES;
212+
SDKROOT = iphoneos;
213+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
214+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
215+
};
216+
name = Debug;
217+
};
218+
7ED517772AF68AB900D29ED7 /* Release */ = {
219+
isa = XCBuildConfiguration;
220+
buildSettings = {
221+
ALWAYS_SEARCH_USER_PATHS = NO;
222+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
223+
CLANG_ANALYZER_NONNULL = YES;
224+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
225+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
226+
CLANG_ENABLE_MODULES = YES;
227+
CLANG_ENABLE_OBJC_ARC = YES;
228+
CLANG_ENABLE_OBJC_WEAK = YES;
229+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
230+
CLANG_WARN_BOOL_CONVERSION = YES;
231+
CLANG_WARN_COMMA = YES;
232+
CLANG_WARN_CONSTANT_CONVERSION = YES;
233+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
234+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
235+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
236+
CLANG_WARN_EMPTY_BODY = YES;
237+
CLANG_WARN_ENUM_CONVERSION = YES;
238+
CLANG_WARN_INFINITE_RECURSION = YES;
239+
CLANG_WARN_INT_CONVERSION = YES;
240+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
241+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
242+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
243+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
244+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
245+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
246+
CLANG_WARN_STRICT_PROTOTYPES = YES;
247+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
248+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
249+
CLANG_WARN_UNREACHABLE_CODE = YES;
250+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
251+
COPY_PHASE_STRIP = NO;
252+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
253+
ENABLE_NS_ASSERTIONS = NO;
254+
ENABLE_STRICT_OBJC_MSGSEND = YES;
255+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
256+
GCC_C_LANGUAGE_STANDARD = gnu17;
257+
GCC_NO_COMMON_BLOCKS = YES;
258+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
259+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
260+
GCC_WARN_UNDECLARED_SELECTOR = YES;
261+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
262+
GCC_WARN_UNUSED_FUNCTION = YES;
263+
GCC_WARN_UNUSED_VARIABLE = YES;
264+
IPHONEOS_DEPLOYMENT_TARGET = 17.2;
265+
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
266+
MTL_ENABLE_DEBUG_INFO = NO;
267+
MTL_FAST_MATH = YES;
268+
SDKROOT = iphoneos;
269+
SWIFT_COMPILATION_MODE = wholemodule;
270+
VALIDATE_PRODUCT = YES;
271+
};
272+
name = Release;
273+
};
274+
7ED517792AF68AB900D29ED7 /* Debug */ = {
275+
isa = XCBuildConfiguration;
276+
buildSettings = {
277+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
278+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
279+
CLANG_ENABLE_MODULES = YES;
280+
CODE_SIGN_STYLE = Automatic;
281+
CURRENT_PROJECT_VERSION = 1;
282+
DEVELOPMENT_TEAM = 8M37KCPR2Q;
283+
ENABLE_PREVIEWS = YES;
284+
GENERATE_INFOPLIST_FILE = YES;
285+
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
286+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
287+
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
288+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
289+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
290+
LD_RUNPATH_SEARCH_PATHS = (
291+
"$(inherited)",
292+
"@executable_path/Frameworks",
293+
);
294+
MARKETING_VERSION = 1.0;
295+
PRODUCT_BUNDLE_IDENTIFIER = "com.calimarkus.swift-test";
296+
PRODUCT_NAME = "$(TARGET_NAME)";
297+
SWIFT_EMIT_LOC_STRINGS = YES;
298+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
299+
SWIFT_VERSION = 5.0;
300+
TARGETED_DEVICE_FAMILY = "1,2";
301+
};
302+
name = Debug;
303+
};
304+
7ED5177A2AF68AB900D29ED7 /* Release */ = {
305+
isa = XCBuildConfiguration;
306+
buildSettings = {
307+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
308+
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
309+
CLANG_ENABLE_MODULES = YES;
310+
CODE_SIGN_STYLE = Automatic;
311+
CURRENT_PROJECT_VERSION = 1;
312+
DEVELOPMENT_TEAM = 8M37KCPR2Q;
313+
ENABLE_PREVIEWS = YES;
314+
GENERATE_INFOPLIST_FILE = YES;
315+
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
316+
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
317+
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
318+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
319+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
320+
LD_RUNPATH_SEARCH_PATHS = (
321+
"$(inherited)",
322+
"@executable_path/Frameworks",
323+
);
324+
MARKETING_VERSION = 1.0;
325+
PRODUCT_BUNDLE_IDENTIFIER = "com.calimarkus.swift-test";
326+
PRODUCT_NAME = "$(TARGET_NAME)";
327+
SWIFT_EMIT_LOC_STRINGS = YES;
328+
SWIFT_VERSION = 5.0;
329+
TARGETED_DEVICE_FAMILY = "1,2";
330+
};
331+
name = Release;
332+
};
333+
/* End XCBuildConfiguration section */
334+
335+
/* Begin XCConfigurationList section */
336+
7ED517652AF68AB700D29ED7 /* Build configuration list for PBXProject "spm_test" */ = {
337+
isa = XCConfigurationList;
338+
buildConfigurations = (
339+
7ED517762AF68AB900D29ED7 /* Debug */,
340+
7ED517772AF68AB900D29ED7 /* Release */,
341+
);
342+
defaultConfigurationIsVisible = 0;
343+
defaultConfigurationName = Release;
344+
};
345+
7ED517782AF68AB900D29ED7 /* Build configuration list for PBXNativeTarget "spm_test" */ = {
346+
isa = XCConfigurationList;
347+
buildConfigurations = (
348+
7ED517792AF68AB900D29ED7 /* Debug */,
349+
7ED5177A2AF68AB900D29ED7 /* Release */,
350+
);
351+
defaultConfigurationIsVisible = 0;
352+
defaultConfigurationName = Release;
353+
};
354+
/* End XCConfigurationList section */
355+
356+
/* Begin XCRemoteSwiftPackageReference section */
357+
7ED5177B2AF68ACD00D29ED7 /* XCRemoteSwiftPackageReference "JDStatusBarNotification" */ = {
358+
isa = XCRemoteSwiftPackageReference;
359+
repositoryURL = "https://github.com/calimarkus/JDStatusBarNotification.git";
360+
requirement = {
361+
kind = upToNextMajorVersion;
362+
minimumVersion = 2.0.0;
363+
};
364+
};
365+
/* End XCRemoteSwiftPackageReference section */
366+
367+
/* Begin XCSwiftPackageProductDependency section */
368+
7ED5177D2AF68AFD00D29ED7 /* JDStatusBarNotification */ = {
369+
isa = XCSwiftPackageProductDependency;
370+
package = 7ED5177B2AF68ACD00D29ED7 /* XCRemoteSwiftPackageReference "JDStatusBarNotification" */;
371+
productName = JDStatusBarNotification;
372+
};
373+
/* End XCSwiftPackageProductDependency section */
374+
};
375+
rootObject = 7ED517622AF68AB700D29ED7 /* Project object */;
376+
}

0 commit comments

Comments
 (0)