|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 6C2265DF2D306AB7008710D7 /* CodeEditTextView in Frameworks */ = {isa = PBXBuildFile; productRef = 6C2265DE2D306AB7008710D7 /* CodeEditTextView */; }; |
11 | | - 6C2265E42D306B90008710D7 /* SwiftUITextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C2265E32D306B90008710D7 /* SwiftUITextView.swift */; }; |
12 | | - 6C2265E62D306D37008710D7 /* TextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C2265E52D306D37008710D7 /* TextViewController.swift */; }; |
13 | | - 6CCDA29B2D306A25007CD84A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6CCDA2942D306A25007CD84A /* Assets.xcassets */; }; |
14 | | - 6CCDA29D2D306A25007CD84A /* CodeEditTextViewExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CCDA2952D306A25007CD84A /* CodeEditTextViewExampleApp.swift */; }; |
15 | | - 6CCDA29E2D306A25007CD84A /* CodeEditTextViewExampleDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CCDA2962D306A25007CD84A /* CodeEditTextViewExampleDocument.swift */; }; |
16 | | - 6CCDA29F2D306A25007CD84A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CCDA2972D306A25007CD84A /* ContentView.swift */; }; |
17 | 11 | /* End PBXBuildFile section */ |
18 | 12 |
|
19 | 13 | /* Begin PBXFileReference section */ |
20 | | - 6C2265E12D306B58008710D7 /* CodeEditTextViewExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = CodeEditTextViewExample.entitlements; sourceTree = "<group>"; }; |
21 | | - 6C2265E32D306B90008710D7 /* SwiftUITextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUITextView.swift; sourceTree = "<group>"; }; |
22 | | - 6C2265E52D306D37008710D7 /* TextViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextViewController.swift; sourceTree = "<group>"; }; |
23 | 14 | 6CCDA27D2D306A1B007CD84A /* CodeEditTextViewExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CodeEditTextViewExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
24 | | - 6CCDA2942D306A25007CD84A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
25 | | - 6CCDA2952D306A25007CD84A /* CodeEditTextViewExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeEditTextViewExampleApp.swift; sourceTree = "<group>"; }; |
26 | | - 6CCDA2962D306A25007CD84A /* CodeEditTextViewExampleDocument.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeEditTextViewExampleDocument.swift; sourceTree = "<group>"; }; |
27 | | - 6CCDA2972D306A25007CD84A /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
28 | | - 6CCDA2982D306A25007CD84A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
29 | 15 | 6CCDA2A12D306A5B007CD84A /* CodeEditTextView */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = CodeEditTextView; path = ../..; sourceTree = "<group>"; }; |
30 | 16 | /* End PBXFileReference section */ |
31 | 17 |
|
| 18 | +/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
| 19 | + B6654F662DF001EB003B32B8 /* Exceptions for "CodeEditTextViewExample" folder in "CodeEditTextViewExample" target */ = { |
| 20 | + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; |
| 21 | + membershipExceptions = ( |
| 22 | + Info.plist, |
| 23 | + ); |
| 24 | + target = 6CCDA27C2D306A1B007CD84A /* CodeEditTextViewExample */; |
| 25 | + }; |
| 26 | +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
| 27 | + |
| 28 | +/* Begin PBXFileSystemSynchronizedRootGroup section */ |
| 29 | + B6654F5D2DF001EB003B32B8 /* CodeEditTextViewExample */ = { |
| 30 | + isa = PBXFileSystemSynchronizedRootGroup; |
| 31 | + exceptions = ( |
| 32 | + B6654F662DF001EB003B32B8 /* Exceptions for "CodeEditTextViewExample" folder in "CodeEditTextViewExample" target */, |
| 33 | + ); |
| 34 | + path = CodeEditTextViewExample; |
| 35 | + sourceTree = "<group>"; |
| 36 | + }; |
| 37 | +/* End PBXFileSystemSynchronizedRootGroup section */ |
| 38 | + |
32 | 39 | /* Begin PBXFrameworksBuildPhase section */ |
33 | 40 | 6CCDA27A2D306A1B007CD84A /* Frameworks */ = { |
34 | 41 | isa = PBXFrameworksBuildPhase; |
|
41 | 48 | /* End PBXFrameworksBuildPhase section */ |
42 | 49 |
|
43 | 50 | /* Begin PBXGroup section */ |
44 | | - 6C2265E02D306AEB008710D7 /* Documents */ = { |
45 | | - isa = PBXGroup; |
46 | | - children = ( |
47 | | - 6CCDA2962D306A25007CD84A /* CodeEditTextViewExampleDocument.swift */, |
48 | | - ); |
49 | | - path = Documents; |
50 | | - sourceTree = "<group>"; |
51 | | - }; |
52 | | - 6C2265E22D306B69008710D7 /* Views */ = { |
53 | | - isa = PBXGroup; |
54 | | - children = ( |
55 | | - 6CCDA2972D306A25007CD84A /* ContentView.swift */, |
56 | | - 6C2265E32D306B90008710D7 /* SwiftUITextView.swift */, |
57 | | - 6C2265E52D306D37008710D7 /* TextViewController.swift */, |
58 | | - ); |
59 | | - path = Views; |
60 | | - sourceTree = "<group>"; |
61 | | - }; |
62 | 51 | 6CCDA2742D306A1B007CD84A = { |
63 | 52 | isa = PBXGroup; |
64 | 53 | children = ( |
65 | 54 | 6CCDA2A12D306A5B007CD84A /* CodeEditTextView */, |
66 | | - 6CCDA2992D306A25007CD84A /* CodeEditTextViewExample */, |
| 55 | + B6654F5D2DF001EB003B32B8 /* CodeEditTextViewExample */, |
67 | 56 | 6CCDA2A02D306A5B007CD84A /* Frameworks */, |
68 | 57 | 6CCDA27E2D306A1B007CD84A /* Products */, |
69 | 58 | ); |
|
77 | 66 | name = Products; |
78 | 67 | sourceTree = "<group>"; |
79 | 68 | }; |
80 | | - 6CCDA2992D306A25007CD84A /* CodeEditTextViewExample */ = { |
81 | | - isa = PBXGroup; |
82 | | - children = ( |
83 | | - 6CCDA2952D306A25007CD84A /* CodeEditTextViewExampleApp.swift */, |
84 | | - 6C2265E02D306AEB008710D7 /* Documents */, |
85 | | - 6C2265E22D306B69008710D7 /* Views */, |
86 | | - 6CCDA2942D306A25007CD84A /* Assets.xcassets */, |
87 | | - 6CCDA2982D306A25007CD84A /* Info.plist */, |
88 | | - 6C2265E12D306B58008710D7 /* CodeEditTextViewExample.entitlements */, |
89 | | - ); |
90 | | - path = CodeEditTextViewExample; |
91 | | - sourceTree = "<group>"; |
92 | | - }; |
93 | 69 | 6CCDA2A02D306A5B007CD84A /* Frameworks */ = { |
94 | 70 | isa = PBXGroup; |
95 | 71 | children = ( |
|
112 | 88 | ); |
113 | 89 | dependencies = ( |
114 | 90 | ); |
| 91 | + fileSystemSynchronizedGroups = ( |
| 92 | + B6654F5D2DF001EB003B32B8 /* CodeEditTextViewExample */, |
| 93 | + ); |
115 | 94 | name = CodeEditTextViewExample; |
116 | 95 | packageProductDependencies = ( |
117 | 96 | 6C2265DE2D306AB7008710D7 /* CodeEditTextView */, |
|
159 | 138 | isa = PBXResourcesBuildPhase; |
160 | 139 | buildActionMask = 2147483647; |
161 | 140 | files = ( |
162 | | - 6CCDA29B2D306A25007CD84A /* Assets.xcassets in Resources */, |
163 | 141 | ); |
164 | 142 | runOnlyForDeploymentPostprocessing = 0; |
165 | 143 | }; |
|
170 | 148 | isa = PBXSourcesBuildPhase; |
171 | 149 | buildActionMask = 2147483647; |
172 | 150 | files = ( |
173 | | - 6C2265E62D306D37008710D7 /* TextViewController.swift in Sources */, |
174 | | - 6CCDA29D2D306A25007CD84A /* CodeEditTextViewExampleApp.swift in Sources */, |
175 | | - 6CCDA29E2D306A25007CD84A /* CodeEditTextViewExampleDocument.swift in Sources */, |
176 | | - 6CCDA29F2D306A25007CD84A /* ContentView.swift in Sources */, |
177 | | - 6C2265E42D306B90008710D7 /* SwiftUITextView.swift in Sources */, |
178 | 151 | ); |
179 | 152 | runOnlyForDeploymentPostprocessing = 0; |
180 | 153 | }; |
|
0 commit comments