comparison Simoleon.xcodeproj/project.pbxproj @ 42:d25b02d439d4

Minor updates subscription and legal requirements
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Mon, 26 Jul 2021 15:35:06 +0100
parents 7703c122ce96
children 2eb05f396fcd
comparison
equal deleted inserted replaced
41:7703c122ce96 42:d25b02d439d4
41 95C5B22F2697752700941585 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95C5B22E2697752700941585 /* Preview Assets.xcassets */; }; 41 95C5B22F2697752700941585 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95C5B22E2697752700941585 /* Preview Assets.xcassets */; };
42 95C5B2312697752700941585 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2302697752700941585 /* Persistence.swift */; }; 42 95C5B2312697752700941585 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2302697752700941585 /* Persistence.swift */; };
43 95C5B2342697752700941585 /* Simoleon.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */; }; 43 95C5B2342697752700941585 /* Simoleon.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */; };
44 95C5B23F2697752700941585 /* SimoleonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B23E2697752700941585 /* SimoleonTests.swift */; }; 44 95C5B23F2697752700941585 /* SimoleonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B23E2697752700941585 /* SimoleonTests.swift */; };
45 95C5B24A2697752700941585 /* SimoleonUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2492697752700941585 /* SimoleonUITests.swift */; }; 45 95C5B24A2697752700941585 /* SimoleonUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2492697752700941585 /* SimoleonUITests.swift */; };
46 95D8C8C726A95D2900BCC188 /* Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8C8C626A95D2900BCC188 /* Subscription.swift */; }; 46 95D8C8C726A95D2900BCC188 /* SubscriptionPaywall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8C8C626A95D2900BCC188 /* SubscriptionPaywall.swift */; };
47 95D8C8CD26A9784500BCC188 /* SubscribeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8C8CC26A9784500BCC188 /* SubscribeButton.swift */; }; 47 95D8C8CD26A9784500BCC188 /* SubscribeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8C8CC26A9784500BCC188 /* SubscribeButton.swift */; };
48 95D8C8CF26A98A7900BCC188 /* RestoreButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8C8CE26A98A7900BCC188 /* RestoreButton.swift */; }; 48 95D8C8CF26A98A7900BCC188 /* RestoreButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8C8CE26A98A7900BCC188 /* RestoreButton.swift */; };
49 95D8C8D126A9BC6200BCC188 /* LockedCurrencyPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8C8D026A9BC6200BCC188 /* LockedCurrencyPicker.swift */; }; 49 95D8C8D126A9BC6200BCC188 /* LockedCurrencyPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8C8D026A9BC6200BCC188 /* LockedCurrencyPicker.swift */; };
50 95D8C8D326A9C17300BCC188 /* SubscriptionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8C8D226A9C17300BCC188 /* SubscriptionController.swift */; };
51 95D8C8D526A9E20F00BCC188 /* SubscriberInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D8C8D426A9E20F00BCC188 /* SubscriberInfo.swift */; };
52 95DD4ABB269B33810027CA1F /* CurrencyPairs.json in Resources */ = {isa = PBXBuildFile; fileRef = 95DD4ABA269B33810027CA1F /* CurrencyPairs.json */; }; 50 95DD4ABB269B33810027CA1F /* CurrencyPairs.json in Resources */ = {isa = PBXBuildFile; fileRef = 95DD4ABA269B33810027CA1F /* CurrencyPairs.json */; };
53 95E76436269DFC1A008E9F31 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */; }; 51 95E76436269DFC1A008E9F31 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */; };
54 95E7643A269E0037008E9F31 /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95E76439269E0037008E9F31 /* CloudKit.framework */; }; 52 95E7643A269E0037008E9F31 /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95E76439269E0037008E9F31 /* CloudKit.framework */; };
55 /* End PBXBuildFile section */ 53 /* End PBXBuildFile section */
56 54
114 95C5B23E2697752700941585 /* SimoleonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonTests.swift; sourceTree = "<group>"; }; 112 95C5B23E2697752700941585 /* SimoleonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonTests.swift; sourceTree = "<group>"; };
115 95C5B2402697752700941585 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 113 95C5B2402697752700941585 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
116 95C5B2452697752700941585 /* SimoleonUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 114 95C5B2452697752700941585 /* SimoleonUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
117 95C5B2492697752700941585 /* SimoleonUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITests.swift; sourceTree = "<group>"; }; 115 95C5B2492697752700941585 /* SimoleonUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITests.swift; sourceTree = "<group>"; };
118 95C5B24B2697752700941585 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 116 95C5B24B2697752700941585 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
119 95D8C8C626A95D2900BCC188 /* Subscription.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Subscription.swift; sourceTree = "<group>"; }; 117 95D8C8C626A95D2900BCC188 /* SubscriptionPaywall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscriptionPaywall.swift; sourceTree = "<group>"; };
120 95D8C8CC26A9784500BCC188 /* SubscribeButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscribeButton.swift; sourceTree = "<group>"; }; 118 95D8C8CC26A9784500BCC188 /* SubscribeButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscribeButton.swift; sourceTree = "<group>"; };
121 95D8C8CE26A98A7900BCC188 /* RestoreButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RestoreButton.swift; sourceTree = "<group>"; }; 119 95D8C8CE26A98A7900BCC188 /* RestoreButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RestoreButton.swift; sourceTree = "<group>"; };
122 95D8C8D026A9BC6200BCC188 /* LockedCurrencyPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LockedCurrencyPicker.swift; sourceTree = "<group>"; }; 120 95D8C8D026A9BC6200BCC188 /* LockedCurrencyPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LockedCurrencyPicker.swift; sourceTree = "<group>"; };
123 95D8C8D226A9C17300BCC188 /* SubscriptionController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscriptionController.swift; sourceTree = "<group>"; };
124 95D8C8D426A9E20F00BCC188 /* SubscriberInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscriberInfo.swift; sourceTree = "<group>"; };
125 95DD4ABA269B33810027CA1F /* CurrencyPairs.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = CurrencyPairs.json; sourceTree = "<group>"; }; 121 95DD4ABA269B33810027CA1F /* CurrencyPairs.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = CurrencyPairs.json; sourceTree = "<group>"; };
126 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; }; 122 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
127 95E76437269E0033008E9F31 /* Simoleon.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Simoleon.entitlements; sourceTree = "<group>"; }; 123 95E76437269E0033008E9F31 /* Simoleon.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Simoleon.entitlements; sourceTree = "<group>"; };
128 95E76439269E0037008E9F31 /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; }; 124 95E76439269E0037008E9F31 /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
129 /* End PBXFileReference section */ 125 /* End PBXFileReference section */
277 95AEBC9426A03ECB00613729 /* ContentView.swift */, 273 95AEBC9426A03ECB00613729 /* ContentView.swift */,
278 95B54F4E26A4AC52001DC0D8 /* ContentViewPad.swift */, 274 95B54F4E26A4AC52001DC0D8 /* ContentViewPad.swift */,
279 95B54F4326A4842C001DC0D8 /* Conversion.swift */, 275 95B54F4326A4842C001DC0D8 /* Conversion.swift */,
280 95C5179E26A5F34200BC2B24 /* Favourites.swift */, 276 95C5179E26A5F34200BC2B24 /* Favourites.swift */,
281 957065E126A5FE0400523E68 /* Settings.swift */, 277 957065E126A5FE0400523E68 /* Settings.swift */,
282 95D8C8C626A95D2900BCC188 /* Subscription.swift */, 278 95D8C8C626A95D2900BCC188 /* SubscriptionPaywall.swift */,
283 95C5B22B2697752700941585 /* Assets.xcassets */, 279 95C5B22B2697752700941585 /* Assets.xcassets */,
284 95C5B2302697752700941585 /* Persistence.swift */, 280 95C5B2302697752700941585 /* Persistence.swift */,
285 95C5B2352697752700941585 /* Info.plist */, 281 95C5B2352697752700941585 /* Info.plist */,
286 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */, 282 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */,
287 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */, 283 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */,
342 95C5179826A5EC9F00BC2B24 /* FavouriteButton.swift */, 338 95C5179826A5EC9F00BC2B24 /* FavouriteButton.swift */,
343 95C517A026A5F6C000BC2B24 /* ResignKeyboard.swift */, 339 95C517A026A5F6C000BC2B24 /* ResignKeyboard.swift */,
344 95D8C8CC26A9784500BCC188 /* SubscribeButton.swift */, 340 95D8C8CC26A9784500BCC188 /* SubscribeButton.swift */,
345 95D8C8CE26A98A7900BCC188 /* RestoreButton.swift */, 341 95D8C8CE26A98A7900BCC188 /* RestoreButton.swift */,
346 95D8C8D026A9BC6200BCC188 /* LockedCurrencyPicker.swift */, 342 95D8C8D026A9BC6200BCC188 /* LockedCurrencyPicker.swift */,
347 95D8C8D226A9C17300BCC188 /* SubscriptionController.swift */,
348 95D8C8D426A9E20F00BCC188 /* SubscriberInfo.swift */,
349 ); 343 );
350 path = Helpers; 344 path = Helpers;
351 sourceTree = "<group>"; 345 sourceTree = "<group>";
352 }; 346 };
353 /* End PBXGroup section */ 347 /* End PBXGroup section */
491 /* Begin PBXSourcesBuildPhase section */ 485 /* Begin PBXSourcesBuildPhase section */
492 95C5B2202697752600941585 /* Sources */ = { 486 95C5B2202697752600941585 /* Sources */ = {
493 isa = PBXSourcesBuildPhase; 487 isa = PBXSourcesBuildPhase;
494 buildActionMask = 2147483647; 488 buildActionMask = 2147483647;
495 files = ( 489 files = (
496 95D8C8D326A9C17300BCC188 /* SubscriptionController.swift in Sources */,
497 95C5179926A5EC9F00BC2B24 /* FavouriteButton.swift in Sources */, 490 95C5179926A5EC9F00BC2B24 /* FavouriteButton.swift in Sources */,
498 95C5179C26A5EFBE00BC2B24 /* Favourite+CoreDataClass.swift in Sources */, 491 95C5179C26A5EFBE00BC2B24 /* Favourite+CoreDataClass.swift in Sources */,
499 950A377826A820F800CAB175 /* DefaultCurrency+CoreDataClass.swift in Sources */, 492 950A377826A820F800CAB175 /* DefaultCurrency+CoreDataClass.swift in Sources */,
500 95C5B2312697752700941585 /* Persistence.swift in Sources */, 493 95C5B2312697752700941585 /* Persistence.swift in Sources */,
501 9585BB1226A6B71B00E3193E /* ReadConfig.swift in Sources */, 494 9585BB1226A6B71B00E3193E /* ReadConfig.swift in Sources */,
502 95AEBC9526A03ECB00613729 /* ContentView.swift in Sources */, 495 95AEBC9526A03ECB00613729 /* ContentView.swift in Sources */,
503 95AEBC9B26A04A4200613729 /* CurrencyMetadataModel.swift in Sources */, 496 95AEBC9B26A04A4200613729 /* CurrencyMetadataModel.swift in Sources */,
504 95D8C8D526A9E20F00BCC188 /* SubscriberInfo.swift in Sources */,
505 95D8C8CD26A9784500BCC188 /* SubscribeButton.swift in Sources */, 497 95D8C8CD26A9784500BCC188 /* SubscribeButton.swift in Sources */,
506 950A377726A820F800CAB175 /* DefaultCurrency+CoreDataProperties.swift in Sources */, 498 950A377726A820F800CAB175 /* DefaultCurrency+CoreDataProperties.swift in Sources */,
507 9585BB1A26A6E8FD00E3193E /* SimpleSuccess.swift in Sources */, 499 9585BB1A26A6E8FD00E3193E /* SimpleSuccess.swift in Sources */,
508 9555933A269B0AB8000FD726 /* ParseJson.swift in Sources */, 500 9555933A269B0AB8000FD726 /* ParseJson.swift in Sources */,
509 95D8C8CF26A98A7900BCC188 /* RestoreButton.swift in Sources */, 501 95D8C8CF26A98A7900BCC188 /* RestoreButton.swift in Sources */,
510 95C5179D26A5EFBE00BC2B24 /* Favourite+CoreDataProperties.swift in Sources */, 502 95C5179D26A5EFBE00BC2B24 /* Favourite+CoreDataProperties.swift in Sources */,
511 95C5179F26A5F34200BC2B24 /* Favourites.swift in Sources */, 503 95C5179F26A5F34200BC2B24 /* Favourites.swift in Sources */,
512 95C5B2282697752600941585 /* SimoleonApp.swift in Sources */, 504 95C5B2282697752600941585 /* SimoleonApp.swift in Sources */,
513 95B54F4A26A4A450001DC0D8 /* ConversionBox.swift in Sources */, 505 95B54F4A26A4A450001DC0D8 /* ConversionBox.swift in Sources */,
514 95D8C8C726A95D2900BCC188 /* Subscription.swift in Sources */, 506 95D8C8C726A95D2900BCC188 /* SubscriptionPaywall.swift in Sources */,
515 95D8C8D126A9BC6200BCC188 /* LockedCurrencyPicker.swift in Sources */, 507 95D8C8D126A9BC6200BCC188 /* LockedCurrencyPicker.swift in Sources */,
516 95C517A126A5F6C000BC2B24 /* ResignKeyboard.swift in Sources */, 508 95C517A126A5F6C000BC2B24 /* ResignKeyboard.swift in Sources */,
517 95AEBC9D26A04D4600613729 /* CurrencyRow.swift in Sources */, 509 95AEBC9D26A04D4600613729 /* CurrencyRow.swift in Sources */,
518 95AEBCA326A0900E00613729 /* CurrencyQuoteModel.swift in Sources */, 510 95AEBCA326A0900E00613729 /* CurrencyQuoteModel.swift in Sources */,
519 95B54F4F26A4AC52001DC0D8 /* ContentViewPad.swift in Sources */, 511 95B54F4F26A4AC52001DC0D8 /* ContentViewPad.swift in Sources */,
705 buildSettings = { 697 buildSettings = {
706 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 698 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
707 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 699 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
708 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements; 700 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements;
709 CODE_SIGN_STYLE = Automatic; 701 CODE_SIGN_STYLE = Automatic;
710 CURRENT_PROJECT_VERSION = 11; 702 CURRENT_PROJECT_VERSION = 13;
711 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; 703 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\"";
712 DEVELOPMENT_TEAM = MTX83R5H8X; 704 DEVELOPMENT_TEAM = MTX83R5H8X;
713 ENABLE_PREVIEWS = YES; 705 ENABLE_PREVIEWS = YES;
714 INFOPLIST_FILE = Simoleon/Info.plist; 706 INFOPLIST_FILE = Simoleon/Info.plist;
715 IPHONEOS_DEPLOYMENT_TARGET = 14.0; 707 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
730 buildSettings = { 722 buildSettings = {
731 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 723 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
732 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 724 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
733 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements; 725 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements;
734 CODE_SIGN_STYLE = Automatic; 726 CODE_SIGN_STYLE = Automatic;
735 CURRENT_PROJECT_VERSION = 11; 727 CURRENT_PROJECT_VERSION = 13;
736 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; 728 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\"";
737 DEVELOPMENT_TEAM = MTX83R5H8X; 729 DEVELOPMENT_TEAM = MTX83R5H8X;
738 ENABLE_PREVIEWS = YES; 730 ENABLE_PREVIEWS = YES;
739 INFOPLIST_FILE = Simoleon/Info.plist; 731 INFOPLIST_FILE = Simoleon/Info.plist;
740 IPHONEOS_DEPLOYMENT_TARGET = 14.0; 732 IPHONEOS_DEPLOYMENT_TARGET = 14.0;