|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 9B34BD5C243DC33500932E6C /* AttributedString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B34BD58243DC2F900932E6C /* AttributedString.framework */; }; |
11 | | - 9B34BD5D243DC33500932E6C /* AttributedString.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9B34BD58243DC2F900932E6C /* AttributedString.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
12 | 10 | 9B34BD6B243F16EE00932E6C /* TableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B34BD6A243F16EE00932E6C /* TableViewCell.swift */; }; |
13 | 11 | 9B34BD6D243F172E00932E6C /* AllViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B34BD6C243F172E00932E6C /* AllViewController.swift */; }; |
14 | 12 | 9B6E89C123827C48009EBEBE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89C023827C48009EBEBE /* AppDelegate.swift */; }; |
15 | 13 | 9B6E89C323827C48009EBEBE /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6E89C223827C48009EBEBE /* ViewController.swift */; }; |
16 | 14 | 9B6E89C523827C49009EBEBE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9B6E89C423827C49009EBEBE /* Assets.xcassets */; }; |
17 | 15 | 9B6E89C823827C49009EBEBE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9B6E89C623827C49009EBEBE /* Main.storyboard */; }; |
| 16 | + 9BF2B27C27DA1B6900CE59D9 /* AttributedString.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B34BD58243DC2F900932E6C /* AttributedString.framework */; }; |
| 17 | + 9BF2B27D27DA1B6900CE59D9 /* AttributedString.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9B34BD58243DC2F900932E6C /* AttributedString.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
18 | 18 | /* End PBXBuildFile section */ |
19 | 19 |
|
20 | 20 | /* Begin PBXCopyFilesBuildPhase section */ |
21 | | - 9B34BD5E243DC33500932E6C /* Embed Frameworks */ = { |
| 21 | + 9BF2B27E27DA1B6A00CE59D9 /* Embed Frameworks */ = { |
22 | 22 | isa = PBXCopyFilesBuildPhase; |
23 | 23 | buildActionMask = 2147483647; |
24 | 24 | dstPath = ""; |
25 | 25 | dstSubfolderSpec = 10; |
26 | 26 | files = ( |
27 | | - 9B34BD5D243DC33500932E6C /* AttributedString.framework in Embed Frameworks */, |
| 27 | + 9BF2B27D27DA1B6900CE59D9 /* AttributedString.framework in Embed Frameworks */, |
28 | 28 | ); |
29 | 29 | name = "Embed Frameworks"; |
30 | 30 | runOnlyForDeploymentPostprocessing = 0; |
|
49 | 49 | isa = PBXFrameworksBuildPhase; |
50 | 50 | buildActionMask = 2147483647; |
51 | 51 | files = ( |
52 | | - 9B34BD5C243DC33500932E6C /* AttributedString.framework in Frameworks */, |
| 52 | + 9BF2B27C27DA1B6900CE59D9 /* AttributedString.framework in Frameworks */, |
53 | 53 | ); |
54 | 54 | runOnlyForDeploymentPostprocessing = 0; |
55 | 55 | }; |
|
114 | 114 | 9B6E89B923827C48009EBEBE /* Sources */, |
115 | 115 | 9B6E89BA23827C48009EBEBE /* Frameworks */, |
116 | 116 | 9B6E89BB23827C48009EBEBE /* Resources */, |
117 | | - 9B34BD5E243DC33500932E6C /* Embed Frameworks */, |
| 117 | + 9BF2B27E27DA1B6A00CE59D9 /* Embed Frameworks */, |
118 | 118 | ); |
119 | 119 | buildRules = ( |
120 | 120 | ); |
|
314 | 314 | buildSettings = { |
315 | 315 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
316 | 316 | CODE_SIGN_ENTITLEMENTS = "Demo-Mac/Demo_Mac.entitlements"; |
317 | | - CODE_SIGN_IDENTITY = "Apple Development"; |
| 317 | + CODE_SIGN_IDENTITY = "-"; |
318 | 318 | CODE_SIGN_STYLE = Automatic; |
319 | 319 | COMBINE_HIDPI_IMAGES = YES; |
320 | | - DEVELOPMENT_TEAM = B9D8DJR5J5; |
| 320 | + DEVELOPMENT_TEAM = ""; |
321 | 321 | ENABLE_HARDENED_RUNTIME = YES; |
322 | 322 | INFOPLIST_FILE = "Demo-Mac/Info.plist"; |
323 | 323 | LD_RUNPATH_SEARCH_PATHS = ( |
|
336 | 336 | buildSettings = { |
337 | 337 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
338 | 338 | CODE_SIGN_ENTITLEMENTS = "Demo-Mac/Demo_Mac.entitlements"; |
339 | | - CODE_SIGN_IDENTITY = "Apple Development"; |
| 339 | + CODE_SIGN_IDENTITY = "-"; |
340 | 340 | CODE_SIGN_STYLE = Automatic; |
341 | 341 | COMBINE_HIDPI_IMAGES = YES; |
342 | | - DEVELOPMENT_TEAM = B9D8DJR5J5; |
| 342 | + DEVELOPMENT_TEAM = ""; |
343 | 343 | ENABLE_HARDENED_RUNTIME = YES; |
344 | 344 | INFOPLIST_FILE = "Demo-Mac/Info.plist"; |
345 | 345 | LD_RUNPATH_SEARCH_PATHS = ( |
|
0 commit comments