|
11 | 11 | E2A34EBB2CD1FB5D00950E78 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2A34EBA2CD1FB5C00950E78 /* ContentView.swift */; }; |
12 | 12 | E2CE6F082CCF22A800F81BCE /* OSCKit in Frameworks */ = {isa = PBXBuildFile; productRef = E2CE6F072CCF22A800F81BCE /* OSCKit */; }; |
13 | 13 | E2CE6F132CCF2EF300F81BCE /* CustomType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2CE6F122CCF2EE400F81BCE /* CustomType.swift */; }; |
14 | | - E2D003D5289882820073ED8F /* CustomTypeExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D003D4289882820073ED8F /* CustomTypeExampleApp.swift */; }; |
| 14 | + E2D003D5289882820073ED8F /* CustomOSCTypeApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D003D4289882820073ED8F /* CustomOSCTypeApp.swift */; }; |
15 | 15 | E2D003E82898834E0073ED8F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E2D003E52898834E0073ED8F /* Assets.xcassets */; }; |
16 | 16 | /* End PBXBuildFile section */ |
17 | 17 |
|
18 | 18 | /* Begin PBXFileReference section */ |
19 | 19 | E22C84402CA8C57C00FA3C54 /* OSCManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSCManager.swift; sourceTree = "<group>"; }; |
20 | 20 | E2A34EBA2CD1FB5C00950E78 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
21 | 21 | E2CE6F122CCF2EE400F81BCE /* CustomType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomType.swift; sourceTree = "<group>"; }; |
22 | | - E2D003D1289882820073ED8F /* Custom Type Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Custom Type Example.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
23 | | - E2D003D4289882820073ED8F /* CustomTypeExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomTypeExampleApp.swift; sourceTree = "<group>"; }; |
24 | | - E2D003E42898834E0073ED8F /* Custom Type Example.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = "Custom Type Example.entitlements"; sourceTree = "<group>"; }; |
| 22 | + E2D003D1289882820073ED8F /* Custom OSC Type.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Custom OSC Type.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 23 | + E2D003D4289882820073ED8F /* CustomOSCTypeApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomOSCTypeApp.swift; sourceTree = "<group>"; }; |
| 24 | + E2D003E42898834E0073ED8F /* Custom OSC Type.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = "Custom OSC Type.entitlements"; sourceTree = "<group>"; }; |
25 | 25 | E2D003E52898834E0073ED8F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
26 | 26 | /* End PBXFileReference section */ |
27 | 27 |
|
|
40 | 40 | E2D003C8289882820073ED8F = { |
41 | 41 | isa = PBXGroup; |
42 | 42 | children = ( |
43 | | - E2D003D3289882820073ED8F /* Custom Type Example */, |
| 43 | + E2D003D3289882820073ED8F /* Custom OSC Type */, |
44 | 44 | E2D003D2289882820073ED8F /* Products */, |
45 | 45 | ); |
46 | 46 | sourceTree = "<group>"; |
47 | 47 | }; |
48 | 48 | E2D003D2289882820073ED8F /* Products */ = { |
49 | 49 | isa = PBXGroup; |
50 | 50 | children = ( |
51 | | - E2D003D1289882820073ED8F /* Custom Type Example.app */, |
| 51 | + E2D003D1289882820073ED8F /* Custom OSC Type.app */, |
52 | 52 | ); |
53 | 53 | name = Products; |
54 | 54 | sourceTree = "<group>"; |
55 | 55 | }; |
56 | | - E2D003D3289882820073ED8F /* Custom Type Example */ = { |
| 56 | + E2D003D3289882820073ED8F /* Custom OSC Type */ = { |
57 | 57 | isa = PBXGroup; |
58 | 58 | children = ( |
59 | 59 | E2D003E32898834E0073ED8F /* Support */, |
60 | | - E2D003D4289882820073ED8F /* CustomTypeExampleApp.swift */, |
| 60 | + E2D003D4289882820073ED8F /* CustomOSCTypeApp.swift */, |
61 | 61 | E2A34EBA2CD1FB5C00950E78 /* ContentView.swift */, |
62 | 62 | E22C84402CA8C57C00FA3C54 /* OSCManager.swift */, |
63 | 63 | E2CE6F122CCF2EE400F81BCE /* CustomType.swift */, |
64 | 64 | ); |
65 | | - path = "Custom Type Example"; |
| 65 | + path = "Custom OSC Type"; |
66 | 66 | sourceTree = "<group>"; |
67 | 67 | }; |
68 | 68 | E2D003E32898834E0073ED8F /* Support */ = { |
69 | 69 | isa = PBXGroup; |
70 | 70 | children = ( |
71 | | - E2D003E42898834E0073ED8F /* Custom Type Example.entitlements */, |
| 71 | + E2D003E42898834E0073ED8F /* Custom OSC Type.entitlements */, |
72 | 72 | E2D003E52898834E0073ED8F /* Assets.xcassets */, |
73 | 73 | ); |
74 | 74 | path = Support; |
|
77 | 77 | /* End PBXGroup section */ |
78 | 78 |
|
79 | 79 | /* Begin PBXNativeTarget section */ |
80 | | - E2D003D0289882820073ED8F /* Custom Type Example */ = { |
| 80 | + E2D003D0289882820073ED8F /* Custom OSC Type */ = { |
81 | 81 | isa = PBXNativeTarget; |
82 | | - buildConfigurationList = E2D003E0289882850073ED8F /* Build configuration list for PBXNativeTarget "Custom Type Example" */; |
| 82 | + buildConfigurationList = E2D003E0289882850073ED8F /* Build configuration list for PBXNativeTarget "Custom OSC Type" */; |
83 | 83 | buildPhases = ( |
84 | 84 | E2D003CD289882820073ED8F /* Sources */, |
85 | 85 | E2D003CE289882820073ED8F /* Frameworks */, |
|
89 | 89 | ); |
90 | 90 | dependencies = ( |
91 | 91 | ); |
92 | | - name = "Custom Type Example"; |
| 92 | + name = "Custom OSC Type"; |
93 | 93 | packageProductDependencies = ( |
94 | 94 | E2CE6F072CCF22A800F81BCE /* OSCKit */, |
95 | 95 | ); |
96 | 96 | productName = OSCKitBasicExample; |
97 | | - productReference = E2D003D1289882820073ED8F /* Custom Type Example.app */; |
| 97 | + productReference = E2D003D1289882820073ED8F /* Custom OSC Type.app */; |
98 | 98 | productType = "com.apple.product-type.application"; |
99 | 99 | }; |
100 | 100 | /* End PBXNativeTarget section */ |
|
112 | 112 | }; |
113 | 113 | }; |
114 | 114 | }; |
115 | | - buildConfigurationList = E2D003CC289882820073ED8F /* Build configuration list for PBXProject "Custom Type Example" */; |
| 115 | + buildConfigurationList = E2D003CC289882820073ED8F /* Build configuration list for PBXProject "Custom OSC Type" */; |
116 | 116 | compatibilityVersion = "Xcode 13.0"; |
117 | 117 | developmentRegion = en; |
118 | 118 | hasScannedForEncodings = 0; |
|
129 | 129 | projectDirPath = ""; |
130 | 130 | projectRoot = ""; |
131 | 131 | targets = ( |
132 | | - E2D003D0289882820073ED8F /* Custom Type Example */, |
| 132 | + E2D003D0289882820073ED8F /* Custom OSC Type */, |
133 | 133 | ); |
134 | 134 | }; |
135 | 135 | /* End PBXProject section */ |
|
150 | 150 | isa = PBXSourcesBuildPhase; |
151 | 151 | buildActionMask = 2147483647; |
152 | 152 | files = ( |
153 | | - E2D003D5289882820073ED8F /* CustomTypeExampleApp.swift in Sources */, |
| 153 | + E2D003D5289882820073ED8F /* CustomOSCTypeApp.swift in Sources */, |
154 | 154 | E22C84412CA8C57E00FA3C54 /* OSCManager.swift in Sources */, |
155 | 155 | E2A34EBB2CD1FB5D00950E78 /* ContentView.swift in Sources */, |
156 | 156 | E2CE6F132CCF2EF300F81BCE /* CustomType.swift in Sources */, |
|
294 | 294 | buildSettings = { |
295 | 295 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
296 | 296 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
297 | | - CODE_SIGN_ENTITLEMENTS = "Custom Type Example/Support/Custom Type Example.entitlements"; |
| 297 | + CODE_SIGN_ENTITLEMENTS = "Custom OSC Type/Support/Custom OSC Type.entitlements"; |
298 | 298 | CODE_SIGN_STYLE = Automatic; |
299 | 299 | COMBINE_HIDPI_IMAGES = YES; |
300 | 300 | CURRENT_PROJECT_VERSION = 1; |
301 | 301 | DEAD_CODE_STRIPPING = YES; |
302 | 302 | DEVELOPMENT_TEAM = ""; |
303 | 303 | ENABLE_HARDENED_RUNTIME = YES; |
304 | 304 | GENERATE_INFOPLIST_FILE = YES; |
305 | | - INFOPLIST_KEY_CFBundleDisplayName = "Custom Type Example"; |
| 305 | + INFOPLIST_KEY_CFBundleDisplayName = "Custom OSC Type"; |
306 | 306 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; |
307 | 307 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
308 | 308 | INFOPLIST_KEY_NSPrincipalClass = NSApplication; |
|
313 | 313 | "@executable_path/../Frameworks", |
314 | 314 | ); |
315 | 315 | MARKETING_VERSION = 1.0; |
316 | | - PRODUCT_BUNDLE_IDENTIFIER = "com.orchetect.OSCKit.CustomTypeExample${DEVELOPMENT_TEAM}"; |
| 316 | + PRODUCT_BUNDLE_IDENTIFIER = "com.orchetect.OSCKit.CustomOSCType${DEVELOPMENT_TEAM}"; |
317 | 317 | PRODUCT_NAME = "$(TARGET_NAME)"; |
318 | 318 | SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator"; |
319 | 319 | SUPPORTS_MACCATALYST = NO; |
|
327 | 327 | buildSettings = { |
328 | 328 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
329 | 329 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
330 | | - CODE_SIGN_ENTITLEMENTS = "Custom Type Example/Support/Custom Type Example.entitlements"; |
| 330 | + CODE_SIGN_ENTITLEMENTS = "Custom OSC Type/Support/Custom OSC Type.entitlements"; |
331 | 331 | CODE_SIGN_STYLE = Automatic; |
332 | 332 | COMBINE_HIDPI_IMAGES = YES; |
333 | 333 | CURRENT_PROJECT_VERSION = 1; |
334 | 334 | DEAD_CODE_STRIPPING = YES; |
335 | 335 | DEVELOPMENT_TEAM = ""; |
336 | 336 | ENABLE_HARDENED_RUNTIME = YES; |
337 | 337 | GENERATE_INFOPLIST_FILE = YES; |
338 | | - INFOPLIST_KEY_CFBundleDisplayName = "Custom Type Example"; |
| 338 | + INFOPLIST_KEY_CFBundleDisplayName = "Custom OSC Type"; |
339 | 339 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; |
340 | 340 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
341 | 341 | INFOPLIST_KEY_NSPrincipalClass = NSApplication; |
|
346 | 346 | "@executable_path/../Frameworks", |
347 | 347 | ); |
348 | 348 | MARKETING_VERSION = 1.0; |
349 | | - PRODUCT_BUNDLE_IDENTIFIER = "com.orchetect.OSCKit.CustomTypeExample${DEVELOPMENT_TEAM}"; |
| 349 | + PRODUCT_BUNDLE_IDENTIFIER = "com.orchetect.OSCKit.CustomOSCType${DEVELOPMENT_TEAM}"; |
350 | 350 | PRODUCT_NAME = "$(TARGET_NAME)"; |
351 | 351 | SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator"; |
352 | 352 | SUPPORTS_MACCATALYST = NO; |
|
358 | 358 | /* End XCBuildConfiguration section */ |
359 | 359 |
|
360 | 360 | /* Begin XCConfigurationList section */ |
361 | | - E2D003CC289882820073ED8F /* Build configuration list for PBXProject "Custom Type Example" */ = { |
| 361 | + E2D003CC289882820073ED8F /* Build configuration list for PBXProject "Custom OSC Type" */ = { |
362 | 362 | isa = XCConfigurationList; |
363 | 363 | buildConfigurations = ( |
364 | 364 | E2D003DE289882850073ED8F /* Debug */, |
|
367 | 367 | defaultConfigurationIsVisible = 0; |
368 | 368 | defaultConfigurationName = Release; |
369 | 369 | }; |
370 | | - E2D003E0289882850073ED8F /* Build configuration list for PBXNativeTarget "Custom Type Example" */ = { |
| 370 | + E2D003E0289882850073ED8F /* Build configuration list for PBXNativeTarget "Custom OSC Type" */ = { |
371 | 371 | isa = XCConfigurationList; |
372 | 372 | buildConfigurations = ( |
373 | 373 | E2D003E1289882850073ED8F /* Debug */, |
|
0 commit comments