Mercurial > public > simoleon
comparison Simoleon.xcodeproj/project.pbxproj @ 181:5a9430fd6b4d
restart project to new version
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 08 Dec 2021 10:52:11 +0100 |
parents | 7c4a789e51ba |
children | ba3ebe8cefe5 |
comparison
equal
deleted
inserted
replaced
180:41f284db0c3d | 181:5a9430fd6b4d |
---|---|
5 }; | 5 }; |
6 objectVersion = 55; | 6 objectVersion = 55; |
7 objects = { | 7 objects = { |
8 | 8 |
9 /* Begin PBXBuildFile section */ | 9 /* Begin PBXBuildFile section */ |
10 953B98B9272859CD00477D86 /* Sidebar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98B8272859CD00477D86 /* Sidebar.swift */; }; | 10 9511E2CA2760B72B005EEE8D /* simoleonApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E2C92760B72B005EEE8D /* simoleonApp.swift */; }; |
11 953B98BB272859DE00477D86 /* ConversionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98BA272859DE00477D86 /* ConversionView.swift */; }; | 11 9511E2CC2760B72B005EEE8D /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E2CB2760B72B005EEE8D /* ContentView.swift */; }; |
12 953B98BD272859F000477D86 /* FavoritesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98BC272859F000477D86 /* FavoritesView.swift */; }; | 12 9511E2CE2760B72C005EEE8D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9511E2CD2760B72C005EEE8D /* Assets.xcassets */; }; |
13 953B98BF272859FB00477D86 /* AboutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98BE272859FB00477D86 /* AboutView.swift */; }; | 13 9511E2D12760B72C005EEE8D /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9511E2D02760B72C005EEE8D /* Preview Assets.xcassets */; }; |
14 953B98C227285D2600477D86 /* currencies.json in Resources */ = {isa = PBXBuildFile; fileRef = 953B98C127285D2600477D86 /* currencies.json */; }; | 14 9511E2D32760B72C005EEE8D /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E2D22760B72C005EEE8D /* Persistence.swift */; }; |
15 953B98C427285E1600477D86 /* CurrencySelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98C327285E1600477D86 /* CurrencySelector.swift */; }; | 15 9511E2D62760B72C005EEE8D /* simoleon.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 9511E2D42760B72C005EEE8D /* simoleon.xcdatamodeld */; }; |
16 953B98C827285FA900477D86 /* CurrencySelectorButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98C727285FA900477D86 /* CurrencySelectorButton.swift */; }; | 16 9511E2E02760B72C005EEE8D /* simoleonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E2DF2760B72C005EEE8D /* simoleonTests.swift */; }; |
17 953B98CB27285FF400477D86 /* CurrencyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98CA27285FF400477D86 /* CurrencyModel.swift */; }; | 17 9511E2EA2760B72C005EEE8D /* simoleonUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E2E92760B72C005EEE8D /* simoleonUITests.swift */; }; |
18 95DC5D502728176700B1EFA0 /* SimoleonApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */; }; | 18 9511E2EC2760B72C005EEE8D /* simoleonUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E2EB2760B72C005EEE8D /* simoleonUITestsLaunchTests.swift */; }; |
19 95DC5D522728176700B1EFA0 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D512728176700B1EFA0 /* ContentView.swift */; }; | |
20 95DC5D542728176800B1EFA0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95DC5D532728176800B1EFA0 /* Assets.xcassets */; }; | |
21 95DC5D572728176800B1EFA0 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95DC5D562728176800B1EFA0 /* Preview Assets.xcassets */; }; | |
22 95DC5D592728176800B1EFA0 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D582728176800B1EFA0 /* Persistence.swift */; }; | |
23 95DC5D5C2728176800B1EFA0 /* Simoleon.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D5A2728176800B1EFA0 /* Simoleon.xcdatamodeld */; }; | |
24 95DC5D662728176900B1EFA0 /* SimoleonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D652728176900B1EFA0 /* SimoleonTests.swift */; }; | |
25 95DC5D702728176900B1EFA0 /* SimoleonUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D6F2728176900B1EFA0 /* SimoleonUITests.swift */; }; | |
26 95DC5D722728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D712728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift */; }; | |
27 95DC5D8327281A9F00B1EFA0 /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95DC5D8227281A9F00B1EFA0 /* CloudKit.framework */; }; | |
28 /* End PBXBuildFile section */ | 19 /* End PBXBuildFile section */ |
29 | 20 |
30 /* Begin PBXContainerItemProxy section */ | 21 /* Begin PBXContainerItemProxy section */ |
31 95DC5D622728176900B1EFA0 /* PBXContainerItemProxy */ = { | 22 9511E2DC2760B72C005EEE8D /* PBXContainerItemProxy */ = { |
32 isa = PBXContainerItemProxy; | 23 isa = PBXContainerItemProxy; |
33 containerPortal = 95DC5D442728176700B1EFA0 /* Project object */; | 24 containerPortal = 9511E2BE2760B72B005EEE8D /* Project object */; |
34 proxyType = 1; | 25 proxyType = 1; |
35 remoteGlobalIDString = 95DC5D4B2728176700B1EFA0; | 26 remoteGlobalIDString = 9511E2C52760B72B005EEE8D; |
36 remoteInfo = Simoleon; | 27 remoteInfo = simoleon; |
37 }; | 28 }; |
38 95DC5D6C2728176900B1EFA0 /* PBXContainerItemProxy */ = { | 29 9511E2E62760B72C005EEE8D /* PBXContainerItemProxy */ = { |
39 isa = PBXContainerItemProxy; | 30 isa = PBXContainerItemProxy; |
40 containerPortal = 95DC5D442728176700B1EFA0 /* Project object */; | 31 containerPortal = 9511E2BE2760B72B005EEE8D /* Project object */; |
41 proxyType = 1; | 32 proxyType = 1; |
42 remoteGlobalIDString = 95DC5D4B2728176700B1EFA0; | 33 remoteGlobalIDString = 9511E2C52760B72B005EEE8D; |
43 remoteInfo = Simoleon; | 34 remoteInfo = simoleon; |
44 }; | 35 }; |
45 /* End PBXContainerItemProxy section */ | 36 /* End PBXContainerItemProxy section */ |
46 | 37 |
47 /* Begin PBXFileReference section */ | 38 /* Begin PBXFileReference section */ |
48 953B98B8272859CD00477D86 /* Sidebar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Sidebar.swift; sourceTree = "<group>"; }; | 39 9511E2C62760B72B005EEE8D /* simoleon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = simoleon.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
49 953B98BA272859DE00477D86 /* ConversionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConversionView.swift; sourceTree = "<group>"; }; | 40 9511E2C92760B72B005EEE8D /* simoleonApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = simoleonApp.swift; sourceTree = "<group>"; }; |
50 953B98BC272859F000477D86 /* FavoritesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavoritesView.swift; sourceTree = "<group>"; }; | 41 9511E2CB2760B72B005EEE8D /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
51 953B98BE272859FB00477D86 /* AboutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutView.swift; sourceTree = "<group>"; }; | 42 9511E2CD2760B72C005EEE8D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
52 953B98C127285D2600477D86 /* currencies.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = currencies.json; sourceTree = "<group>"; }; | 43 9511E2D02760B72C005EEE8D /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
53 953B98C327285E1600477D86 /* CurrencySelector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencySelector.swift; sourceTree = "<group>"; }; | 44 9511E2D22760B72C005EEE8D /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; |
54 953B98C727285FA900477D86 /* CurrencySelectorButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencySelectorButton.swift; sourceTree = "<group>"; }; | 45 9511E2D52760B72C005EEE8D /* simoleon.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = simoleon.xcdatamodel; sourceTree = "<group>"; }; |
55 953B98CA27285FF400477D86 /* CurrencyModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyModel.swift; sourceTree = "<group>"; }; | 46 9511E2DB2760B72C005EEE8D /* simoleonTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = simoleonTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
56 95DC5D4C2728176700B1EFA0 /* Simoleon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Simoleon.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 47 9511E2DF2760B72C005EEE8D /* simoleonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = simoleonTests.swift; sourceTree = "<group>"; }; |
57 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonApp.swift; sourceTree = "<group>"; }; | 48 9511E2E52760B72C005EEE8D /* simoleonUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = simoleonUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
58 95DC5D512728176700B1EFA0 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | 49 9511E2E92760B72C005EEE8D /* simoleonUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = simoleonUITests.swift; sourceTree = "<group>"; }; |
59 95DC5D532728176800B1EFA0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | 50 9511E2EB2760B72C005EEE8D /* simoleonUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = simoleonUITestsLaunchTests.swift; sourceTree = "<group>"; }; |
60 95DC5D562728176800B1EFA0 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; | |
61 95DC5D582728176800B1EFA0 /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; | |
62 95DC5D5B2728176800B1EFA0 /* Simoleon.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Simoleon.xcdatamodel; sourceTree = "<group>"; }; | |
63 95DC5D612728176900B1EFA0 /* SimoleonTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | |
64 95DC5D652728176900B1EFA0 /* SimoleonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonTests.swift; sourceTree = "<group>"; }; | |
65 95DC5D6B2728176900B1EFA0 /* SimoleonUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | |
66 95DC5D6F2728176900B1EFA0 /* SimoleonUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITests.swift; sourceTree = "<group>"; }; | |
67 95DC5D712728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITestsLaunchTests.swift; sourceTree = "<group>"; }; | |
68 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; }; | |
69 95DC5D7F27281A8C00B1EFA0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; | |
70 95DC5D8027281A9700B1EFA0 /* Simoleon.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Simoleon.entitlements; sourceTree = "<group>"; }; | |
71 95DC5D8227281A9F00B1EFA0 /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; }; | |
72 /* End PBXFileReference section */ | 51 /* End PBXFileReference section */ |
73 | 52 |
74 /* Begin PBXFrameworksBuildPhase section */ | 53 /* Begin PBXFrameworksBuildPhase section */ |
75 95DC5D492728176700B1EFA0 /* Frameworks */ = { | 54 9511E2C32760B72B005EEE8D /* Frameworks */ = { |
76 isa = PBXFrameworksBuildPhase; | 55 isa = PBXFrameworksBuildPhase; |
77 buildActionMask = 2147483647; | 56 buildActionMask = 2147483647; |
78 files = ( | 57 files = ( |
79 95DC5D8327281A9F00B1EFA0 /* CloudKit.framework in Frameworks */, | 58 ); |
80 ); | 59 runOnlyForDeploymentPostprocessing = 0; |
81 runOnlyForDeploymentPostprocessing = 0; | 60 }; |
82 }; | 61 9511E2D82760B72C005EEE8D /* Frameworks */ = { |
83 95DC5D5E2728176900B1EFA0 /* Frameworks */ = { | |
84 isa = PBXFrameworksBuildPhase; | 62 isa = PBXFrameworksBuildPhase; |
85 buildActionMask = 2147483647; | 63 buildActionMask = 2147483647; |
86 files = ( | 64 files = ( |
87 ); | 65 ); |
88 runOnlyForDeploymentPostprocessing = 0; | 66 runOnlyForDeploymentPostprocessing = 0; |
89 }; | 67 }; |
90 95DC5D682728176900B1EFA0 /* Frameworks */ = { | 68 9511E2E22760B72C005EEE8D /* Frameworks */ = { |
91 isa = PBXFrameworksBuildPhase; | 69 isa = PBXFrameworksBuildPhase; |
92 buildActionMask = 2147483647; | 70 buildActionMask = 2147483647; |
93 files = ( | 71 files = ( |
94 ); | 72 ); |
95 runOnlyForDeploymentPostprocessing = 0; | 73 runOnlyForDeploymentPostprocessing = 0; |
96 }; | 74 }; |
97 /* End PBXFrameworksBuildPhase section */ | 75 /* End PBXFrameworksBuildPhase section */ |
98 | 76 |
99 /* Begin PBXGroup section */ | 77 /* Begin PBXGroup section */ |
100 953B98B7272859B000477D86 /* Helpers */ = { | 78 9511E2BD2760B72B005EEE8D = { |
101 isa = PBXGroup; | 79 isa = PBXGroup; |
102 children = ( | 80 children = ( |
103 953B98B8272859CD00477D86 /* Sidebar.swift */, | 81 9511E2C82760B72B005EEE8D /* simoleon */, |
104 953B98C327285E1600477D86 /* CurrencySelector.swift */, | 82 9511E2DE2760B72C005EEE8D /* simoleonTests */, |
105 953B98C727285FA900477D86 /* CurrencySelectorButton.swift */, | 83 9511E2E82760B72C005EEE8D /* simoleonUITests */, |
106 ); | 84 9511E2C72760B72B005EEE8D /* Products */, |
107 path = Helpers; | 85 ); |
108 sourceTree = "<group>"; | 86 sourceTree = "<group>"; |
109 }; | 87 }; |
110 953B98C027285D0B00477D86 /* Resources */ = { | 88 9511E2C72760B72B005EEE8D /* Products */ = { |
111 isa = PBXGroup; | 89 isa = PBXGroup; |
112 children = ( | 90 children = ( |
113 953B98C127285D2600477D86 /* currencies.json */, | 91 9511E2C62760B72B005EEE8D /* simoleon.app */, |
114 ); | 92 9511E2DB2760B72C005EEE8D /* simoleonTests.xctest */, |
115 path = Resources; | 93 9511E2E52760B72C005EEE8D /* simoleonUITests.xctest */, |
94 ); | |
95 name = Products; | |
116 sourceTree = "<group>"; | 96 sourceTree = "<group>"; |
117 }; | 97 }; |
118 953B98C927285FE900477D86 /* Models */ = { | 98 9511E2C82760B72B005EEE8D /* simoleon */ = { |
119 isa = PBXGroup; | 99 isa = PBXGroup; |
120 children = ( | 100 children = ( |
121 953B98CA27285FF400477D86 /* CurrencyModel.swift */, | 101 9511E2C92760B72B005EEE8D /* simoleonApp.swift */, |
122 ); | 102 9511E2CB2760B72B005EEE8D /* ContentView.swift */, |
123 path = Models; | 103 9511E2CD2760B72C005EEE8D /* Assets.xcassets */, |
104 9511E2D22760B72C005EEE8D /* Persistence.swift */, | |
105 9511E2D42760B72C005EEE8D /* simoleon.xcdatamodeld */, | |
106 9511E2CF2760B72C005EEE8D /* Preview Content */, | |
107 ); | |
108 path = simoleon; | |
124 sourceTree = "<group>"; | 109 sourceTree = "<group>"; |
125 }; | 110 }; |
126 95DC5D432728176700B1EFA0 = { | 111 9511E2CF2760B72C005EEE8D /* Preview Content */ = { |
127 isa = PBXGroup; | 112 isa = PBXGroup; |
128 children = ( | 113 children = ( |
129 95DC5D4E2728176700B1EFA0 /* Simoleon */, | 114 9511E2D02760B72C005EEE8D /* Preview Assets.xcassets */, |
130 95DC5D642728176900B1EFA0 /* SimoleonTests */, | 115 ); |
131 95DC5D6E2728176900B1EFA0 /* SimoleonUITests */, | 116 path = "Preview Content"; |
132 95DC5D4D2728176700B1EFA0 /* Products */, | |
133 95DC5D8127281A9F00B1EFA0 /* Frameworks */, | |
134 ); | |
135 sourceTree = "<group>"; | 117 sourceTree = "<group>"; |
136 }; | 118 }; |
137 95DC5D4D2728176700B1EFA0 /* Products */ = { | 119 9511E2DE2760B72C005EEE8D /* simoleonTests */ = { |
138 isa = PBXGroup; | 120 isa = PBXGroup; |
139 children = ( | 121 children = ( |
140 95DC5D4C2728176700B1EFA0 /* Simoleon.app */, | 122 9511E2DF2760B72C005EEE8D /* simoleonTests.swift */, |
141 95DC5D612728176900B1EFA0 /* SimoleonTests.xctest */, | 123 ); |
142 95DC5D6B2728176900B1EFA0 /* SimoleonUITests.xctest */, | 124 path = simoleonTests; |
143 ); | |
144 name = Products; | |
145 sourceTree = "<group>"; | 125 sourceTree = "<group>"; |
146 }; | 126 }; |
147 95DC5D4E2728176700B1EFA0 /* Simoleon */ = { | 127 9511E2E82760B72C005EEE8D /* simoleonUITests */ = { |
148 isa = PBXGroup; | 128 isa = PBXGroup; |
149 children = ( | 129 children = ( |
150 95DC5D8027281A9700B1EFA0 /* Simoleon.entitlements */, | 130 9511E2E92760B72C005EEE8D /* simoleonUITests.swift */, |
151 95DC5D7F27281A8C00B1EFA0 /* Info.plist */, | 131 9511E2EB2760B72C005EEE8D /* simoleonUITestsLaunchTests.swift */, |
152 95DC5D532728176800B1EFA0 /* Assets.xcassets */, | 132 ); |
153 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */, | 133 path = simoleonUITests; |
154 95DC5D5A2728176800B1EFA0 /* Simoleon.xcdatamodeld */, | |
155 95DC5D582728176800B1EFA0 /* Persistence.swift */, | |
156 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */, | |
157 95DC5D512728176700B1EFA0 /* ContentView.swift */, | |
158 953B98BC272859F000477D86 /* FavoritesView.swift */, | |
159 953B98BA272859DE00477D86 /* ConversionView.swift */, | |
160 953B98BE272859FB00477D86 /* AboutView.swift */, | |
161 953B98B7272859B000477D86 /* Helpers */, | |
162 953B98C027285D0B00477D86 /* Resources */, | |
163 953B98C927285FE900477D86 /* Models */, | |
164 95DC5D552728176800B1EFA0 /* Preview Content */, | |
165 ); | |
166 path = Simoleon; | |
167 sourceTree = "<group>"; | 134 sourceTree = "<group>"; |
168 }; | 135 }; |
169 95DC5D552728176800B1EFA0 /* Preview Content */ = { | |
170 isa = PBXGroup; | |
171 children = ( | |
172 95DC5D562728176800B1EFA0 /* Preview Assets.xcassets */, | |
173 ); | |
174 path = "Preview Content"; | |
175 sourceTree = "<group>"; | |
176 }; | |
177 95DC5D642728176900B1EFA0 /* SimoleonTests */ = { | |
178 isa = PBXGroup; | |
179 children = ( | |
180 95DC5D652728176900B1EFA0 /* SimoleonTests.swift */, | |
181 ); | |
182 path = SimoleonTests; | |
183 sourceTree = "<group>"; | |
184 }; | |
185 95DC5D6E2728176900B1EFA0 /* SimoleonUITests */ = { | |
186 isa = PBXGroup; | |
187 children = ( | |
188 95DC5D6F2728176900B1EFA0 /* SimoleonUITests.swift */, | |
189 95DC5D712728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift */, | |
190 ); | |
191 path = SimoleonUITests; | |
192 sourceTree = "<group>"; | |
193 }; | |
194 95DC5D8127281A9F00B1EFA0 /* Frameworks */ = { | |
195 isa = PBXGroup; | |
196 children = ( | |
197 95DC5D8227281A9F00B1EFA0 /* CloudKit.framework */, | |
198 ); | |
199 name = Frameworks; | |
200 sourceTree = "<group>"; | |
201 }; | |
202 /* End PBXGroup section */ | 136 /* End PBXGroup section */ |
203 | 137 |
204 /* Begin PBXNativeTarget section */ | 138 /* Begin PBXNativeTarget section */ |
205 95DC5D4B2728176700B1EFA0 /* Simoleon */ = { | 139 9511E2C52760B72B005EEE8D /* simoleon */ = { |
206 isa = PBXNativeTarget; | 140 isa = PBXNativeTarget; |
207 buildConfigurationList = 95DC5D752728176900B1EFA0 /* Build configuration list for PBXNativeTarget "Simoleon" */; | 141 buildConfigurationList = 9511E2EF2760B72C005EEE8D /* Build configuration list for PBXNativeTarget "simoleon" */; |
208 buildPhases = ( | 142 buildPhases = ( |
209 95DC5D482728176700B1EFA0 /* Sources */, | 143 9511E2C22760B72B005EEE8D /* Sources */, |
210 95DC5D492728176700B1EFA0 /* Frameworks */, | 144 9511E2C32760B72B005EEE8D /* Frameworks */, |
211 95DC5D4A2728176700B1EFA0 /* Resources */, | 145 9511E2C42760B72B005EEE8D /* Resources */, |
212 ); | 146 ); |
213 buildRules = ( | 147 buildRules = ( |
214 ); | 148 ); |
215 dependencies = ( | 149 dependencies = ( |
216 ); | 150 ); |
217 name = Simoleon; | 151 name = simoleon; |
218 productName = Simoleon; | 152 productName = simoleon; |
219 productReference = 95DC5D4C2728176700B1EFA0 /* Simoleon.app */; | 153 productReference = 9511E2C62760B72B005EEE8D /* simoleon.app */; |
220 productType = "com.apple.product-type.application"; | 154 productType = "com.apple.product-type.application"; |
221 }; | 155 }; |
222 95DC5D602728176900B1EFA0 /* SimoleonTests */ = { | 156 9511E2DA2760B72C005EEE8D /* simoleonTests */ = { |
223 isa = PBXNativeTarget; | 157 isa = PBXNativeTarget; |
224 buildConfigurationList = 95DC5D782728176900B1EFA0 /* Build configuration list for PBXNativeTarget "SimoleonTests" */; | 158 buildConfigurationList = 9511E2F22760B72C005EEE8D /* Build configuration list for PBXNativeTarget "simoleonTests" */; |
225 buildPhases = ( | 159 buildPhases = ( |
226 95DC5D5D2728176900B1EFA0 /* Sources */, | 160 9511E2D72760B72C005EEE8D /* Sources */, |
227 95DC5D5E2728176900B1EFA0 /* Frameworks */, | 161 9511E2D82760B72C005EEE8D /* Frameworks */, |
228 95DC5D5F2728176900B1EFA0 /* Resources */, | 162 9511E2D92760B72C005EEE8D /* Resources */, |
229 ); | 163 ); |
230 buildRules = ( | 164 buildRules = ( |
231 ); | 165 ); |
232 dependencies = ( | 166 dependencies = ( |
233 95DC5D632728176900B1EFA0 /* PBXTargetDependency */, | 167 9511E2DD2760B72C005EEE8D /* PBXTargetDependency */, |
234 ); | 168 ); |
235 name = SimoleonTests; | 169 name = simoleonTests; |
236 productName = SimoleonTests; | 170 productName = simoleonTests; |
237 productReference = 95DC5D612728176900B1EFA0 /* SimoleonTests.xctest */; | 171 productReference = 9511E2DB2760B72C005EEE8D /* simoleonTests.xctest */; |
238 productType = "com.apple.product-type.bundle.unit-test"; | 172 productType = "com.apple.product-type.bundle.unit-test"; |
239 }; | 173 }; |
240 95DC5D6A2728176900B1EFA0 /* SimoleonUITests */ = { | 174 9511E2E42760B72C005EEE8D /* simoleonUITests */ = { |
241 isa = PBXNativeTarget; | 175 isa = PBXNativeTarget; |
242 buildConfigurationList = 95DC5D7B2728176900B1EFA0 /* Build configuration list for PBXNativeTarget "SimoleonUITests" */; | 176 buildConfigurationList = 9511E2F52760B72C005EEE8D /* Build configuration list for PBXNativeTarget "simoleonUITests" */; |
243 buildPhases = ( | 177 buildPhases = ( |
244 95DC5D672728176900B1EFA0 /* Sources */, | 178 9511E2E12760B72C005EEE8D /* Sources */, |
245 95DC5D682728176900B1EFA0 /* Frameworks */, | 179 9511E2E22760B72C005EEE8D /* Frameworks */, |
246 95DC5D692728176900B1EFA0 /* Resources */, | 180 9511E2E32760B72C005EEE8D /* Resources */, |
247 ); | 181 ); |
248 buildRules = ( | 182 buildRules = ( |
249 ); | 183 ); |
250 dependencies = ( | 184 dependencies = ( |
251 95DC5D6D2728176900B1EFA0 /* PBXTargetDependency */, | 185 9511E2E72760B72C005EEE8D /* PBXTargetDependency */, |
252 ); | 186 ); |
253 name = SimoleonUITests; | 187 name = simoleonUITests; |
254 productName = SimoleonUITests; | 188 productName = simoleonUITests; |
255 productReference = 95DC5D6B2728176900B1EFA0 /* SimoleonUITests.xctest */; | 189 productReference = 9511E2E52760B72C005EEE8D /* simoleonUITests.xctest */; |
256 productType = "com.apple.product-type.bundle.ui-testing"; | 190 productType = "com.apple.product-type.bundle.ui-testing"; |
257 }; | 191 }; |
258 /* End PBXNativeTarget section */ | 192 /* End PBXNativeTarget section */ |
259 | 193 |
260 /* Begin PBXProject section */ | 194 /* Begin PBXProject section */ |
261 95DC5D442728176700B1EFA0 /* Project object */ = { | 195 9511E2BE2760B72B005EEE8D /* Project object */ = { |
262 isa = PBXProject; | 196 isa = PBXProject; |
263 attributes = { | 197 attributes = { |
264 BuildIndependentTargetsInParallel = 1; | 198 BuildIndependentTargetsInParallel = 1; |
265 LastSwiftUpdateCheck = 1310; | 199 LastSwiftUpdateCheck = 1310; |
266 LastUpgradeCheck = 1310; | 200 LastUpgradeCheck = 1310; |
267 TargetAttributes = { | 201 TargetAttributes = { |
268 95DC5D4B2728176700B1EFA0 = { | 202 9511E2C52760B72B005EEE8D = { |
269 CreatedOnToolsVersion = 13.1; | 203 CreatedOnToolsVersion = 13.1; |
270 }; | 204 }; |
271 95DC5D602728176900B1EFA0 = { | 205 9511E2DA2760B72C005EEE8D = { |
272 CreatedOnToolsVersion = 13.1; | 206 CreatedOnToolsVersion = 13.1; |
273 TestTargetID = 95DC5D4B2728176700B1EFA0; | 207 TestTargetID = 9511E2C52760B72B005EEE8D; |
274 }; | 208 }; |
275 95DC5D6A2728176900B1EFA0 = { | 209 9511E2E42760B72C005EEE8D = { |
276 CreatedOnToolsVersion = 13.1; | 210 CreatedOnToolsVersion = 13.1; |
277 TestTargetID = 95DC5D4B2728176700B1EFA0; | 211 TestTargetID = 9511E2C52760B72B005EEE8D; |
278 }; | 212 }; |
279 }; | 213 }; |
280 }; | 214 }; |
281 buildConfigurationList = 95DC5D472728176700B1EFA0 /* Build configuration list for PBXProject "Simoleon" */; | 215 buildConfigurationList = 9511E2C12760B72B005EEE8D /* Build configuration list for PBXProject "simoleon" */; |
282 compatibilityVersion = "Xcode 13.0"; | 216 compatibilityVersion = "Xcode 13.0"; |
283 developmentRegion = en; | 217 developmentRegion = en; |
284 hasScannedForEncodings = 0; | 218 hasScannedForEncodings = 0; |
285 knownRegions = ( | 219 knownRegions = ( |
286 en, | 220 en, |
287 Base, | 221 Base, |
288 ); | 222 ); |
289 mainGroup = 95DC5D432728176700B1EFA0; | 223 mainGroup = 9511E2BD2760B72B005EEE8D; |
290 productRefGroup = 95DC5D4D2728176700B1EFA0 /* Products */; | 224 productRefGroup = 9511E2C72760B72B005EEE8D /* Products */; |
291 projectDirPath = ""; | 225 projectDirPath = ""; |
292 projectRoot = ""; | 226 projectRoot = ""; |
293 targets = ( | 227 targets = ( |
294 95DC5D4B2728176700B1EFA0 /* Simoleon */, | 228 9511E2C52760B72B005EEE8D /* simoleon */, |
295 95DC5D602728176900B1EFA0 /* SimoleonTests */, | 229 9511E2DA2760B72C005EEE8D /* simoleonTests */, |
296 95DC5D6A2728176900B1EFA0 /* SimoleonUITests */, | 230 9511E2E42760B72C005EEE8D /* simoleonUITests */, |
297 ); | 231 ); |
298 }; | 232 }; |
299 /* End PBXProject section */ | 233 /* End PBXProject section */ |
300 | 234 |
301 /* Begin PBXResourcesBuildPhase section */ | 235 /* Begin PBXResourcesBuildPhase section */ |
302 95DC5D4A2728176700B1EFA0 /* Resources */ = { | 236 9511E2C42760B72B005EEE8D /* Resources */ = { |
303 isa = PBXResourcesBuildPhase; | 237 isa = PBXResourcesBuildPhase; |
304 buildActionMask = 2147483647; | 238 buildActionMask = 2147483647; |
305 files = ( | 239 files = ( |
306 95DC5D572728176800B1EFA0 /* Preview Assets.xcassets in Resources */, | 240 9511E2D12760B72C005EEE8D /* Preview Assets.xcassets in Resources */, |
307 95DC5D542728176800B1EFA0 /* Assets.xcassets in Resources */, | 241 9511E2CE2760B72C005EEE8D /* Assets.xcassets in Resources */, |
308 953B98C227285D2600477D86 /* currencies.json in Resources */, | 242 ); |
309 ); | 243 runOnlyForDeploymentPostprocessing = 0; |
310 runOnlyForDeploymentPostprocessing = 0; | 244 }; |
311 }; | 245 9511E2D92760B72C005EEE8D /* Resources */ = { |
312 95DC5D5F2728176900B1EFA0 /* Resources */ = { | |
313 isa = PBXResourcesBuildPhase; | 246 isa = PBXResourcesBuildPhase; |
314 buildActionMask = 2147483647; | 247 buildActionMask = 2147483647; |
315 files = ( | 248 files = ( |
316 ); | 249 ); |
317 runOnlyForDeploymentPostprocessing = 0; | 250 runOnlyForDeploymentPostprocessing = 0; |
318 }; | 251 }; |
319 95DC5D692728176900B1EFA0 /* Resources */ = { | 252 9511E2E32760B72C005EEE8D /* Resources */ = { |
320 isa = PBXResourcesBuildPhase; | 253 isa = PBXResourcesBuildPhase; |
321 buildActionMask = 2147483647; | 254 buildActionMask = 2147483647; |
322 files = ( | 255 files = ( |
323 ); | 256 ); |
324 runOnlyForDeploymentPostprocessing = 0; | 257 runOnlyForDeploymentPostprocessing = 0; |
325 }; | 258 }; |
326 /* End PBXResourcesBuildPhase section */ | 259 /* End PBXResourcesBuildPhase section */ |
327 | 260 |
328 /* Begin PBXSourcesBuildPhase section */ | 261 /* Begin PBXSourcesBuildPhase section */ |
329 95DC5D482728176700B1EFA0 /* Sources */ = { | 262 9511E2C22760B72B005EEE8D /* Sources */ = { |
330 isa = PBXSourcesBuildPhase; | 263 isa = PBXSourcesBuildPhase; |
331 buildActionMask = 2147483647; | 264 buildActionMask = 2147483647; |
332 files = ( | 265 files = ( |
333 953B98BF272859FB00477D86 /* AboutView.swift in Sources */, | 266 9511E2D32760B72C005EEE8D /* Persistence.swift in Sources */, |
334 953B98C427285E1600477D86 /* CurrencySelector.swift in Sources */, | 267 9511E2CC2760B72B005EEE8D /* ContentView.swift in Sources */, |
335 953B98BB272859DE00477D86 /* ConversionView.swift in Sources */, | 268 9511E2CA2760B72B005EEE8D /* simoleonApp.swift in Sources */, |
336 953B98B9272859CD00477D86 /* Sidebar.swift in Sources */, | 269 9511E2D62760B72C005EEE8D /* simoleon.xcdatamodeld in Sources */, |
337 95DC5D592728176800B1EFA0 /* Persistence.swift in Sources */, | 270 ); |
338 95DC5D522728176700B1EFA0 /* ContentView.swift in Sources */, | 271 runOnlyForDeploymentPostprocessing = 0; |
339 953B98CB27285FF400477D86 /* CurrencyModel.swift in Sources */, | 272 }; |
340 953B98BD272859F000477D86 /* FavoritesView.swift in Sources */, | 273 9511E2D72760B72C005EEE8D /* Sources */ = { |
341 953B98C827285FA900477D86 /* CurrencySelectorButton.swift in Sources */, | |
342 95DC5D502728176700B1EFA0 /* SimoleonApp.swift in Sources */, | |
343 95DC5D5C2728176800B1EFA0 /* Simoleon.xcdatamodeld in Sources */, | |
344 ); | |
345 runOnlyForDeploymentPostprocessing = 0; | |
346 }; | |
347 95DC5D5D2728176900B1EFA0 /* Sources */ = { | |
348 isa = PBXSourcesBuildPhase; | 274 isa = PBXSourcesBuildPhase; |
349 buildActionMask = 2147483647; | 275 buildActionMask = 2147483647; |
350 files = ( | 276 files = ( |
351 95DC5D662728176900B1EFA0 /* SimoleonTests.swift in Sources */, | 277 9511E2E02760B72C005EEE8D /* simoleonTests.swift in Sources */, |
352 ); | 278 ); |
353 runOnlyForDeploymentPostprocessing = 0; | 279 runOnlyForDeploymentPostprocessing = 0; |
354 }; | 280 }; |
355 95DC5D672728176900B1EFA0 /* Sources */ = { | 281 9511E2E12760B72C005EEE8D /* Sources */ = { |
356 isa = PBXSourcesBuildPhase; | 282 isa = PBXSourcesBuildPhase; |
357 buildActionMask = 2147483647; | 283 buildActionMask = 2147483647; |
358 files = ( | 284 files = ( |
359 95DC5D722728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift in Sources */, | 285 9511E2EC2760B72C005EEE8D /* simoleonUITestsLaunchTests.swift in Sources */, |
360 95DC5D702728176900B1EFA0 /* SimoleonUITests.swift in Sources */, | 286 9511E2EA2760B72C005EEE8D /* simoleonUITests.swift in Sources */, |
361 ); | 287 ); |
362 runOnlyForDeploymentPostprocessing = 0; | 288 runOnlyForDeploymentPostprocessing = 0; |
363 }; | 289 }; |
364 /* End PBXSourcesBuildPhase section */ | 290 /* End PBXSourcesBuildPhase section */ |
365 | 291 |
366 /* Begin PBXTargetDependency section */ | 292 /* Begin PBXTargetDependency section */ |
367 95DC5D632728176900B1EFA0 /* PBXTargetDependency */ = { | 293 9511E2DD2760B72C005EEE8D /* PBXTargetDependency */ = { |
368 isa = PBXTargetDependency; | 294 isa = PBXTargetDependency; |
369 target = 95DC5D4B2728176700B1EFA0 /* Simoleon */; | 295 target = 9511E2C52760B72B005EEE8D /* simoleon */; |
370 targetProxy = 95DC5D622728176900B1EFA0 /* PBXContainerItemProxy */; | 296 targetProxy = 9511E2DC2760B72C005EEE8D /* PBXContainerItemProxy */; |
371 }; | 297 }; |
372 95DC5D6D2728176900B1EFA0 /* PBXTargetDependency */ = { | 298 9511E2E72760B72C005EEE8D /* PBXTargetDependency */ = { |
373 isa = PBXTargetDependency; | 299 isa = PBXTargetDependency; |
374 target = 95DC5D4B2728176700B1EFA0 /* Simoleon */; | 300 target = 9511E2C52760B72B005EEE8D /* simoleon */; |
375 targetProxy = 95DC5D6C2728176900B1EFA0 /* PBXContainerItemProxy */; | 301 targetProxy = 9511E2E62760B72C005EEE8D /* PBXContainerItemProxy */; |
376 }; | 302 }; |
377 /* End PBXTargetDependency section */ | 303 /* End PBXTargetDependency section */ |
378 | 304 |
379 /* Begin XCBuildConfiguration section */ | 305 /* Begin XCBuildConfiguration section */ |
380 95DC5D732728176900B1EFA0 /* Debug */ = { | 306 9511E2ED2760B72C005EEE8D /* Debug */ = { |
381 isa = XCBuildConfiguration; | 307 isa = XCBuildConfiguration; |
382 buildSettings = { | 308 buildSettings = { |
383 ALWAYS_SEARCH_USER_PATHS = NO; | 309 ALWAYS_SEARCH_USER_PATHS = NO; |
384 CLANG_ANALYZER_NONNULL = YES; | 310 CLANG_ANALYZER_NONNULL = YES; |
385 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | 311 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
436 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; | 362 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
437 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | 363 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
438 }; | 364 }; |
439 name = Debug; | 365 name = Debug; |
440 }; | 366 }; |
441 95DC5D742728176900B1EFA0 /* Release */ = { | 367 9511E2EE2760B72C005EEE8D /* Release */ = { |
442 isa = XCBuildConfiguration; | 368 isa = XCBuildConfiguration; |
443 baseConfigurationReference = 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */; | |
444 buildSettings = { | 369 buildSettings = { |
445 ALWAYS_SEARCH_USER_PATHS = NO; | 370 ALWAYS_SEARCH_USER_PATHS = NO; |
446 CLANG_ANALYZER_NONNULL = YES; | 371 CLANG_ANALYZER_NONNULL = YES; |
447 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | 372 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
448 CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; | 373 CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; |
492 SWIFT_OPTIMIZATION_LEVEL = "-O"; | 417 SWIFT_OPTIMIZATION_LEVEL = "-O"; |
493 VALIDATE_PRODUCT = YES; | 418 VALIDATE_PRODUCT = YES; |
494 }; | 419 }; |
495 name = Release; | 420 name = Release; |
496 }; | 421 }; |
497 95DC5D762728176900B1EFA0 /* Debug */ = { | 422 9511E2F02760B72C005EEE8D /* Debug */ = { |
498 isa = XCBuildConfiguration; | 423 isa = XCBuildConfiguration; |
499 baseConfigurationReference = 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */; | |
500 buildSettings = { | 424 buildSettings = { |
501 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 425 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
502 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | 426 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
503 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements; | |
504 CODE_SIGN_STYLE = Automatic; | 427 CODE_SIGN_STYLE = Automatic; |
505 CURRENT_PROJECT_VERSION = 1; | 428 CURRENT_PROJECT_VERSION = 1; |
506 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; | 429 DEVELOPMENT_ASSET_PATHS = "\"simoleon/Preview Content\""; |
507 DEVELOPMENT_TEAM = MTX83R5H8X; | 430 DEVELOPMENT_TEAM = MTX83R5H8X; |
508 ENABLE_PREVIEWS = YES; | 431 ENABLE_PREVIEWS = YES; |
509 GENERATE_INFOPLIST_FILE = YES; | 432 GENERATE_INFOPLIST_FILE = YES; |
510 INFOPLIST_FILE = Simoleon/Info.plist; | |
511 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; | 433 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
512 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; | 434 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
513 INFOPLIST_KEY_UILaunchScreen_Generation = YES; | 435 INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
514 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; | 436 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
515 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; | 437 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
516 LD_RUNPATH_SEARCH_PATHS = ( | 438 LD_RUNPATH_SEARCH_PATHS = ( |
517 "$(inherited)", | 439 "$(inherited)", |
518 "@executable_path/Frameworks", | 440 "@executable_path/Frameworks", |
519 ); | 441 ); |
520 MARKETING_VERSION = 1.3.2; | 442 MARKETING_VERSION = 1.0; |
521 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; | 443 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.simoleon; |
522 PRODUCT_NAME = "$(TARGET_NAME)"; | 444 PRODUCT_NAME = "$(TARGET_NAME)"; |
523 SWIFT_EMIT_LOC_STRINGS = YES; | 445 SWIFT_EMIT_LOC_STRINGS = YES; |
524 SWIFT_VERSION = 5.0; | 446 SWIFT_VERSION = 5.0; |
525 TARGETED_DEVICE_FAMILY = "1,2"; | 447 TARGETED_DEVICE_FAMILY = "1,2"; |
526 }; | 448 }; |
527 name = Debug; | 449 name = Debug; |
528 }; | 450 }; |
529 95DC5D772728176900B1EFA0 /* Release */ = { | 451 9511E2F12760B72C005EEE8D /* Release */ = { |
530 isa = XCBuildConfiguration; | 452 isa = XCBuildConfiguration; |
531 buildSettings = { | 453 buildSettings = { |
532 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 454 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
533 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | 455 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
534 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements; | |
535 CODE_SIGN_STYLE = Automatic; | 456 CODE_SIGN_STYLE = Automatic; |
536 CURRENT_PROJECT_VERSION = 1; | 457 CURRENT_PROJECT_VERSION = 1; |
537 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; | 458 DEVELOPMENT_ASSET_PATHS = "\"simoleon/Preview Content\""; |
538 DEVELOPMENT_TEAM = MTX83R5H8X; | 459 DEVELOPMENT_TEAM = MTX83R5H8X; |
539 ENABLE_PREVIEWS = YES; | 460 ENABLE_PREVIEWS = YES; |
540 GENERATE_INFOPLIST_FILE = YES; | 461 GENERATE_INFOPLIST_FILE = YES; |
541 INFOPLIST_FILE = Simoleon/Info.plist; | |
542 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; | 462 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
543 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; | 463 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
544 INFOPLIST_KEY_UILaunchScreen_Generation = YES; | 464 INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
545 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; | 465 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
546 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; | 466 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
547 LD_RUNPATH_SEARCH_PATHS = ( | 467 LD_RUNPATH_SEARCH_PATHS = ( |
548 "$(inherited)", | 468 "$(inherited)", |
549 "@executable_path/Frameworks", | 469 "@executable_path/Frameworks", |
550 ); | 470 ); |
551 MARKETING_VERSION = 1.3.2; | 471 MARKETING_VERSION = 1.0; |
552 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; | 472 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.simoleon; |
553 PRODUCT_NAME = "$(TARGET_NAME)"; | 473 PRODUCT_NAME = "$(TARGET_NAME)"; |
554 SWIFT_EMIT_LOC_STRINGS = YES; | 474 SWIFT_EMIT_LOC_STRINGS = YES; |
555 SWIFT_VERSION = 5.0; | 475 SWIFT_VERSION = 5.0; |
556 TARGETED_DEVICE_FAMILY = "1,2"; | 476 TARGETED_DEVICE_FAMILY = "1,2"; |
557 }; | 477 }; |
558 name = Release; | 478 name = Release; |
559 }; | 479 }; |
560 95DC5D792728176900B1EFA0 /* Debug */ = { | 480 9511E2F32760B72C005EEE8D /* Debug */ = { |
561 isa = XCBuildConfiguration; | 481 isa = XCBuildConfiguration; |
562 buildSettings = { | 482 buildSettings = { |
563 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | 483 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
564 BUNDLE_LOADER = "$(TEST_HOST)"; | 484 BUNDLE_LOADER = "$(TEST_HOST)"; |
565 CODE_SIGN_STYLE = Automatic; | 485 CODE_SIGN_STYLE = Automatic; |
571 "$(inherited)", | 491 "$(inherited)", |
572 "@executable_path/Frameworks", | 492 "@executable_path/Frameworks", |
573 "@loader_path/Frameworks", | 493 "@loader_path/Frameworks", |
574 ); | 494 ); |
575 MARKETING_VERSION = 1.0; | 495 MARKETING_VERSION = 1.0; |
576 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.SimoleonTests; | 496 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.simoleonTests; |
577 PRODUCT_NAME = "$(TARGET_NAME)"; | 497 PRODUCT_NAME = "$(TARGET_NAME)"; |
578 SWIFT_EMIT_LOC_STRINGS = NO; | 498 SWIFT_EMIT_LOC_STRINGS = NO; |
579 SWIFT_VERSION = 5.0; | 499 SWIFT_VERSION = 5.0; |
580 TARGETED_DEVICE_FAMILY = "1,2"; | 500 TARGETED_DEVICE_FAMILY = "1,2"; |
581 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Simoleon.app/Simoleon"; | 501 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/simoleon.app/simoleon"; |
582 }; | 502 }; |
583 name = Debug; | 503 name = Debug; |
584 }; | 504 }; |
585 95DC5D7A2728176900B1EFA0 /* Release */ = { | 505 9511E2F42760B72C005EEE8D /* Release */ = { |
586 isa = XCBuildConfiguration; | 506 isa = XCBuildConfiguration; |
587 buildSettings = { | 507 buildSettings = { |
588 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | 508 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
589 BUNDLE_LOADER = "$(TEST_HOST)"; | 509 BUNDLE_LOADER = "$(TEST_HOST)"; |
590 CODE_SIGN_STYLE = Automatic; | 510 CODE_SIGN_STYLE = Automatic; |
596 "$(inherited)", | 516 "$(inherited)", |
597 "@executable_path/Frameworks", | 517 "@executable_path/Frameworks", |
598 "@loader_path/Frameworks", | 518 "@loader_path/Frameworks", |
599 ); | 519 ); |
600 MARKETING_VERSION = 1.0; | 520 MARKETING_VERSION = 1.0; |
601 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.SimoleonTests; | 521 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.simoleonTests; |
602 PRODUCT_NAME = "$(TARGET_NAME)"; | 522 PRODUCT_NAME = "$(TARGET_NAME)"; |
603 SWIFT_EMIT_LOC_STRINGS = NO; | 523 SWIFT_EMIT_LOC_STRINGS = NO; |
604 SWIFT_VERSION = 5.0; | 524 SWIFT_VERSION = 5.0; |
605 TARGETED_DEVICE_FAMILY = "1,2"; | 525 TARGETED_DEVICE_FAMILY = "1,2"; |
606 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Simoleon.app/Simoleon"; | 526 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/simoleon.app/simoleon"; |
607 }; | 527 }; |
608 name = Release; | 528 name = Release; |
609 }; | 529 }; |
610 95DC5D7C2728176900B1EFA0 /* Debug */ = { | 530 9511E2F62760B72C005EEE8D /* Debug */ = { |
611 isa = XCBuildConfiguration; | 531 isa = XCBuildConfiguration; |
612 buildSettings = { | 532 buildSettings = { |
613 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | 533 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
614 CODE_SIGN_STYLE = Automatic; | 534 CODE_SIGN_STYLE = Automatic; |
615 CURRENT_PROJECT_VERSION = 1; | 535 CURRENT_PROJECT_VERSION = 1; |
619 "$(inherited)", | 539 "$(inherited)", |
620 "@executable_path/Frameworks", | 540 "@executable_path/Frameworks", |
621 "@loader_path/Frameworks", | 541 "@loader_path/Frameworks", |
622 ); | 542 ); |
623 MARKETING_VERSION = 1.0; | 543 MARKETING_VERSION = 1.0; |
624 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.SimoleonUITests; | 544 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.simoleonUITests; |
625 PRODUCT_NAME = "$(TARGET_NAME)"; | 545 PRODUCT_NAME = "$(TARGET_NAME)"; |
626 SWIFT_EMIT_LOC_STRINGS = NO; | 546 SWIFT_EMIT_LOC_STRINGS = NO; |
627 SWIFT_VERSION = 5.0; | 547 SWIFT_VERSION = 5.0; |
628 TARGETED_DEVICE_FAMILY = "1,2"; | 548 TARGETED_DEVICE_FAMILY = "1,2"; |
629 TEST_TARGET_NAME = Simoleon; | 549 TEST_TARGET_NAME = simoleon; |
630 }; | 550 }; |
631 name = Debug; | 551 name = Debug; |
632 }; | 552 }; |
633 95DC5D7D2728176900B1EFA0 /* Release */ = { | 553 9511E2F72760B72C005EEE8D /* Release */ = { |
634 isa = XCBuildConfiguration; | 554 isa = XCBuildConfiguration; |
635 buildSettings = { | 555 buildSettings = { |
636 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | 556 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
637 CODE_SIGN_STYLE = Automatic; | 557 CODE_SIGN_STYLE = Automatic; |
638 CURRENT_PROJECT_VERSION = 1; | 558 CURRENT_PROJECT_VERSION = 1; |
642 "$(inherited)", | 562 "$(inherited)", |
643 "@executable_path/Frameworks", | 563 "@executable_path/Frameworks", |
644 "@loader_path/Frameworks", | 564 "@loader_path/Frameworks", |
645 ); | 565 ); |
646 MARKETING_VERSION = 1.0; | 566 MARKETING_VERSION = 1.0; |
647 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.SimoleonUITests; | 567 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.simoleonUITests; |
648 PRODUCT_NAME = "$(TARGET_NAME)"; | 568 PRODUCT_NAME = "$(TARGET_NAME)"; |
649 SWIFT_EMIT_LOC_STRINGS = NO; | 569 SWIFT_EMIT_LOC_STRINGS = NO; |
650 SWIFT_VERSION = 5.0; | 570 SWIFT_VERSION = 5.0; |
651 TARGETED_DEVICE_FAMILY = "1,2"; | 571 TARGETED_DEVICE_FAMILY = "1,2"; |
652 TEST_TARGET_NAME = Simoleon; | 572 TEST_TARGET_NAME = simoleon; |
653 }; | 573 }; |
654 name = Release; | 574 name = Release; |
655 }; | 575 }; |
656 /* End XCBuildConfiguration section */ | 576 /* End XCBuildConfiguration section */ |
657 | 577 |
658 /* Begin XCConfigurationList section */ | 578 /* Begin XCConfigurationList section */ |
659 95DC5D472728176700B1EFA0 /* Build configuration list for PBXProject "Simoleon" */ = { | 579 9511E2C12760B72B005EEE8D /* Build configuration list for PBXProject "simoleon" */ = { |
660 isa = XCConfigurationList; | 580 isa = XCConfigurationList; |
661 buildConfigurations = ( | 581 buildConfigurations = ( |
662 95DC5D732728176900B1EFA0 /* Debug */, | 582 9511E2ED2760B72C005EEE8D /* Debug */, |
663 95DC5D742728176900B1EFA0 /* Release */, | 583 9511E2EE2760B72C005EEE8D /* Release */, |
664 ); | 584 ); |
665 defaultConfigurationIsVisible = 0; | 585 defaultConfigurationIsVisible = 0; |
666 defaultConfigurationName = Release; | 586 defaultConfigurationName = Release; |
667 }; | 587 }; |
668 95DC5D752728176900B1EFA0 /* Build configuration list for PBXNativeTarget "Simoleon" */ = { | 588 9511E2EF2760B72C005EEE8D /* Build configuration list for PBXNativeTarget "simoleon" */ = { |
669 isa = XCConfigurationList; | 589 isa = XCConfigurationList; |
670 buildConfigurations = ( | 590 buildConfigurations = ( |
671 95DC5D762728176900B1EFA0 /* Debug */, | 591 9511E2F02760B72C005EEE8D /* Debug */, |
672 95DC5D772728176900B1EFA0 /* Release */, | 592 9511E2F12760B72C005EEE8D /* Release */, |
673 ); | 593 ); |
674 defaultConfigurationIsVisible = 0; | 594 defaultConfigurationIsVisible = 0; |
675 defaultConfigurationName = Release; | 595 defaultConfigurationName = Release; |
676 }; | 596 }; |
677 95DC5D782728176900B1EFA0 /* Build configuration list for PBXNativeTarget "SimoleonTests" */ = { | 597 9511E2F22760B72C005EEE8D /* Build configuration list for PBXNativeTarget "simoleonTests" */ = { |
678 isa = XCConfigurationList; | 598 isa = XCConfigurationList; |
679 buildConfigurations = ( | 599 buildConfigurations = ( |
680 95DC5D792728176900B1EFA0 /* Debug */, | 600 9511E2F32760B72C005EEE8D /* Debug */, |
681 95DC5D7A2728176900B1EFA0 /* Release */, | 601 9511E2F42760B72C005EEE8D /* Release */, |
682 ); | 602 ); |
683 defaultConfigurationIsVisible = 0; | 603 defaultConfigurationIsVisible = 0; |
684 defaultConfigurationName = Release; | 604 defaultConfigurationName = Release; |
685 }; | 605 }; |
686 95DC5D7B2728176900B1EFA0 /* Build configuration list for PBXNativeTarget "SimoleonUITests" */ = { | 606 9511E2F52760B72C005EEE8D /* Build configuration list for PBXNativeTarget "simoleonUITests" */ = { |
687 isa = XCConfigurationList; | 607 isa = XCConfigurationList; |
688 buildConfigurations = ( | 608 buildConfigurations = ( |
689 95DC5D7C2728176900B1EFA0 /* Debug */, | 609 9511E2F62760B72C005EEE8D /* Debug */, |
690 95DC5D7D2728176900B1EFA0 /* Release */, | 610 9511E2F72760B72C005EEE8D /* Release */, |
691 ); | 611 ); |
692 defaultConfigurationIsVisible = 0; | 612 defaultConfigurationIsVisible = 0; |
693 defaultConfigurationName = Release; | 613 defaultConfigurationName = Release; |
694 }; | 614 }; |
695 /* End XCConfigurationList section */ | 615 /* End XCConfigurationList section */ |
696 | 616 |
697 /* Begin XCVersionGroup section */ | 617 /* Begin XCVersionGroup section */ |
698 95DC5D5A2728176800B1EFA0 /* Simoleon.xcdatamodeld */ = { | 618 9511E2D42760B72C005EEE8D /* simoleon.xcdatamodeld */ = { |
699 isa = XCVersionGroup; | 619 isa = XCVersionGroup; |
700 children = ( | 620 children = ( |
701 95DC5D5B2728176800B1EFA0 /* Simoleon.xcdatamodel */, | 621 9511E2D52760B72C005EEE8D /* simoleon.xcdatamodel */, |
702 ); | 622 ); |
703 currentVersion = 95DC5D5B2728176800B1EFA0 /* Simoleon.xcdatamodel */; | 623 currentVersion = 9511E2D52760B72C005EEE8D /* simoleon.xcdatamodel */; |
704 path = Simoleon.xcdatamodeld; | 624 path = simoleon.xcdatamodeld; |
705 sourceTree = "<group>"; | 625 sourceTree = "<group>"; |
706 versionGroupType = wrapper.xcdatamodel; | 626 versionGroupType = wrapper.xcdatamodel; |
707 }; | 627 }; |
708 /* End XCVersionGroup section */ | 628 /* End XCVersionGroup section */ |
709 }; | 629 }; |
710 rootObject = 95DC5D442728176700B1EFA0 /* Project object */; | 630 rootObject = 9511E2BE2760B72B005EEE8D /* Project object */; |
711 } | 631 } |