|
63 | 63 | AD23B7361D3FC7100056170D /* MultiRouteViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultiRouteViewController.swift; sourceTree = "<group>"; };
|
64 | 64 | AD23B7381D3FC71C0056170D /* MultiRouteViewController.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = MultiRouteViewController.html; path = Shared/MultiRouteViewController.html; sourceTree = SOURCE_ROOT; };
|
65 | 65 | AD41ECD11CB42D1C00133C8D /* style.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = style.css; sourceTree = "<group>"; };
|
66 |
| - AD41ECDB1CB4330000133C8D /* CriolloiOSApp-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CriolloiOSApp-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 66 | + AD41ECDB1CB4330000133C8D /* Criollo-iOS-App-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Criollo-iOS-App-Bridging-Header.h"; sourceTree = "<group>"; }; |
67 | 67 | AD41ECDC1CB4330100133C8D /* SystemInfoHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SystemInfoHelper.h; path = Shared/SystemInfoHelper.h; sourceTree = SOURCE_ROOT; };
|
68 | 68 | AD41ECDD1CB4330100133C8D /* SystemInfoHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SystemInfoHelper.m; path = Shared/SystemInfoHelper.m; sourceTree = SOURCE_ROOT; };
|
69 | 69 | AD554DA01CAC9A95002182A4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
115 | 115 | AD5B3C481CA820B5000988B7 = {
|
116 | 116 | isa = PBXGroup;
|
117 | 117 | children = (
|
118 |
| - AD5B3C531CA820B5000988B7 /* CriolloiOSApp */, |
| 118 | + AD5B3C531CA820B5000988B7 /* Criollo iOS App */, |
119 | 119 | AD5B3C521CA820B5000988B7 /* Products */,
|
120 | 120 | ADAD526A1D3E4F0400DDFBB5 /* Frameworks */,
|
121 | 121 | );
|
|
129 | 129 | name = Products;
|
130 | 130 | sourceTree = "<group>";
|
131 | 131 | };
|
132 |
| - AD5B3C531CA820B5000988B7 /* CriolloiOSApp */ = { |
| 132 | + AD5B3C531CA820B5000988B7 /* Criollo iOS App */ = { |
133 | 133 | isa = PBXGroup;
|
134 | 134 | children = (
|
135 | 135 | AD5B3C541CA820B5000988B7 /* AppDelegate.swift */,
|
|
143 | 143 | AD5B3C5D1CA820B5000988B7 /* LaunchScreen.storyboard */,
|
144 | 144 | AD5B3C601CA820B5000988B7 /* Info.plist */,
|
145 | 145 | AD554DA01CAC9A95002182A4 /* Assets.xcassets */,
|
146 |
| - AD41ECDB1CB4330000133C8D /* CriolloiOSApp-Bridging-Header.h */, |
| 146 | + AD41ECDB1CB4330000133C8D /* Criollo-iOS-App-Bridging-Header.h */, |
147 | 147 | AD41ECDC1CB4330100133C8D /* SystemInfoHelper.h */,
|
148 | 148 | AD41ECDD1CB4330100133C8D /* SystemInfoHelper.m */,
|
149 | 149 | 4AF762281F93C4A80061EFC9 /* Certificates */,
|
150 | 150 | AD41ECD01CB42D1C00133C8D /* Public */,
|
151 | 151 | );
|
152 |
| - path = CriolloiOSApp; |
| 152 | + path = "Criollo iOS App"; |
153 | 153 | sourceTree = "<group>";
|
154 | 154 | };
|
155 | 155 | ADAD526A1D3E4F0400DDFBB5 /* Frameworks */ = {
|
|
196 | 196 | CreatedOnToolsVersion = 7.3;
|
197 | 197 | DevelopmentTeam = JNX7A8G939;
|
198 | 198 | LastSwiftMigration = 0900;
|
| 199 | + ProvisioningStyle = Manual; |
199 | 200 | };
|
200 | 201 | };
|
201 | 202 | };
|
|
380 | 381 | buildSettings = {
|
381 | 382 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
382 | 383 | CLANG_ENABLE_MODULES = YES;
|
383 |
| - CODE_SIGN_IDENTITY = "iPhone Developer"; |
384 |
| - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 384 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |
| 385 | + CODE_SIGN_STYLE = Manual; |
385 | 386 | ENABLE_BITCODE = NO;
|
386 |
| - INFOPLIST_FILE = CriolloiOSApp/Info.plist; |
| 387 | + INFOPLIST_FILE = "Criollo iOS App/Info.plist"; |
387 | 388 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
388 | 389 | PRODUCT_BUNDLE_IDENTIFIER = io.criollo.CriolloiOSApp;
|
389 | 390 | PRODUCT_NAME = "Criollo iOS App";
|
390 | 391 | PROVISIONING_PROFILE = "";
|
391 |
| - SWIFT_OBJC_BRIDGING_HEADER = "CriolloiOSApp/CriolloiOSApp-Bridging-Header.h"; |
| 392 | + SWIFT_OBJC_BRIDGING_HEADER = "Criollo iOS App/Criollo-iOS-App-Bridging-Header.h"; |
392 | 393 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
393 | 394 | SWIFT_VERSION = 4.0;
|
394 | 395 | TARGETED_DEVICE_FAMILY = "1,2";
|
|
400 | 401 | buildSettings = {
|
401 | 402 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
402 | 403 | CLANG_ENABLE_MODULES = YES;
|
403 |
| - CODE_SIGN_IDENTITY = "iPhone Developer"; |
404 |
| - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 404 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; |
| 405 | + CODE_SIGN_STYLE = Manual; |
405 | 406 | ENABLE_BITCODE = NO;
|
406 |
| - INFOPLIST_FILE = CriolloiOSApp/Info.plist; |
| 407 | + INFOPLIST_FILE = "Criollo iOS App/Info.plist"; |
407 | 408 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
408 | 409 | PRODUCT_BUNDLE_IDENTIFIER = io.criollo.CriolloiOSApp;
|
409 | 410 | PRODUCT_NAME = "Criollo iOS App";
|
410 | 411 | PROVISIONING_PROFILE = "";
|
411 |
| - SWIFT_OBJC_BRIDGING_HEADER = "CriolloiOSApp/CriolloiOSApp-Bridging-Header.h"; |
| 412 | + SWIFT_OBJC_BRIDGING_HEADER = "Criollo iOS App/Criollo-iOS-App-Bridging-Header.h"; |
412 | 413 | SWIFT_VERSION = 4.0;
|
413 | 414 | TARGETED_DEVICE_FAMILY = "1,2";
|
414 | 415 | };
|
|
0 commit comments