Révision c3974e6b platforms/ios/ClicAlbum.xcodeproj/project.pbxproj
platforms/ios/ClicAlbum.xcodeproj/project.pbxproj | ||
---|---|---|
12 | 12 |
10A86042880A4F0785AABCF1 /* TNSWidgets.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = FD307AA688EE4936BB12642B /* TNSWidgets.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
13 | 13 |
1433367D89C54428BDE85F47 /* menu@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = D644B9B3306D464CA0A86005 /* menu@3x.png */; }; |
14 | 14 |
2F4636EF395A4E97A06C6DBE /* menu.png in Resources */ = {isa = PBXBuildFile; fileRef = E691273FCCE0430AB51BFA28 /* menu.png */; }; |
15 |
30A20E8A8D194E1BAA81FD98 /* NativeScriptEmbedder.m in Sources */ = {isa = PBXBuildFile; fileRef = DA50EDF8B3DC4429BC213C55 /* NativeScriptEmbedder.m */; }; |
|
15 | 16 |
3ADE09F7BCE14E61B5785D97 /* menu@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FDBCFF7A6D5B4D5A946BDDE5 /* menu@2x.png */; }; |
16 | 17 |
43DDDD2990234301BD3B34A0 /* TNSCore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F0C5E73001534E428404E403 /* TNSCore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
17 | 18 |
4B3C0B49C482429A866AC254 /* TNSSideDrawer.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 98D712E54BA94CD2908AA659 /* TNSSideDrawer.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
18 | 19 |
63AA59E1C2964242AE5604D9 /* TNSWidgets.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD307AA688EE4936BB12642B /* TNSWidgets.framework */; }; |
19 |
640DAC5A554240D2B9D5B42E /* NativeScriptEmbedder.m in Sources */ = {isa = PBXBuildFile; fileRef = 6102387922D94BC692F0ED64 /* NativeScriptEmbedder.m */; }; |
|
20 | 20 |
858B842D18CA22B800AB12DE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 858B833A18CA111C00AB12DE /* InfoPlist.strings */; }; |
21 | 21 |
93AE42BBB0A34187878C8E9B /* TNSCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F0C5E73001534E428404E403 /* TNSCore.framework */; }; |
22 | 22 |
BDE1BA2F53714132AA03F2EB /* TNSSideDrawer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98D712E54BA94CD2908AA659 /* TNSSideDrawer.framework */; }; |
... | ... | |
42 | 42 |
/* End PBXCopyFilesBuildPhase section */ |
43 | 43 |
|
44 | 44 |
/* Begin PBXFileReference section */ |
45 |
07C32AB2F07541A5B8FD4B9D /* NativeScriptEmbedder.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = NativeScriptEmbedder.h; path = "../../node_modules/@nativescript/core/platforms/ios/src/NativeScriptEmbedder.h"; sourceTree = "<group>"; }; |
|
46 | 45 |
1CCEC1F50B84CC9CEC4AE596 /* Pods-ClicAlbum.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ClicAlbum.release.xcconfig"; path = "Target Support Files/Pods-ClicAlbum/Pods-ClicAlbum.release.xcconfig"; sourceTree = "<group>"; }; |
47 | 46 |
301D00D6709B849487EAA213 /* Pods-ClicAlbum.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ClicAlbum.debug.xcconfig"; path = "Target Support Files/Pods-ClicAlbum/Pods-ClicAlbum.debug.xcconfig"; sourceTree = "<group>"; }; |
48 | 47 |
328F972D106B46F49E25EB6F /* LaunchScreen.storyboard */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = LaunchScreen.storyboard; path = ClicAlbum/Resources/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
... | ... | |
57 | 56 |
42C751E4232B769100186695 /* nsld.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = nsld.sh; path = internal/nsld.sh; sourceTree = SOURCE_ROOT; }; |
58 | 57 |
42C751E5232B769100186695 /* nativescript-post-build */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "nativescript-post-build"; path = "internal/nativescript-post-build"; sourceTree = SOURCE_ROOT; }; |
59 | 58 |
42C751E6232B769100186695 /* nativescript-pre-build */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "nativescript-pre-build"; path = "internal/nativescript-pre-build"; sourceTree = SOURCE_ROOT; }; |
60 |
6102387922D94BC692F0ED64 /* NativeScriptEmbedder.m */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.objc; name = NativeScriptEmbedder.m; path = "../../node_modules/@nativescript/core/platforms/ios/src/NativeScriptEmbedder.m"; sourceTree = "<group>"; };
|
|
59 |
5D9AA31E6DD04405824ACA7E /* module.modulemap */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = "../../node_modules/@nativescript/core/platforms/ios/src/module.modulemap"; sourceTree = "<group>"; };
|
|
61 | 60 |
858B832E18CA111C00AB12DE /* ClicAlbum.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ClicAlbum.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
62 | 61 |
858B833918CA111C00AB12DE /* ClicAlbum-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ClicAlbum-Info.plist"; sourceTree = "<group>"; }; |
63 | 62 |
858B833B18CA111C00AB12DE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
64 | 63 |
858B833F18CA111C00AB12DE /* ClicAlbum-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ClicAlbum-Prefix.pch"; sourceTree = "<group>"; }; |
65 | 64 |
858B843318CA22B800AB12DE /* ClicAlbum.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ClicAlbum.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
66 | 65 |
930F05DB22671AE300D269DC /* Swift-ObjC-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "Swift-ObjC-Bridging-Header.h"; path = "internal/Swift-ObjC-Bridging-Header.h"; sourceTree = SOURCE_ROOT; }; |
66 |
97D942D8C30B4AACBFB4E531 /* NativeScriptEmbedder.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; name = NativeScriptEmbedder.h; path = "../../node_modules/@nativescript/core/platforms/ios/src/NativeScriptEmbedder.h"; sourceTree = "<group>"; }; |
|
67 | 67 |
98D712E54BA94CD2908AA659 /* TNSSideDrawer.framework */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = wrapper.framework; name = TNSSideDrawer.framework; path = "$(SRCROOT)/../../node_modules/nativescript-ui-sidedrawer/platforms/ios/TNSSideDrawer.framework"; sourceTree = "<group>"; }; |
68 | 68 |
B6D28D5ADCD440E9AD70B697 /* Assets.xcassets */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = ClicAlbum/Resources/Assets.xcassets; sourceTree = "<group>"; }; |
69 | 69 |
CD45EE7A18DC2D5800FB50C0 /* app */ = {isa = PBXFileReference; lastKnownFileType = folder; path = app; sourceTree = "<group>"; }; |
... | ... | |
71 | 71 |
CDD59A261BB43B5D00EC2671 /* build-debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "build-debug.xcconfig"; sourceTree = "<group>"; }; |
72 | 72 |
CDD59A271BB43B5D00EC2671 /* build-release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "build-release.xcconfig"; sourceTree = "<group>"; }; |
73 | 73 |
CDF4743E1BA4855C0087EA85 /* build.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = build.xcconfig; sourceTree = "<group>"; }; |
74 |
D2FE92F813934A95842060DF /* module.modulemap */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = "../../node_modules/@nativescript/core/platforms/ios/src/module.modulemap"; sourceTree = "<group>"; }; |
|
75 | 74 |
D644B9B3306D464CA0A86005 /* menu@3x.png */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = image.png; name = "menu@3x.png"; path = "ClicAlbum/Resources/menu@3x.png"; sourceTree = "<group>"; }; |
75 |
DA50EDF8B3DC4429BC213C55 /* NativeScriptEmbedder.m */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.objc; name = NativeScriptEmbedder.m; path = "../../node_modules/@nativescript/core/platforms/ios/src/NativeScriptEmbedder.m"; sourceTree = "<group>"; }; |
|
76 | 76 |
DE77FB16AD2D3A8DB49614C4 /* Pods_ClicAlbum.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ClicAlbum.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
77 | 77 |
E691273FCCE0430AB51BFA28 /* menu.png */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = image.png; name = menu.png; path = ClicAlbum/Resources/menu.png; sourceTree = "<group>"; }; |
78 | 78 |
F0C5E73001534E428404E403 /* TNSCore.framework */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = wrapper.framework; name = TNSCore.framework; path = "$(SRCROOT)/../../node_modules/nativescript-ui-core/platforms/ios/TNSCore.framework"; sourceTree = "<group>"; }; |
... | ... | |
95 | 95 |
/* End PBXFrameworksBuildPhase section */ |
96 | 96 |
|
97 | 97 |
/* Begin PBXGroup section */ |
98 |
17FB7C31EE2740EF8A8FD952 /* @nativescript/core */ = { |
|
99 |
isa = PBXGroup; |
|
100 |
children = ( |
|
101 |
97D942D8C30B4AACBFB4E531 /* NativeScriptEmbedder.h */, |
|
102 |
DA50EDF8B3DC4429BC213C55 /* NativeScriptEmbedder.m */, |
|
103 |
5D9AA31E6DD04405824ACA7E /* module.modulemap */, |
|
104 |
); |
|
105 |
name = "@nativescript/core"; |
|
106 |
sourceTree = "<group>"; |
|
107 |
}; |
|
108 |
256CD9F40195440EA5AE95D7 /* nativescript-ui-core */ = { |
|
109 |
isa = PBXGroup; |
|
110 |
children = ( |
|
111 |
); |
|
112 |
name = "nativescript-ui-core"; |
|
113 |
sourceTree = "<group>"; |
|
114 |
}; |
|
115 |
2CE1EDEC6BE34F11BDAA2D9D /* TNSNativeSource */ = { |
|
116 |
isa = PBXGroup; |
|
117 |
children = ( |
|
118 |
); |
|
119 |
name = TNSNativeSource; |
|
120 |
sourceTree = "<group>"; |
|
121 |
}; |
|
98 | 122 |
42C751E1232B767700186695 /* Build Scripts */ = { |
99 | 123 |
isa = PBXGroup; |
100 | 124 |
children = ( |
... | ... | |
116 | 140 |
path = Pods; |
117 | 141 |
sourceTree = "<group>"; |
118 | 142 |
}; |
119 |
617DB54024CE430DB5057A2F /* tns-core-modules-widgets */ = {
|
|
143 |
6D3E5B0162FC4774A9DF6857 /* nativescript-photo-editor */ = {
|
|
120 | 144 |
isa = PBXGroup; |
121 | 145 |
children = ( |
122 | 146 |
); |
123 |
name = "tns-core-modules-widgets"; |
|
124 |
sourceTree = "<group>"; |
|
125 |
}; |
|
126 |
80C1F16B1126467F88ACA039 /* nativescript-ui-sidedrawer */ = { |
|
127 |
isa = PBXGroup; |
|
128 |
children = ( |
|
129 |
); |
|
130 |
name = "nativescript-ui-sidedrawer"; |
|
131 |
sourceTree = "<group>"; |
|
132 |
}; |
|
133 |
825D51F2FF3D4193AC41BF86 /* nativescript-ui-core */ = { |
|
134 |
isa = PBXGroup; |
|
135 |
children = ( |
|
136 |
); |
|
137 |
name = "nativescript-ui-core"; |
|
147 |
name = "nativescript-photo-editor"; |
|
138 | 148 |
sourceTree = "<group>"; |
139 | 149 |
}; |
140 | 150 |
858B832518CA111C00AB12DE = { |
... | ... | |
144 | 154 |
858B833718CA111C00AB12DE /* ClicAlbum */, |
145 | 155 |
858B833018CA111C00AB12DE /* Frameworks */, |
146 | 156 |
858B832F18CA111C00AB12DE /* Products */, |
147 |
ADEA4408542848E7876DFE58 /* @nstudio/nativescript-checkbox */, |
|
148 |
8F081F5F1F9B443FB848F59B /* nativescript-camera */, |
|
149 |
DE908D572E944E51A640C0C8 /* nativescript-photo-editor */, |
|
150 |
80C1F16B1126467F88ACA039 /* nativescript-ui-sidedrawer */, |
|
151 |
825D51F2FF3D4193AC41BF86 /* nativescript-ui-core */, |
|
152 |
A2CDE271B98546939057697F /* @nativescript/core */, |
|
153 |
617DB54024CE430DB5057A2F /* tns-core-modules-widgets */, |
|
154 | 157 |
45F1199BA9844F1FE155D95B /* Pods */, |
155 |
BB64EA315EEA43D9933E479B /* TNSNativeSource */, |
|
158 |
2CE1EDEC6BE34F11BDAA2D9D /* TNSNativeSource */, |
|
159 |
A6FE6D23A4EC4D5492865E48 /* @nstudio/nativescript-checkbox */, |
|
160 |
E3ADCC960C6049519567CC6C /* nativescript-camera */, |
|
161 |
6D3E5B0162FC4774A9DF6857 /* nativescript-photo-editor */, |
|
162 |
EF72B75DB91F4A569E4F3BAB /* nativescript-ui-sidedrawer */, |
|
163 |
256CD9F40195440EA5AE95D7 /* nativescript-ui-core */, |
|
164 |
17FB7C31EE2740EF8A8FD952 /* @nativescript/core */, |
|
165 |
E80687D96FF4437DA8C7964B /* tns-core-modules-widgets */, |
|
156 | 166 |
); |
157 | 167 |
sourceTree = "<group>"; |
158 | 168 |
}; |
... | ... | |
206 | 216 |
name = "Supporting Files"; |
207 | 217 |
sourceTree = "<group>"; |
208 | 218 |
}; |
209 |
8F081F5F1F9B443FB848F59B /* nativescript-camera */ = {
|
|
219 |
A6FE6D23A4EC4D5492865E48 /* @nstudio/nativescript-checkbox */ = {
|
|
210 | 220 |
isa = PBXGroup; |
211 | 221 |
children = ( |
212 | 222 |
); |
213 |
name = "nativescript-camera"; |
|
214 |
sourceTree = "<group>"; |
|
215 |
}; |
|
216 |
A2CDE271B98546939057697F /* @nativescript/core */ = { |
|
217 |
isa = PBXGroup; |
|
218 |
children = ( |
|
219 |
07C32AB2F07541A5B8FD4B9D /* NativeScriptEmbedder.h */, |
|
220 |
6102387922D94BC692F0ED64 /* NativeScriptEmbedder.m */, |
|
221 |
D2FE92F813934A95842060DF /* module.modulemap */, |
|
222 |
); |
|
223 |
name = "@nativescript/core"; |
|
223 |
name = "@nstudio/nativescript-checkbox"; |
|
224 | 224 |
sourceTree = "<group>"; |
225 | 225 |
}; |
226 |
ADEA4408542848E7876DFE58 /* @nstudio/nativescript-checkbox */ = {
|
|
226 |
E070579D1B39A9D000214BF1 /* Resources */ = {
|
|
227 | 227 |
isa = PBXGroup; |
228 | 228 |
children = ( |
229 |
B6D28D5ADCD440E9AD70B697 /* Assets.xcassets */, |
|
230 |
328F972D106B46F49E25EB6F /* LaunchScreen.storyboard */, |
|
231 |
33AF6635A2044F5682242BFC /* build.xcconfig */, |
|
232 |
E691273FCCE0430AB51BFA28 /* menu.png */, |
|
233 |
FDBCFF7A6D5B4D5A946BDDE5 /* menu@2x.png */, |
|
234 |
D644B9B3306D464CA0A86005 /* menu@3x.png */, |
|
229 | 235 |
); |
230 |
name = "@nstudio/nativescript-checkbox";
|
|
236 |
name = Resources;
|
|
231 | 237 |
sourceTree = "<group>"; |
232 | 238 |
}; |
233 |
BB64EA315EEA43D9933E479B /* TNSNativeSource */ = {
|
|
239 |
E3ADCC960C6049519567CC6C /* nativescript-camera */ = {
|
|
234 | 240 |
isa = PBXGroup; |
235 | 241 |
children = ( |
236 | 242 |
); |
237 |
name = TNSNativeSource;
|
|
243 |
name = "nativescript-camera";
|
|
238 | 244 |
sourceTree = "<group>"; |
239 | 245 |
}; |
240 |
DE908D572E944E51A640C0C8 /* nativescript-photo-editor */ = {
|
|
246 |
E80687D96FF4437DA8C7964B /* tns-core-modules-widgets */ = {
|
|
241 | 247 |
isa = PBXGroup; |
242 | 248 |
children = ( |
243 | 249 |
); |
244 |
name = "nativescript-photo-editor";
|
|
250 |
name = "tns-core-modules-widgets";
|
|
245 | 251 |
sourceTree = "<group>"; |
246 | 252 |
}; |
247 |
E070579D1B39A9D000214BF1 /* Resources */ = {
|
|
253 |
EF72B75DB91F4A569E4F3BAB /* nativescript-ui-sidedrawer */ = {
|
|
248 | 254 |
isa = PBXGroup; |
249 | 255 |
children = ( |
250 |
B6D28D5ADCD440E9AD70B697 /* Assets.xcassets */, |
|
251 |
328F972D106B46F49E25EB6F /* LaunchScreen.storyboard */, |
|
252 |
33AF6635A2044F5682242BFC /* build.xcconfig */, |
|
253 |
E691273FCCE0430AB51BFA28 /* menu.png */, |
|
254 |
FDBCFF7A6D5B4D5A946BDDE5 /* menu@2x.png */, |
|
255 |
D644B9B3306D464CA0A86005 /* menu@3x.png */, |
|
256 | 256 |
); |
257 |
name = Resources;
|
|
257 |
name = "nativescript-ui-sidedrawer";
|
|
258 | 258 |
sourceTree = "<group>"; |
259 | 259 |
}; |
260 | 260 |
/* End PBXGroup section */ |
... | ... | |
434 | 434 |
buildActionMask = 2147483647; |
435 | 435 |
files = ( |
436 | 436 |
CD62955D1BB2678900AE3A93 /* main.m in Sources */, |
437 |
640DAC5A554240D2B9D5B42E /* NativeScriptEmbedder.m in Sources */,
|
|
437 |
30A20E8A8D194E1BAA81FD98 /* NativeScriptEmbedder.m in Sources */,
|
|
438 | 438 |
); |
439 | 439 |
runOnlyForDeploymentPostprocessing = 0; |
440 | 440 |
}; |
... | ... | |
587 | 587 |
"\"$(SRCROOT)/../../node_modules/@nativescript/core/platforms/ios/src\"", |
588 | 588 |
"\"$(SRCROOT)/../../node_modules/tns-core-modules-widgets/platforms/ios/src\"", |
589 | 589 |
"\"$(SRCROOT)/../../App_Resources/iOS/src\"", |
590 |
"\"$(SRCROOT)/../../App_Resources/iOS/src\"", |
|
591 |
"\"$(SRCROOT)/../../node_modules/@nstudio/nativescript-checkbox/platforms/ios/src\"", |
|
592 |
"\"$(SRCROOT)/../../node_modules/nativescript-camera/platforms/ios/src\"", |
|
593 |
"\"$(SRCROOT)/../../node_modules/nativescript-photo-editor/platforms/ios/src\"", |
|
594 |
"\"$(SRCROOT)/../../node_modules/nativescript-ui-sidedrawer/platforms/ios/src\"", |
|
595 |
"\"$(SRCROOT)/../../node_modules/nativescript-ui-core/platforms/ios/src\"", |
|
596 |
"\"$(SRCROOT)/../../node_modules/@nativescript/core/platforms/ios/src\"", |
|
597 |
"\"$(SRCROOT)/../../node_modules/tns-core-modules-widgets/platforms/ios/src\"", |
|
590 | 598 |
); |
591 | 599 |
INFOPLIST_FILE = "$(SRCROOT)/ClicAlbum/ClicAlbum-Info.plist"; |
592 | 600 |
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
... | ... | |
625 | 633 |
"\"$(SRCROOT)/../../node_modules/@nativescript/core/platforms/ios/src\"", |
626 | 634 |
"\"$(SRCROOT)/../../node_modules/tns-core-modules-widgets/platforms/ios/src\"", |
627 | 635 |
"\"$(SRCROOT)/../../App_Resources/iOS/src\"", |
636 |
"\"$(SRCROOT)/../../App_Resources/iOS/src\"", |
|
637 |
"\"$(SRCROOT)/../../node_modules/@nstudio/nativescript-checkbox/platforms/ios/src\"", |
|
638 |
"\"$(SRCROOT)/../../node_modules/nativescript-camera/platforms/ios/src\"", |
|
639 |
"\"$(SRCROOT)/../../node_modules/nativescript-photo-editor/platforms/ios/src\"", |
|
640 |
"\"$(SRCROOT)/../../node_modules/nativescript-ui-sidedrawer/platforms/ios/src\"", |
|
641 |
"\"$(SRCROOT)/../../node_modules/nativescript-ui-core/platforms/ios/src\"", |
|
642 |
"\"$(SRCROOT)/../../node_modules/@nativescript/core/platforms/ios/src\"", |
|
643 |
"\"$(SRCROOT)/../../node_modules/tns-core-modules-widgets/platforms/ios/src\"", |
|
628 | 644 |
); |
629 | 645 |
INFOPLIST_FILE = "$(SRCROOT)/ClicAlbum/ClicAlbum-Info.plist"; |
630 | 646 |
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
Formats disponibles : Unified diff