1203 lines
93 KiB
Plaintext
1203 lines
93 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 48;
|
|
objects = {
|
|
|
|
/* Begin PBXAggregateTarget section */
|
|
AF954914206EAEAD000095EC /* FatLibrary */ = {
|
|
isa = PBXAggregateTarget;
|
|
buildConfigurationList = AF954917206EAEAD000095EC /* Build configuration list for PBXAggregateTarget "FatLibrary" */;
|
|
buildPhases = (
|
|
AF954918206EAF1A000095EC /* ShellScript */,
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = FatLibrary;
|
|
productName = FatLibrary;
|
|
};
|
|
/* End PBXAggregateTarget section */
|
|
|
|
/* Begin PBXBuildFile section */
|
|
016CF36925FA6DD400B82A1F /* ClientParameterHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016CF36825FA6DD400B82A1F /* ClientParameterHandler.swift */; };
|
|
016FF6EE259A4E6300F5E4AA /* ClientParameterModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016FF6ED259A4E6300F5E4AA /* ClientParameterModelProtocol.swift */; };
|
|
016FF6F2259A4FCC00F5E4AA /* ClientParameterModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016FF6F1259A4FCC00F5E4AA /* ClientParameterModel.swift */; };
|
|
016FF6FC259BA27E00F5E4AA /* ClientParameterProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016FF6FB259BA27E00F5E4AA /* ClientParameterProtocol.swift */; };
|
|
01934FE725A4FFC2003DCD67 /* ClientParameterActionProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01934FE625A4FFC2003DCD67 /* ClientParameterActionProtocol.swift */; };
|
|
01C851CF23CF7B260021F976 /* JSONMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01C851CE23CF7B260021F976 /* JSONMap.swift */; };
|
|
01C851D123CF97FE0021F976 /* ActionBackModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01C851D023CF97FE0021F976 /* ActionBackModel.swift */; };
|
|
01DB1F2B26444F7F000F1AF4 /* ActionOpenPageProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01DB1F2A26444F7F000F1AF4 /* ActionOpenPageProtocol.swift */; };
|
|
01DF561421F90ADC00CC099B /* Dictionary+MFConvenience.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01DF561321F90ADC00CC099B /* Dictionary+MFConvenience.swift */; };
|
|
01F2A03623A80A7300D954D8 /* ActionModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01F2A03523A80A7300D954D8 /* ActionModelProtocol.swift */; };
|
|
01F2A03923A812DD00D954D8 /* ActionOpenUrlModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01F2A03823A812DD00D954D8 /* ActionOpenUrlModel.swift */; };
|
|
01F2A04C23A82B1B00D954D8 /* ActionCallModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01F2A04B23A82B1B00D954D8 /* ActionCallModel.swift */; };
|
|
01F2A05223A8325100D954D8 /* ModelMapping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01F2A05123A8325100D954D8 /* ModelMapping.swift */; };
|
|
0A42538F23F3414800554656 /* Codable+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A42538E23F3414800554656 /* Codable+Helpers.swift */; };
|
|
0ACC81A22613C73800A9C886 /* ActionContactModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0ACC81A12613C73800A9C886 /* ActionContactModel.swift */; };
|
|
0AEBB84625FA75C000EA80EE /* ActionOpenSMSModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AEBB84525FA75C000EA80EE /* ActionOpenSMSModel.swift */; };
|
|
0AFF597A23FC6E60005C24E8 /* ActionShareModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AFF597923FC6E60005C24E8 /* ActionShareModel.swift */; };
|
|
1DAD0FFE26AAB40000216E83 /* ActionRunJavaScriptModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DAD0FFD26AAB3FF00216E83 /* ActionRunJavaScriptModel.swift */; };
|
|
2723337B28BD534D004EAEE0 /* MVMCoreEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2723337A28BD534D004EAEE0 /* MVMCoreEvent.swift */; };
|
|
2723337D28BD53C2004EAEE0 /* Date+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2723337C28BD53C2004EAEE0 /* Date+Extension.swift */; };
|
|
5846ABF42B44BB9000FA6C76 /* Collection+Safe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5846ABF32B44BB9000FA6C76 /* Collection+Safe.swift */; };
|
|
6042E8FC2B317B190031644B /* MVMCoreLoggingHandlerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6042E8FB2B3094680031644B /* MVMCoreLoggingHandlerHelper.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
605A9A2A2ABD712F00487E47 /* MVMCoreLoggingHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 605A9A292ABD712F00487E47 /* MVMCoreLoggingHandler.swift */; };
|
|
6079EDCE2AD97AA5004B7A85 /* MVMCoreLoggingDelegateProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6079EDCD2AD97AA5004B7A85 /* MVMCoreLoggingDelegateProtocol.swift */; };
|
|
60CBD0542A02397A00056CB0 /* MVMCoreSessionTimeHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CBD0532A02397A00056CB0 /* MVMCoreSessionTimeHandler.swift */; };
|
|
881D26931FCC9D180079C521 /* MVMCoreErrorObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 881D268F1FCC9D180079C521 /* MVMCoreErrorObject.m */; };
|
|
881D26941FCC9D180079C521 /* MVMCoreOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 881D26901FCC9D180079C521 /* MVMCoreOperation.m */; };
|
|
881D26951FCC9D180079C521 /* MVMCoreErrorObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 881D26911FCC9D180079C521 /* MVMCoreErrorObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
881D26961FCC9D180079C521 /* MVMCoreOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 881D26921FCC9D180079C521 /* MVMCoreOperation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8876D5CE1FB50A9E00EB2E3D /* MVMCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8876D5CC1FB50A9E00EB2E3D /* MVMCore.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8876D5E81FB50AB000EB2E3D /* NSArray+MFConvenience.h in Headers */ = {isa = PBXBuildFile; fileRef = 8876D5DA1FB50AB000EB2E3D /* NSArray+MFConvenience.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8876D5E91FB50AB000EB2E3D /* NSArray+MFConvenience.m in Sources */ = {isa = PBXBuildFile; fileRef = 8876D5DB1FB50AB000EB2E3D /* NSArray+MFConvenience.m */; };
|
|
8876D5EA1FB50AB000EB2E3D /* NSDecimalNumber+MFConvenience.h in Headers */ = {isa = PBXBuildFile; fileRef = 8876D5DC1FB50AB000EB2E3D /* NSDecimalNumber+MFConvenience.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8876D5EB1FB50AB000EB2E3D /* NSDecimalNumber+MFConvenience.m in Sources */ = {isa = PBXBuildFile; fileRef = 8876D5DD1FB50AB000EB2E3D /* NSDecimalNumber+MFConvenience.m */; };
|
|
8876D5EC1FB50AB000EB2E3D /* NSDictionary+MFConvenience.h in Headers */ = {isa = PBXBuildFile; fileRef = 8876D5DE1FB50AB000EB2E3D /* NSDictionary+MFConvenience.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8876D5ED1FB50AB000EB2E3D /* NSDictionary+MFConvenience.m in Sources */ = {isa = PBXBuildFile; fileRef = 8876D5DF1FB50AB000EB2E3D /* NSDictionary+MFConvenience.m */; };
|
|
8876D5F21FB50AB000EB2E3D /* UIFont+MFSpacing.h in Headers */ = {isa = PBXBuildFile; fileRef = 8876D5E41FB50AB000EB2E3D /* UIFont+MFSpacing.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8876D5F31FB50AB000EB2E3D /* UIFont+MFSpacing.m in Sources */ = {isa = PBXBuildFile; fileRef = 8876D5E51FB50AB000EB2E3D /* UIFont+MFSpacing.m */; };
|
|
8876D5F41FB50AB000EB2E3D /* UILabel+MFCustom.h in Headers */ = {isa = PBXBuildFile; fileRef = 8876D5E61FB50AB000EB2E3D /* UILabel+MFCustom.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
8876D5F51FB50AB000EB2E3D /* UILabel+MFCustom.m in Sources */ = {isa = PBXBuildFile; fileRef = 8876D5E71FB50AB000EB2E3D /* UILabel+MFCustom.m */; };
|
|
946EE1A3237B59C30036751F /* ModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 946EE1A2237B59C30036751F /* ModelProtocol.swift */; };
|
|
946EE1A7237B5B1C0036751F /* ModelRegistry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 946EE1A6237B5B1C0036751F /* ModelRegistry.swift */; };
|
|
946EE1AB237B5C940036751F /* Decoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 946EE1AA237B5C940036751F /* Decoder.swift */; };
|
|
946EE1B0237B5EF70036751F /* JSONHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 946EE1AF237B5EF70036751F /* JSONHelper.swift */; };
|
|
946EE1B2237B5F260036751F /* JSONValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 946EE1B1237B5F260036751F /* JSONValue.swift */; };
|
|
946EE1B4237B619D0036751F /* Encoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 946EE1B3237B619D0036751F /* Encoder.swift */; };
|
|
946EE1BC237B691A0036751F /* ActionOpenPageModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 946EE1BB237B691A0036751F /* ActionOpenPageModel.swift */; };
|
|
94C014D124211869005811A9 /* ActionRestartModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94C014D024211869005811A9 /* ActionRestartModel.swift */; };
|
|
94C014D3242119E6005811A9 /* ActionPreviousSubmitModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94C014D2242119E6005811A9 /* ActionPreviousSubmitModel.swift */; };
|
|
94C014D524211AF0005811A9 /* ActionCancelModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94C014D424211AF0005811A9 /* ActionCancelModel.swift */; };
|
|
94C014D924212360005811A9 /* ActionSettingModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94C014D824212360005811A9 /* ActionSettingModel.swift */; };
|
|
A332F33F20C7231700DCD9D9 /* MVMCoreViewControllerAnimatedTransitioning.h in Headers */ = {isa = PBXBuildFile; fileRef = A332F33E20C7231600DCD9D9 /* MVMCoreViewControllerAnimatedTransitioning.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AF1201832108C9B400E2F592 /* MVMCoreViewManagerViewControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AF1201812108C9B400E2F592 /* MVMCoreViewManagerViewControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AF130B8E2788DF6E00C6C03C /* OpenURLOptionsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF130B8D2788DF6E00C6C03C /* OpenURLOptionsModel.swift */; };
|
|
AF26DDAE1FCE6A37004E8F65 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = AF26DDB01FCE6A37004E8F65 /* Localizable.strings */; };
|
|
AF3A3F3F2ACC716A005094B2 /* MVMCoreObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF3A3F3E2ACC716A005094B2 /* MVMCoreObject.swift */; };
|
|
AF43A5771FBA5B7C008E9347 /* MVMCoreJSONConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = AF43A5751FBA5B7C008E9347 /* MVMCoreJSONConstants.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AF43A5781FBA5B7C008E9347 /* MVMCoreJSONConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = AF43A5761FBA5B7C008E9347 /* MVMCoreJSONConstants.m */; };
|
|
AF43A57B1FBA5E6A008E9347 /* MVMCoreHardcodedStringsConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = AF43A5791FBA5E6A008E9347 /* MVMCoreHardcodedStringsConstants.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AF43A57C1FBA5E6A008E9347 /* MVMCoreHardcodedStringsConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = AF43A57A1FBA5E6A008E9347 /* MVMCoreHardcodedStringsConstants.m */; };
|
|
AF43A5831FBB66DE008E9347 /* MVMCoreConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = AF43A5811FBB66DE008E9347 /* MVMCoreConstants.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AF43A5841FBB66DE008E9347 /* MVMCoreConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = AF43A5821FBB66DE008E9347 /* MVMCoreConstants.m */; };
|
|
AF43A5871FBB67D6008E9347 /* MVMCoreActionUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = AF43A5851FBB67D6008E9347 /* MVMCoreActionUtility.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AF43A5881FBB67D6008E9347 /* MVMCoreActionUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = AF43A5861FBB67D6008E9347 /* MVMCoreActionUtility.m */; };
|
|
AF43A6F41FBCE21D008E9347 /* libsqlite3.0.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = AF43A6F31FBCE21D008E9347 /* libsqlite3.0.tbd */; };
|
|
AF43A6FD1FBE2F65008E9347 /* Reachability.h in Headers */ = {isa = PBXBuildFile; fileRef = AF43A6FA1FBE2F2A008E9347 /* Reachability.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AF43A6FF1FBE3252008E9347 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = AF43A6FB1FBE2F2A008E9347 /* Reachability.m */; };
|
|
AF43A7011FC4B227008E9347 /* MVMCoreGlobalLoadProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AF43A7001FC4B227008E9347 /* MVMCoreGlobalLoadProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AF43A70A1FC4F415008E9347 /* MVMCoreCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AF43A7081FC4F415008E9347 /* MVMCoreCache.m */; };
|
|
AF43A70B1FC4F415008E9347 /* MVMCoreCache.h in Headers */ = {isa = PBXBuildFile; fileRef = AF43A7091FC4F415008E9347 /* MVMCoreCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AF43A71B1FC5BEBB008E9347 /* MVMCoreViewControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AF43A71A1FC5BEBB008E9347 /* MVMCoreViewControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AF43A7201FC5D2BA008E9347 /* MVMCoreViewManagerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AF43A71F1FC5D2BA008E9347 /* MVMCoreViewManagerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AF43A7411FC5FA6F008E9347 /* MVMCoreViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AF43A7401FC5FA6F008E9347 /* MVMCoreViewProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AF43A74C1FC6109F008E9347 /* MVMCoreSessionObject.h in Headers */ = {isa = PBXBuildFile; fileRef = AF43A74A1FC6109F008E9347 /* MVMCoreSessionObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AF43A74D1FC6109F008E9347 /* MVMCoreSessionObject.m in Sources */ = {isa = PBXBuildFile; fileRef = AF43A74B1FC6109F008E9347 /* MVMCoreSessionObject.m */; };
|
|
AF4955E22BAB1EB200567276 /* MVMCoreCache+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF4955E12BAB1EB200567276 /* MVMCoreCache+Extension.swift */; };
|
|
AF60A7F2289212CA00919EEB /* MVMError.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF60A7F1289212CA00919EEB /* MVMError.swift */; };
|
|
AF60A7F4289212EB00919EEB /* MVMCoreError.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF60A7F3289212EB00919EEB /* MVMCoreError.swift */; };
|
|
AF686FDA2A8A876A008F666A /* NavigationOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF686FD92A8A876A008F666A /* NavigationOperation.swift */; };
|
|
AF686FDE2A8D29CD008F666A /* MVMCoreLoadRequestOperation+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF686FDD2A8D29CD008F666A /* MVMCoreLoadRequestOperation+Extension.swift */; };
|
|
AF6870292A9CD0E9008F666A /* MVMCoreLoadHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF6870282A9CD0E9008F666A /* MVMCoreLoadHandler.swift */; };
|
|
AF69D4E9286E54D500BC6862 /* ActionCallHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF69D4E8286E54D500BC6862 /* ActionCallHandler.swift */; };
|
|
AF69D4EB286E586200BC6862 /* ActionRestartHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF69D4EA286E586200BC6862 /* ActionRestartHandler.swift */; };
|
|
AF69D4ED286E5D8C00BC6862 /* ActionCancelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF69D4EC286E5D8C00BC6862 /* ActionCancelHandler.swift */; };
|
|
AF69D4EF286E612800BC6862 /* ActionOpenSMSHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF69D4EE286E612800BC6862 /* ActionOpenSMSHandler.swift */; };
|
|
AF69D4F1286E9D8000BC6862 /* ActionNoopHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF69D4F0286E9D8000BC6862 /* ActionNoopHandler.swift */; };
|
|
AF69D4F3286E9DCE00BC6862 /* ActionActionsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF69D4F2286E9DCE00BC6862 /* ActionActionsHandler.swift */; };
|
|
AF69D4F5286E9F5900BC6862 /* ActionSettingHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF69D4F4286E9F5900BC6862 /* ActionSettingHandler.swift */; };
|
|
AF69D4F7286EA0B800BC6862 /* ActionPreviousSubmitHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF69D4F6286EA0B800BC6862 /* ActionPreviousSubmitHandler.swift */; };
|
|
AF70699A287DD02400077CF6 /* ActionContactHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF706999287DD02400077CF6 /* ActionContactHandler.swift */; };
|
|
AF70699E2880D01400077CF6 /* ActionShareHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF70699D2880D01400077CF6 /* ActionShareHandler.swift */; };
|
|
AF7069A02880F0EB00077CF6 /* ActionOpenPageHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF70699F2880F0EB00077CF6 /* ActionOpenPageHandler.swift */; };
|
|
AF787413286DEF8B00670588 /* ActionBackHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF787412286DEF8B00670588 /* ActionBackHandler.swift */; };
|
|
AF8D13392774EA1D008AF4A9 /* ActionOpenUrlHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF8D13382774EA1D008AF4A9 /* ActionOpenUrlHandler.swift */; };
|
|
AF925DEE28BD35A2008E8677 /* NavigationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF925DED28BD35A2008E8677 /* NavigationHandler.swift */; };
|
|
AFA4931E29E5C988001A9663 /* MVMCoreActionUtility+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFA4931D29E5C988001A9663 /* MVMCoreActionUtility+Extension.swift */; };
|
|
AFBB96341FBA34310008D868 /* MVMCoreErrorConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBB96321FBA34310008D868 /* MVMCoreErrorConstants.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFBB96351FBA34310008D868 /* MVMCoreErrorConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = AFBB96331FBA34310008D868 /* MVMCoreErrorConstants.m */; };
|
|
AFBB96381FBA39E70008D868 /* MVMCoreLoadDelegateProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBB96371FBA39E70008D868 /* MVMCoreLoadDelegateProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFBB96531FBA3A570008D868 /* MVMCoreLoadHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBB96391FBA3A550008D868 /* MVMCoreLoadHandler.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFBB96601FBA3A570008D868 /* MVMCoreLoadObject.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBB96471FBA3A560008D868 /* MVMCoreLoadObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFBB96611FBA3A570008D868 /* MVMCoreLoadObject.m in Sources */ = {isa = PBXBuildFile; fileRef = AFBB96481FBA3A560008D868 /* MVMCoreLoadObject.m */; };
|
|
AFBB96621FBA3A570008D868 /* MVMCoreRequestParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBB96491FBA3A560008D868 /* MVMCoreRequestParameters.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFBB96631FBA3A570008D868 /* MVMCoreLoadRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBB964A1FBA3A560008D868 /* MVMCoreLoadRequestOperation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFBB96641FBA3A570008D868 /* MVMCoreLoadHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = AFBB964B1FBA3A560008D868 /* MVMCoreLoadHandler.m */; };
|
|
AFBB96691FBA3A570008D868 /* MVMCoreRequestParameters.m in Sources */ = {isa = PBXBuildFile; fileRef = AFBB96511FBA3A560008D868 /* MVMCoreRequestParameters.m */; };
|
|
AFBB966A1FBA3A570008D868 /* MVMCoreLoadRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = AFBB96521FBA3A570008D868 /* MVMCoreLoadRequestOperation.m */; };
|
|
AFBB96951FBA3A9A0008D868 /* MVMCorePresentationDelegateProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBB96771FBA3A9A0008D868 /* MVMCorePresentationDelegateProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFBB96B01FBA3B590008D868 /* MVMCoreDispatchUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBB96AC1FBA3B590008D868 /* MVMCoreDispatchUtility.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFBB96B11FBA3B590008D868 /* MVMCoreDispatchUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = AFBB96AD1FBA3B590008D868 /* MVMCoreDispatchUtility.m */; };
|
|
AFBB96B21FBA3B590008D868 /* MVMCoreGetterUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBB96AE1FBA3B590008D868 /* MVMCoreGetterUtility.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFBB96B31FBA3B590008D868 /* MVMCoreGetterUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = AFBB96AF1FBA3B590008D868 /* MVMCoreGetterUtility.m */; };
|
|
AFBB96B81FBA3CEC0008D868 /* MVMCoreActionDelegateProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBB96B51FBA3CEC0008D868 /* MVMCoreActionDelegateProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFBB96EC1FBA4A260008D868 /* MFHardCodedServerResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBB96E91FBA4A260008D868 /* MFHardCodedServerResponse.h */; };
|
|
AFBB96ED1FBA4A260008D868 /* MFHardCodedServerResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = AFBB96EA1FBA4A260008D868 /* MFHardCodedServerResponse.m */; };
|
|
AFEA17A8209B6A1C00BC6740 /* MVMCoreBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = AFEA17A6209B6A1C00BC6740 /* MVMCoreBlockOperation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFEA17A9209B6A1C00BC6740 /* MVMCoreBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = AFEA17A7209B6A1C00BC6740 /* MVMCoreBlockOperation.m */; };
|
|
AFED77A11FCCA29400BAE689 /* MVMCoreViewControllerNibMappingObject.h in Headers */ = {isa = PBXBuildFile; fileRef = AFED77991FCCA29300BAE689 /* MVMCoreViewControllerNibMappingObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFED77A21FCCA29400BAE689 /* MVMCoreViewControllerMappingObject.h in Headers */ = {isa = PBXBuildFile; fileRef = AFED779A1FCCA29300BAE689 /* MVMCoreViewControllerMappingObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFED77A31FCCA29400BAE689 /* MVMCoreViewControllerNibMappingObject.m in Sources */ = {isa = PBXBuildFile; fileRef = AFED779B1FCCA29300BAE689 /* MVMCoreViewControllerNibMappingObject.m */; };
|
|
AFED77A41FCCA29400BAE689 /* MVMCoreViewControllerMappingObject.m in Sources */ = {isa = PBXBuildFile; fileRef = AFED779C1FCCA29300BAE689 /* MVMCoreViewControllerMappingObject.m */; };
|
|
AFED77A51FCCA29400BAE689 /* MVMCoreViewControllerProgrammaticMappingObject.h in Headers */ = {isa = PBXBuildFile; fileRef = AFED779D1FCCA29400BAE689 /* MVMCoreViewControllerProgrammaticMappingObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFED77A61FCCA29400BAE689 /* MVMCoreViewControllerStoryBoardMappingObject.m in Sources */ = {isa = PBXBuildFile; fileRef = AFED779E1FCCA29400BAE689 /* MVMCoreViewControllerStoryBoardMappingObject.m */; };
|
|
AFED77A71FCCA29400BAE689 /* MVMCoreViewControllerProgrammaticMappingObject.m in Sources */ = {isa = PBXBuildFile; fileRef = AFED779F1FCCA29400BAE689 /* MVMCoreViewControllerProgrammaticMappingObject.m */; };
|
|
AFED77A81FCCA29400BAE689 /* MVMCoreViewControllerStoryBoardMappingObject.h in Headers */ = {isa = PBXBuildFile; fileRef = AFED77A01FCCA29400BAE689 /* MVMCoreViewControllerStoryBoardMappingObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFFCFA651FCCC0D700FD0730 /* MVMCoreLoadingOverlayDelegateProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AFFCFA611FCCC0D600FD0730 /* MVMCoreLoadingOverlayDelegateProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFFCFA661FCCC0D700FD0730 /* MVMCoreLoadingOverlayHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = AFFCFA621FCCC0D600FD0730 /* MVMCoreLoadingOverlayHandler.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
AFFCFA671FCCC0D700FD0730 /* MVMCoreLoadingOverlayHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = AFFCFA631FCCC0D600FD0730 /* MVMCoreLoadingOverlayHandler.m */; };
|
|
AFFCFA681FCCC0D700FD0730 /* MVMCoreLoadingViewControllerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AFFCFA641FCCC0D600FD0730 /* MVMCoreLoadingViewControllerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
BB780ADF250F8C890030BD2F /* ActionNoopModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB780ADE250F8C890030BD2F /* ActionNoopModel.swift */; };
|
|
D268D82B26700292008BD413 /* MVMCoreViewManagerViewControllerProtocolHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = D268D82926700292008BD413 /* MVMCoreViewManagerViewControllerProtocolHelper.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
D268D82C26700292008BD413 /* MVMCoreViewManagerViewControllerProtocolHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = D268D82A26700292008BD413 /* MVMCoreViewManagerViewControllerProtocolHelper.m */; };
|
|
D27073B725BB45C4001C7246 /* ActionActionsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D27073B625BB45C4001C7246 /* ActionActionsModel.swift */; };
|
|
D27073CD25BB4CEF001C7246 /* MVMCoreActionHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D27073CC25BB4CEF001C7246 /* MVMCoreActionHandler.swift */; };
|
|
D27073D125BB844B001C7246 /* ActionDelegateProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = D27073D025BB844B001C7246 /* ActionDelegateProtocol.swift */; };
|
|
D282AAB62240085300C46919 /* MVMCoreGetterUtility+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D282AAB52240085300C46919 /* MVMCoreGetterUtility+Extension.swift */; };
|
|
D282AAB82240342D00C46919 /* NSNumber+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D282AAB72240342D00C46919 /* NSNumber+Extension.swift */; };
|
|
D288D5F526C6EFE000A5C365 /* MVMCoreLoggingHandler+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D288D5F426C6EFE000A5C365 /* MVMCoreLoggingHandler+Extension.swift */; };
|
|
D2DEDCB723C63F3B00C44CC4 /* Clamping.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2DEDCB623C63F3B00C44CC4 /* Clamping.swift */; };
|
|
D2DEDCB923C6400600C44CC4 /* UnitInterval.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2DEDCB823C6400600C44CC4 /* UnitInterval.swift */; };
|
|
D2DEDCBB23C65BC300C44CC4 /* Percent.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2DEDCBA23C65BC300C44CC4 /* Percent.swift */; };
|
|
D2E1FAD92260C3E400AEFD8C /* DelegateObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E1FAD82260C3E400AEFD8C /* DelegateObject.swift */; };
|
|
EA09CD62282ACDDB00A7835F /* Decoder+UserInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA09CD61282ACDDB00A7835F /* Decoder+UserInfo.swift */; };
|
|
EA09CD99282BF83600A7835F /* DecodableDefault.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA09CD98282BF83600A7835F /* DecodableDefault.swift */; };
|
|
EA3B264C25FC0B7600008074 /* ModelHandlerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA3B264B25FC0B7600008074 /* ModelHandlerProtocol.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
016CF36825FA6DD400B82A1F /* ClientParameterHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientParameterHandler.swift; sourceTree = "<group>"; };
|
|
016FF6ED259A4E6300F5E4AA /* ClientParameterModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientParameterModelProtocol.swift; sourceTree = "<group>"; };
|
|
016FF6F1259A4FCC00F5E4AA /* ClientParameterModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientParameterModel.swift; sourceTree = "<group>"; };
|
|
016FF6FB259BA27E00F5E4AA /* ClientParameterProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientParameterProtocol.swift; sourceTree = "<group>"; };
|
|
01934FE625A4FFC2003DCD67 /* ClientParameterActionProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientParameterActionProtocol.swift; sourceTree = "<group>"; };
|
|
01C851CE23CF7B260021F976 /* JSONMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONMap.swift; sourceTree = "<group>"; };
|
|
01C851D023CF97FE0021F976 /* ActionBackModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionBackModel.swift; sourceTree = "<group>"; };
|
|
01DB1F2A26444F7F000F1AF4 /* ActionOpenPageProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionOpenPageProtocol.swift; sourceTree = "<group>"; };
|
|
01DF561321F90ADC00CC099B /* Dictionary+MFConvenience.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Dictionary+MFConvenience.swift"; sourceTree = "<group>"; };
|
|
01F2A03523A80A7300D954D8 /* ActionModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionModelProtocol.swift; sourceTree = "<group>"; };
|
|
01F2A03823A812DD00D954D8 /* ActionOpenUrlModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionOpenUrlModel.swift; sourceTree = "<group>"; };
|
|
01F2A04B23A82B1B00D954D8 /* ActionCallModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionCallModel.swift; sourceTree = "<group>"; };
|
|
01F2A05123A8325100D954D8 /* ModelMapping.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModelMapping.swift; sourceTree = "<group>"; };
|
|
0A11030B20864F94008ADD90 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
0A11030C20864F9A008ADD90 /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
|
0A42538E23F3414800554656 /* Codable+Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Codable+Helpers.swift"; sourceTree = "<group>"; };
|
|
0ACC81A12613C73800A9C886 /* ActionContactModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionContactModel.swift; sourceTree = "<group>"; };
|
|
0AEBB84525FA75C000EA80EE /* ActionOpenSMSModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionOpenSMSModel.swift; sourceTree = "<group>"; };
|
|
0AFF597923FC6E60005C24E8 /* ActionShareModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionShareModel.swift; sourceTree = "<group>"; };
|
|
1DAD0FFD26AAB3FF00216E83 /* ActionRunJavaScriptModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActionRunJavaScriptModel.swift; sourceTree = "<group>"; };
|
|
2723337A28BD534D004EAEE0 /* MVMCoreEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMCoreEvent.swift; sourceTree = "<group>"; };
|
|
2723337C28BD53C2004EAEE0 /* Date+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+Extension.swift"; sourceTree = "<group>"; };
|
|
581FABEE2A71D0E6003A8508 /* mvmcore_dev.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = mvmcore_dev.xcconfig; sourceTree = "<group>"; };
|
|
5836B8E22A4338DF002553D9 /* mvmcore.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = mvmcore.xcconfig; sourceTree = "<group>"; };
|
|
5846ABF32B44BB9000FA6C76 /* Collection+Safe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Collection+Safe.swift"; sourceTree = "<group>"; };
|
|
6042E8FB2B3094680031644B /* MVMCoreLoggingHandlerHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreLoggingHandlerHelper.h; sourceTree = "<group>"; };
|
|
605A9A292ABD712F00487E47 /* MVMCoreLoggingHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMCoreLoggingHandler.swift; sourceTree = "<group>"; };
|
|
6079EDCD2AD97AA5004B7A85 /* MVMCoreLoggingDelegateProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMCoreLoggingDelegateProtocol.swift; sourceTree = "<group>"; };
|
|
60CBD0532A02397A00056CB0 /* MVMCoreSessionTimeHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMCoreSessionTimeHandler.swift; sourceTree = "<group>"; };
|
|
881D268F1FCC9D180079C521 /* MVMCoreErrorObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreErrorObject.m; sourceTree = "<group>"; };
|
|
881D26901FCC9D180079C521 /* MVMCoreOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreOperation.m; sourceTree = "<group>"; };
|
|
881D26911FCC9D180079C521 /* MVMCoreErrorObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreErrorObject.h; sourceTree = "<group>"; };
|
|
881D26921FCC9D180079C521 /* MVMCoreOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreOperation.h; sourceTree = "<group>"; };
|
|
8876D5C91FB50A9E00EB2E3D /* MVMCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MVMCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
8876D5CC1FB50A9E00EB2E3D /* MVMCore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCore.h; sourceTree = "<group>"; };
|
|
8876D5CD1FB50A9E00EB2E3D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
8876D5DA1FB50AB000EB2E3D /* NSArray+MFConvenience.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+MFConvenience.h"; sourceTree = "<group>"; };
|
|
8876D5DB1FB50AB000EB2E3D /* NSArray+MFConvenience.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+MFConvenience.m"; sourceTree = "<group>"; };
|
|
8876D5DC1FB50AB000EB2E3D /* NSDecimalNumber+MFConvenience.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDecimalNumber+MFConvenience.h"; sourceTree = "<group>"; };
|
|
8876D5DD1FB50AB000EB2E3D /* NSDecimalNumber+MFConvenience.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDecimalNumber+MFConvenience.m"; sourceTree = "<group>"; };
|
|
8876D5DE1FB50AB000EB2E3D /* NSDictionary+MFConvenience.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDictionary+MFConvenience.h"; sourceTree = "<group>"; };
|
|
8876D5DF1FB50AB000EB2E3D /* NSDictionary+MFConvenience.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary+MFConvenience.m"; sourceTree = "<group>"; };
|
|
8876D5E41FB50AB000EB2E3D /* UIFont+MFSpacing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIFont+MFSpacing.h"; sourceTree = "<group>"; };
|
|
8876D5E51FB50AB000EB2E3D /* UIFont+MFSpacing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIFont+MFSpacing.m"; sourceTree = "<group>"; };
|
|
8876D5E61FB50AB000EB2E3D /* UILabel+MFCustom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UILabel+MFCustom.h"; sourceTree = "<group>"; };
|
|
8876D5E71FB50AB000EB2E3D /* UILabel+MFCustom.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UILabel+MFCustom.m"; sourceTree = "<group>"; };
|
|
946EE1A2237B59C30036751F /* ModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModelProtocol.swift; sourceTree = "<group>"; };
|
|
946EE1A6237B5B1C0036751F /* ModelRegistry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModelRegistry.swift; sourceTree = "<group>"; };
|
|
946EE1AA237B5C940036751F /* Decoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Decoder.swift; sourceTree = "<group>"; };
|
|
946EE1AF237B5EF70036751F /* JSONHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONHelper.swift; sourceTree = "<group>"; };
|
|
946EE1B1237B5F260036751F /* JSONValue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONValue.swift; sourceTree = "<group>"; };
|
|
946EE1B3237B619D0036751F /* Encoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Encoder.swift; sourceTree = "<group>"; };
|
|
946EE1BB237B691A0036751F /* ActionOpenPageModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionOpenPageModel.swift; sourceTree = "<group>"; };
|
|
94C014D024211869005811A9 /* ActionRestartModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionRestartModel.swift; sourceTree = "<group>"; };
|
|
94C014D2242119E6005811A9 /* ActionPreviousSubmitModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionPreviousSubmitModel.swift; sourceTree = "<group>"; };
|
|
94C014D424211AF0005811A9 /* ActionCancelModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionCancelModel.swift; sourceTree = "<group>"; };
|
|
94C014D824212360005811A9 /* ActionSettingModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionSettingModel.swift; sourceTree = "<group>"; };
|
|
A332F33E20C7231600DCD9D9 /* MVMCoreViewControllerAnimatedTransitioning.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreViewControllerAnimatedTransitioning.h; sourceTree = "<group>"; };
|
|
AF1201812108C9B400E2F592 /* MVMCoreViewManagerViewControllerProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreViewManagerViewControllerProtocol.h; sourceTree = "<group>"; };
|
|
AF130B8D2788DF6E00C6C03C /* OpenURLOptionsModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenURLOptionsModel.swift; sourceTree = "<group>"; };
|
|
AF26DDAF1FCE6A37004E8F65 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
AF3A3F3E2ACC716A005094B2 /* MVMCoreObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMCoreObject.swift; sourceTree = "<group>"; };
|
|
AF43A5751FBA5B7C008E9347 /* MVMCoreJSONConstants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreJSONConstants.h; sourceTree = "<group>"; };
|
|
AF43A5761FBA5B7C008E9347 /* MVMCoreJSONConstants.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MVMCoreJSONConstants.m; sourceTree = "<group>"; };
|
|
AF43A5791FBA5E6A008E9347 /* MVMCoreHardcodedStringsConstants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreHardcodedStringsConstants.h; sourceTree = "<group>"; };
|
|
AF43A57A1FBA5E6A008E9347 /* MVMCoreHardcodedStringsConstants.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MVMCoreHardcodedStringsConstants.m; sourceTree = "<group>"; };
|
|
AF43A5811FBB66DE008E9347 /* MVMCoreConstants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreConstants.h; sourceTree = "<group>"; };
|
|
AF43A5821FBB66DE008E9347 /* MVMCoreConstants.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MVMCoreConstants.m; sourceTree = "<group>"; };
|
|
AF43A5851FBB67D6008E9347 /* MVMCoreActionUtility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreActionUtility.h; sourceTree = "<group>"; };
|
|
AF43A5861FBB67D6008E9347 /* MVMCoreActionUtility.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MVMCoreActionUtility.m; sourceTree = "<group>"; };
|
|
AF43A5BF1FBB76C3008E9347 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
AF43A5C01FBB76D5008E9347 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
AF43A6F31FBCE21D008E9347 /* libsqlite3.0.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.0.tbd; path = usr/lib/libsqlite3.0.tbd; sourceTree = SDKROOT; };
|
|
AF43A6FA1FBE2F2A008E9347 /* Reachability.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
|
|
AF43A6FB1FBE2F2A008E9347 /* Reachability.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; };
|
|
AF43A6FE1FBE2FEE008E9347 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
|
|
AF43A7001FC4B227008E9347 /* MVMCoreGlobalLoadProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreGlobalLoadProtocol.h; sourceTree = "<group>"; };
|
|
AF43A7081FC4F415008E9347 /* MVMCoreCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreCache.m; sourceTree = "<group>"; };
|
|
AF43A7091FC4F415008E9347 /* MVMCoreCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreCache.h; sourceTree = "<group>"; };
|
|
AF43A71A1FC5BEBB008E9347 /* MVMCoreViewControllerProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreViewControllerProtocol.h; sourceTree = "<group>"; };
|
|
AF43A71F1FC5D2BA008E9347 /* MVMCoreViewManagerProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreViewManagerProtocol.h; sourceTree = "<group>"; };
|
|
AF43A7401FC5FA6F008E9347 /* MVMCoreViewProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreViewProtocol.h; sourceTree = "<group>"; };
|
|
AF43A74A1FC6109F008E9347 /* MVMCoreSessionObject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreSessionObject.h; sourceTree = "<group>"; };
|
|
AF43A74B1FC6109F008E9347 /* MVMCoreSessionObject.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MVMCoreSessionObject.m; sourceTree = "<group>"; };
|
|
AF4955E12BAB1EB200567276 /* MVMCoreCache+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MVMCoreCache+Extension.swift"; sourceTree = "<group>"; };
|
|
AF60A7F1289212CA00919EEB /* MVMError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMError.swift; sourceTree = "<group>"; };
|
|
AF60A7F3289212EB00919EEB /* MVMCoreError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMCoreError.swift; sourceTree = "<group>"; };
|
|
AF686FD92A8A876A008F666A /* NavigationOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigationOperation.swift; sourceTree = "<group>"; };
|
|
AF686FDD2A8D29CD008F666A /* MVMCoreLoadRequestOperation+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MVMCoreLoadRequestOperation+Extension.swift"; sourceTree = "<group>"; };
|
|
AF6870282A9CD0E9008F666A /* MVMCoreLoadHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMCoreLoadHandler.swift; sourceTree = "<group>"; };
|
|
AF69D4E8286E54D500BC6862 /* ActionCallHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionCallHandler.swift; sourceTree = "<group>"; };
|
|
AF69D4EA286E586200BC6862 /* ActionRestartHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionRestartHandler.swift; sourceTree = "<group>"; };
|
|
AF69D4EC286E5D8C00BC6862 /* ActionCancelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionCancelHandler.swift; sourceTree = "<group>"; };
|
|
AF69D4EE286E612800BC6862 /* ActionOpenSMSHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionOpenSMSHandler.swift; sourceTree = "<group>"; };
|
|
AF69D4F0286E9D8000BC6862 /* ActionNoopHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionNoopHandler.swift; sourceTree = "<group>"; };
|
|
AF69D4F2286E9DCE00BC6862 /* ActionActionsHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionActionsHandler.swift; sourceTree = "<group>"; };
|
|
AF69D4F4286E9F5900BC6862 /* ActionSettingHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionSettingHandler.swift; sourceTree = "<group>"; };
|
|
AF69D4F6286EA0B800BC6862 /* ActionPreviousSubmitHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionPreviousSubmitHandler.swift; sourceTree = "<group>"; };
|
|
AF706999287DD02400077CF6 /* ActionContactHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionContactHandler.swift; sourceTree = "<group>"; };
|
|
AF70699D2880D01400077CF6 /* ActionShareHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionShareHandler.swift; sourceTree = "<group>"; };
|
|
AF70699F2880F0EB00077CF6 /* ActionOpenPageHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionOpenPageHandler.swift; sourceTree = "<group>"; };
|
|
AF787412286DEF8B00670588 /* ActionBackHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionBackHandler.swift; sourceTree = "<group>"; };
|
|
AF8D13382774EA1D008AF4A9 /* ActionOpenUrlHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionOpenUrlHandler.swift; sourceTree = "<group>"; };
|
|
AF925DED28BD35A2008E8677 /* NavigationHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigationHandler.swift; sourceTree = "<group>"; };
|
|
AFA4931D29E5C988001A9663 /* MVMCoreActionUtility+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MVMCoreActionUtility+Extension.swift"; sourceTree = "<group>"; };
|
|
AFBB96321FBA34310008D868 /* MVMCoreErrorConstants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreErrorConstants.h; sourceTree = "<group>"; };
|
|
AFBB96331FBA34310008D868 /* MVMCoreErrorConstants.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MVMCoreErrorConstants.m; sourceTree = "<group>"; };
|
|
AFBB96371FBA39E70008D868 /* MVMCoreLoadDelegateProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreLoadDelegateProtocol.h; sourceTree = "<group>"; };
|
|
AFBB96391FBA3A550008D868 /* MVMCoreLoadHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreLoadHandler.h; sourceTree = "<group>"; };
|
|
AFBB96471FBA3A560008D868 /* MVMCoreLoadObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreLoadObject.h; sourceTree = "<group>"; };
|
|
AFBB96481FBA3A560008D868 /* MVMCoreLoadObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreLoadObject.m; sourceTree = "<group>"; };
|
|
AFBB96491FBA3A560008D868 /* MVMCoreRequestParameters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreRequestParameters.h; sourceTree = "<group>"; };
|
|
AFBB964A1FBA3A560008D868 /* MVMCoreLoadRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreLoadRequestOperation.h; sourceTree = "<group>"; };
|
|
AFBB964B1FBA3A560008D868 /* MVMCoreLoadHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreLoadHandler.m; sourceTree = "<group>"; };
|
|
AFBB96511FBA3A560008D868 /* MVMCoreRequestParameters.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreRequestParameters.m; sourceTree = "<group>"; };
|
|
AFBB96521FBA3A570008D868 /* MVMCoreLoadRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreLoadRequestOperation.m; sourceTree = "<group>"; };
|
|
AFBB96771FBA3A9A0008D868 /* MVMCorePresentationDelegateProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCorePresentationDelegateProtocol.h; sourceTree = "<group>"; };
|
|
AFBB96AC1FBA3B590008D868 /* MVMCoreDispatchUtility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreDispatchUtility.h; sourceTree = "<group>"; };
|
|
AFBB96AD1FBA3B590008D868 /* MVMCoreDispatchUtility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreDispatchUtility.m; sourceTree = "<group>"; };
|
|
AFBB96AE1FBA3B590008D868 /* MVMCoreGetterUtility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreGetterUtility.h; sourceTree = "<group>"; };
|
|
AFBB96AF1FBA3B590008D868 /* MVMCoreGetterUtility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreGetterUtility.m; sourceTree = "<group>"; };
|
|
AFBB96B51FBA3CEC0008D868 /* MVMCoreActionDelegateProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreActionDelegateProtocol.h; sourceTree = "<group>"; };
|
|
AFBB96D21FBA44420008D868 /* VZWAuthentication.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VZWAuthentication.framework; path = ../../SharedFrameworks/VZWAuthentication.framework; sourceTree = "<group>"; };
|
|
AFBB96E91FBA4A260008D868 /* MFHardCodedServerResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MFHardCodedServerResponse.h; sourceTree = "<group>"; };
|
|
AFBB96EA1FBA4A260008D868 /* MFHardCodedServerResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MFHardCodedServerResponse.m; sourceTree = "<group>"; };
|
|
AFEA17A6209B6A1C00BC6740 /* MVMCoreBlockOperation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreBlockOperation.h; sourceTree = "<group>"; };
|
|
AFEA17A7209B6A1C00BC6740 /* MVMCoreBlockOperation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MVMCoreBlockOperation.m; sourceTree = "<group>"; };
|
|
AFED77991FCCA29300BAE689 /* MVMCoreViewControllerNibMappingObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreViewControllerNibMappingObject.h; sourceTree = "<group>"; };
|
|
AFED779A1FCCA29300BAE689 /* MVMCoreViewControllerMappingObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreViewControllerMappingObject.h; sourceTree = "<group>"; };
|
|
AFED779B1FCCA29300BAE689 /* MVMCoreViewControllerNibMappingObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreViewControllerNibMappingObject.m; sourceTree = "<group>"; };
|
|
AFED779C1FCCA29300BAE689 /* MVMCoreViewControllerMappingObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreViewControllerMappingObject.m; sourceTree = "<group>"; };
|
|
AFED779D1FCCA29400BAE689 /* MVMCoreViewControllerProgrammaticMappingObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreViewControllerProgrammaticMappingObject.h; sourceTree = "<group>"; };
|
|
AFED779E1FCCA29400BAE689 /* MVMCoreViewControllerStoryBoardMappingObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreViewControllerStoryBoardMappingObject.m; sourceTree = "<group>"; };
|
|
AFED779F1FCCA29400BAE689 /* MVMCoreViewControllerProgrammaticMappingObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreViewControllerProgrammaticMappingObject.m; sourceTree = "<group>"; };
|
|
AFED77A01FCCA29400BAE689 /* MVMCoreViewControllerStoryBoardMappingObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreViewControllerStoryBoardMappingObject.h; sourceTree = "<group>"; };
|
|
AFFCFA611FCCC0D600FD0730 /* MVMCoreLoadingOverlayDelegateProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreLoadingOverlayDelegateProtocol.h; sourceTree = "<group>"; };
|
|
AFFCFA621FCCC0D600FD0730 /* MVMCoreLoadingOverlayHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreLoadingOverlayHandler.h; sourceTree = "<group>"; };
|
|
AFFCFA631FCCC0D600FD0730 /* MVMCoreLoadingOverlayHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MVMCoreLoadingOverlayHandler.m; sourceTree = "<group>"; };
|
|
AFFCFA641FCCC0D600FD0730 /* MVMCoreLoadingViewControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MVMCoreLoadingViewControllerProtocol.h; sourceTree = "<group>"; };
|
|
BB780ADE250F8C890030BD2F /* ActionNoopModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionNoopModel.swift; sourceTree = "<group>"; };
|
|
D268D82926700292008BD413 /* MVMCoreViewManagerViewControllerProtocolHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MVMCoreViewManagerViewControllerProtocolHelper.h; sourceTree = "<group>"; };
|
|
D268D82A26700292008BD413 /* MVMCoreViewManagerViewControllerProtocolHelper.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MVMCoreViewManagerViewControllerProtocolHelper.m; sourceTree = "<group>"; };
|
|
D27073B625BB45C4001C7246 /* ActionActionsModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionActionsModel.swift; sourceTree = "<group>"; };
|
|
D27073CC25BB4CEF001C7246 /* MVMCoreActionHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMCoreActionHandler.swift; sourceTree = "<group>"; };
|
|
D27073D025BB844B001C7246 /* ActionDelegateProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionDelegateProtocol.swift; sourceTree = "<group>"; };
|
|
D282AAB52240085300C46919 /* MVMCoreGetterUtility+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MVMCoreGetterUtility+Extension.swift"; sourceTree = "<group>"; };
|
|
D282AAB72240342D00C46919 /* NSNumber+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSNumber+Extension.swift"; sourceTree = "<group>"; };
|
|
D288D5F426C6EFE000A5C365 /* MVMCoreLoggingHandler+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "MVMCoreLoggingHandler+Extension.swift"; sourceTree = "<group>"; };
|
|
D2DEDCB623C63F3B00C44CC4 /* Clamping.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Clamping.swift; sourceTree = "<group>"; };
|
|
D2DEDCB823C6400600C44CC4 /* UnitInterval.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnitInterval.swift; sourceTree = "<group>"; };
|
|
D2DEDCBA23C65BC300C44CC4 /* Percent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Percent.swift; sourceTree = "<group>"; };
|
|
D2E1FAD82260C3E400AEFD8C /* DelegateObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DelegateObject.swift; sourceTree = "<group>"; };
|
|
EA09CD61282ACDDB00A7835F /* Decoder+UserInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Decoder+UserInfo.swift"; sourceTree = "<group>"; };
|
|
EA09CD98282BF83600A7835F /* DecodableDefault.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DecodableDefault.swift; sourceTree = "<group>"; };
|
|
EA3B264B25FC0B7600008074 /* ModelHandlerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModelHandlerProtocol.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
8876D5C51FB50A9E00EB2E3D /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
AF43A6F41FBCE21D008E9347 /* libsqlite3.0.tbd in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
016FF6EC259A4E3E00F5E4AA /* Client Parameters */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
016FF6FB259BA27E00F5E4AA /* ClientParameterProtocol.swift */,
|
|
016FF6ED259A4E6300F5E4AA /* ClientParameterModelProtocol.swift */,
|
|
016FF6F1259A4FCC00F5E4AA /* ClientParameterModel.swift */,
|
|
016CF36825FA6DD400B82A1F /* ClientParameterHandler.swift */,
|
|
01934FE625A4FFC2003DCD67 /* ClientParameterActionProtocol.swift */,
|
|
);
|
|
path = "Client Parameters";
|
|
sourceTree = "<group>";
|
|
};
|
|
8876D5BF1FB50A9E00EB2E3D = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8876D5CB1FB50A9E00EB2E3D /* MVMCore */,
|
|
8876D5CA1FB50A9E00EB2E3D /* Products */,
|
|
AFBB96D11FBA44410008D868 /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
8876D5CA1FB50A9E00EB2E3D /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8876D5C91FB50A9E00EB2E3D /* MVMCore.framework */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
8876D5CB1FB50A9E00EB2E3D /* MVMCore */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
946EE19B237B4DB80036751F /* Models */,
|
|
AFBB96311FBA341E0008D868 /* Constants */,
|
|
8876D5D41FB50AAB00EB2E3D /* Utility */,
|
|
AF43A7191FC5BE9E008E9347 /* MainProtocols */,
|
|
AFBB96B41FBA3CEC0008D868 /* ActionHandling */,
|
|
AFBB966B1FBA3A9A0008D868 /* PresentationHandling */,
|
|
AFBB96361FBA39E70008D868 /* LoadHandling */,
|
|
AFBB96131FBA26650008D868 /* ViewControllerMapping */,
|
|
8876D5D91FB50AB000EB2E3D /* Categories */,
|
|
AFBB96DE1FBA48CE0008D868 /* Singletons */,
|
|
AF43A70C1FC4F42B008E9347 /* Session */,
|
|
AFBB96D41FBA48240008D868 /* OtherHandlers */,
|
|
AF26DDAB1FCE5CF2004E8F65 /* Strings */,
|
|
8876D5CC1FB50A9E00EB2E3D /* MVMCore.h */,
|
|
8876D5CD1FB50A9E00EB2E3D /* Info.plist */,
|
|
5836B8E22A4338DF002553D9 /* mvmcore.xcconfig */,
|
|
581FABEE2A71D0E6003A8508 /* mvmcore_dev.xcconfig */,
|
|
);
|
|
path = MVMCore;
|
|
sourceTree = "<group>";
|
|
};
|
|
8876D5D41FB50AAB00EB2E3D /* Utility */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AF60A7F1289212CA00919EEB /* MVMError.swift */,
|
|
AF60A7F3289212EB00919EEB /* MVMCoreError.swift */,
|
|
881D26911FCC9D180079C521 /* MVMCoreErrorObject.h */,
|
|
881D268F1FCC9D180079C521 /* MVMCoreErrorObject.m */,
|
|
881D26921FCC9D180079C521 /* MVMCoreOperation.h */,
|
|
881D26901FCC9D180079C521 /* MVMCoreOperation.m */,
|
|
AFEA17A6209B6A1C00BC6740 /* MVMCoreBlockOperation.h */,
|
|
AFEA17A7209B6A1C00BC6740 /* MVMCoreBlockOperation.m */,
|
|
D2DEDCB523C63F1800C44CC4 /* PropertyWrappers */,
|
|
AFBB96E71FBA4A260008D868 /* HardCodedServerResponse */,
|
|
AFBB96AB1FBA3B590008D868 /* Helpers */,
|
|
);
|
|
path = Utility;
|
|
sourceTree = "<group>";
|
|
};
|
|
8876D5D91FB50AB000EB2E3D /* Categories */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5846ABF32B44BB9000FA6C76 /* Collection+Safe.swift */,
|
|
01DF561321F90ADC00CC099B /* Dictionary+MFConvenience.swift */,
|
|
D282AAB72240342D00C46919 /* NSNumber+Extension.swift */,
|
|
8876D5DA1FB50AB000EB2E3D /* NSArray+MFConvenience.h */,
|
|
8876D5DB1FB50AB000EB2E3D /* NSArray+MFConvenience.m */,
|
|
8876D5DC1FB50AB000EB2E3D /* NSDecimalNumber+MFConvenience.h */,
|
|
8876D5DD1FB50AB000EB2E3D /* NSDecimalNumber+MFConvenience.m */,
|
|
8876D5DE1FB50AB000EB2E3D /* NSDictionary+MFConvenience.h */,
|
|
8876D5DF1FB50AB000EB2E3D /* NSDictionary+MFConvenience.m */,
|
|
8876D5E41FB50AB000EB2E3D /* UIFont+MFSpacing.h */,
|
|
8876D5E51FB50AB000EB2E3D /* UIFont+MFSpacing.m */,
|
|
8876D5E61FB50AB000EB2E3D /* UILabel+MFCustom.h */,
|
|
8876D5E71FB50AB000EB2E3D /* UILabel+MFCustom.m */,
|
|
2723337C28BD53C2004EAEE0 /* Date+Extension.swift */,
|
|
);
|
|
path = Categories;
|
|
sourceTree = "<group>";
|
|
};
|
|
946EE19B237B4DB80036751F /* Models */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
01F2A05123A8325100D954D8 /* ModelMapping.swift */,
|
|
946EE1B6237B66630036751F /* ActionType */,
|
|
946EE1A9237B5C720036751F /* Extensions */,
|
|
946EE1A8237B5C650036751F /* Model */,
|
|
946EE1AC237B5CB10036751F /* JSON */,
|
|
);
|
|
path = Models;
|
|
sourceTree = "<group>";
|
|
};
|
|
946EE1A8237B5C650036751F /* Model */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
EA3B264B25FC0B7600008074 /* ModelHandlerProtocol.swift */,
|
|
946EE1A2237B59C30036751F /* ModelProtocol.swift */,
|
|
946EE1A6237B5B1C0036751F /* ModelRegistry.swift */,
|
|
);
|
|
path = Model;
|
|
sourceTree = "<group>";
|
|
};
|
|
946EE1A9237B5C720036751F /* Extensions */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
946EE1AA237B5C940036751F /* Decoder.swift */,
|
|
EA09CD61282ACDDB00A7835F /* Decoder+UserInfo.swift */,
|
|
946EE1B3237B619D0036751F /* Encoder.swift */,
|
|
0A42538E23F3414800554656 /* Codable+Helpers.swift */,
|
|
);
|
|
path = Extensions;
|
|
sourceTree = "<group>";
|
|
};
|
|
946EE1AC237B5CB10036751F /* JSON */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
946EE1AF237B5EF70036751F /* JSONHelper.swift */,
|
|
946EE1B1237B5F260036751F /* JSONValue.swift */,
|
|
01C851CE23CF7B260021F976 /* JSONMap.swift */,
|
|
);
|
|
path = JSON;
|
|
sourceTree = "<group>";
|
|
};
|
|
946EE1B6237B66630036751F /* ActionType */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1DAD0FFD26AAB3FF00216E83 /* ActionRunJavaScriptModel.swift */,
|
|
016FF6EC259A4E3E00F5E4AA /* Client Parameters */,
|
|
01F2A03523A80A7300D954D8 /* ActionModelProtocol.swift */,
|
|
01DB1F2A26444F7F000F1AF4 /* ActionOpenPageProtocol.swift */,
|
|
);
|
|
path = ActionType;
|
|
sourceTree = "<group>";
|
|
};
|
|
AF26DDAB1FCE5CF2004E8F65 /* Strings */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AF26DDB01FCE6A37004E8F65 /* Localizable.strings */,
|
|
);
|
|
path = Strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
AF43A6FC1FBE2F2A008E9347 /* Reachability */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AF43A6FA1FBE2F2A008E9347 /* Reachability.h */,
|
|
AF43A6FB1FBE2F2A008E9347 /* Reachability.m */,
|
|
);
|
|
name = Reachability;
|
|
path = MVMCore/EmbeddedLibraries/Reachability;
|
|
sourceTree = "<group>";
|
|
};
|
|
AF43A70C1FC4F42B008E9347 /* Session */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
60CBD0532A02397A00056CB0 /* MVMCoreSessionTimeHandler.swift */,
|
|
AF43A74A1FC6109F008E9347 /* MVMCoreSessionObject.h */,
|
|
AF43A74B1FC6109F008E9347 /* MVMCoreSessionObject.m */,
|
|
);
|
|
path = Session;
|
|
sourceTree = "<group>";
|
|
};
|
|
AF43A7191FC5BE9E008E9347 /* MainProtocols */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D2E1FAD82260C3E400AEFD8C /* DelegateObject.swift */,
|
|
AF43A71A1FC5BEBB008E9347 /* MVMCoreViewControllerProtocol.h */,
|
|
AF43A71F1FC5D2BA008E9347 /* MVMCoreViewManagerProtocol.h */,
|
|
AF1201812108C9B400E2F592 /* MVMCoreViewManagerViewControllerProtocol.h */,
|
|
D268D82926700292008BD413 /* MVMCoreViewManagerViewControllerProtocolHelper.h */,
|
|
D268D82A26700292008BD413 /* MVMCoreViewManagerViewControllerProtocolHelper.m */,
|
|
AF43A7401FC5FA6F008E9347 /* MVMCoreViewProtocol.h */,
|
|
6079EDCD2AD97AA5004B7A85 /* MVMCoreLoggingDelegateProtocol.swift */,
|
|
AF43A7001FC4B227008E9347 /* MVMCoreGlobalLoadProtocol.h */,
|
|
);
|
|
path = MainProtocols;
|
|
sourceTree = "<group>";
|
|
};
|
|
AFBB96131FBA26650008D868 /* ViewControllerMapping */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AFED779A1FCCA29300BAE689 /* MVMCoreViewControllerMappingObject.h */,
|
|
AFED779C1FCCA29300BAE689 /* MVMCoreViewControllerMappingObject.m */,
|
|
AFED77991FCCA29300BAE689 /* MVMCoreViewControllerNibMappingObject.h */,
|
|
AFED779B1FCCA29300BAE689 /* MVMCoreViewControllerNibMappingObject.m */,
|
|
AFED779D1FCCA29400BAE689 /* MVMCoreViewControllerProgrammaticMappingObject.h */,
|
|
AFED779F1FCCA29400BAE689 /* MVMCoreViewControllerProgrammaticMappingObject.m */,
|
|
AFED77A01FCCA29400BAE689 /* MVMCoreViewControllerStoryBoardMappingObject.h */,
|
|
AFED779E1FCCA29400BAE689 /* MVMCoreViewControllerStoryBoardMappingObject.m */,
|
|
);
|
|
path = ViewControllerMapping;
|
|
sourceTree = "<group>";
|
|
};
|
|
AFBB96311FBA341E0008D868 /* Constants */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AFBB96321FBA34310008D868 /* MVMCoreErrorConstants.h */,
|
|
AFBB96331FBA34310008D868 /* MVMCoreErrorConstants.m */,
|
|
AF43A5751FBA5B7C008E9347 /* MVMCoreJSONConstants.h */,
|
|
AF43A5761FBA5B7C008E9347 /* MVMCoreJSONConstants.m */,
|
|
AF43A5791FBA5E6A008E9347 /* MVMCoreHardcodedStringsConstants.h */,
|
|
AF43A57A1FBA5E6A008E9347 /* MVMCoreHardcodedStringsConstants.m */,
|
|
AF43A5811FBB66DE008E9347 /* MVMCoreConstants.h */,
|
|
AF43A5821FBB66DE008E9347 /* MVMCoreConstants.m */,
|
|
);
|
|
path = Constants;
|
|
sourceTree = "<group>";
|
|
};
|
|
AFBB96361FBA39E70008D868 /* LoadHandling */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AFFCFA601FCCC0D600FD0730 /* LoadingOverlay */,
|
|
AFBB96371FBA39E70008D868 /* MVMCoreLoadDelegateProtocol.h */,
|
|
AFBB96391FBA3A550008D868 /* MVMCoreLoadHandler.h */,
|
|
AFBB964B1FBA3A560008D868 /* MVMCoreLoadHandler.m */,
|
|
AF6870282A9CD0E9008F666A /* MVMCoreLoadHandler.swift */,
|
|
AFBB964A1FBA3A560008D868 /* MVMCoreLoadRequestOperation.h */,
|
|
AFBB96521FBA3A570008D868 /* MVMCoreLoadRequestOperation.m */,
|
|
AF686FDD2A8D29CD008F666A /* MVMCoreLoadRequestOperation+Extension.swift */,
|
|
AFBB96471FBA3A560008D868 /* MVMCoreLoadObject.h */,
|
|
AFBB96481FBA3A560008D868 /* MVMCoreLoadObject.m */,
|
|
AFBB96491FBA3A560008D868 /* MVMCoreRequestParameters.h */,
|
|
AFBB96511FBA3A560008D868 /* MVMCoreRequestParameters.m */,
|
|
);
|
|
path = LoadHandling;
|
|
sourceTree = "<group>";
|
|
};
|
|
AFBB966B1FBA3A9A0008D868 /* PresentationHandling */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AF925DED28BD35A2008E8677 /* NavigationHandler.swift */,
|
|
AF686FD92A8A876A008F666A /* NavigationOperation.swift */,
|
|
AFBB96771FBA3A9A0008D868 /* MVMCorePresentationDelegateProtocol.h */,
|
|
A332F33E20C7231600DCD9D9 /* MVMCoreViewControllerAnimatedTransitioning.h */,
|
|
);
|
|
path = PresentationHandling;
|
|
sourceTree = "<group>";
|
|
};
|
|
AFBB96AB1FBA3B590008D868 /* Helpers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AFBB96AC1FBA3B590008D868 /* MVMCoreDispatchUtility.h */,
|
|
AFBB96AD1FBA3B590008D868 /* MVMCoreDispatchUtility.m */,
|
|
AFBB96AE1FBA3B590008D868 /* MVMCoreGetterUtility.h */,
|
|
AFBB96AF1FBA3B590008D868 /* MVMCoreGetterUtility.m */,
|
|
D282AAB52240085300C46919 /* MVMCoreGetterUtility+Extension.swift */,
|
|
AF43A5851FBB67D6008E9347 /* MVMCoreActionUtility.h */,
|
|
AF43A5861FBB67D6008E9347 /* MVMCoreActionUtility.m */,
|
|
AFA4931D29E5C988001A9663 /* MVMCoreActionUtility+Extension.swift */,
|
|
);
|
|
path = Helpers;
|
|
sourceTree = "<group>";
|
|
};
|
|
AFBB96B41FBA3CEC0008D868 /* ActionHandling */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AFBB96B51FBA3CEC0008D868 /* MVMCoreActionDelegateProtocol.h */,
|
|
D27073D025BB844B001C7246 /* ActionDelegateProtocol.swift */,
|
|
D27073CC25BB4CEF001C7246 /* MVMCoreActionHandler.swift */,
|
|
946EE1BB237B691A0036751F /* ActionOpenPageModel.swift */,
|
|
AF70699F2880F0EB00077CF6 /* ActionOpenPageHandler.swift */,
|
|
AF130B8D2788DF6E00C6C03C /* OpenURLOptionsModel.swift */,
|
|
01F2A03823A812DD00D954D8 /* ActionOpenUrlModel.swift */,
|
|
AF8D13382774EA1D008AF4A9 /* ActionOpenUrlHandler.swift */,
|
|
01C851D023CF97FE0021F976 /* ActionBackModel.swift */,
|
|
AF787412286DEF8B00670588 /* ActionBackHandler.swift */,
|
|
01F2A04B23A82B1B00D954D8 /* ActionCallModel.swift */,
|
|
AF69D4E8286E54D500BC6862 /* ActionCallHandler.swift */,
|
|
94C014D024211869005811A9 /* ActionRestartModel.swift */,
|
|
AF69D4EA286E586200BC6862 /* ActionRestartHandler.swift */,
|
|
94C014D424211AF0005811A9 /* ActionCancelModel.swift */,
|
|
AF69D4EC286E5D8C00BC6862 /* ActionCancelHandler.swift */,
|
|
0AEBB84525FA75C000EA80EE /* ActionOpenSMSModel.swift */,
|
|
AF69D4EE286E612800BC6862 /* ActionOpenSMSHandler.swift */,
|
|
BB780ADE250F8C890030BD2F /* ActionNoopModel.swift */,
|
|
AF69D4F0286E9D8000BC6862 /* ActionNoopHandler.swift */,
|
|
D27073B625BB45C4001C7246 /* ActionActionsModel.swift */,
|
|
AF69D4F2286E9DCE00BC6862 /* ActionActionsHandler.swift */,
|
|
94C014D824212360005811A9 /* ActionSettingModel.swift */,
|
|
AF69D4F4286E9F5900BC6862 /* ActionSettingHandler.swift */,
|
|
94C014D2242119E6005811A9 /* ActionPreviousSubmitModel.swift */,
|
|
AF69D4F6286EA0B800BC6862 /* ActionPreviousSubmitHandler.swift */,
|
|
0ACC81A12613C73800A9C886 /* ActionContactModel.swift */,
|
|
AF706999287DD02400077CF6 /* ActionContactHandler.swift */,
|
|
0AFF597923FC6E60005C24E8 /* ActionShareModel.swift */,
|
|
AF70699D2880D01400077CF6 /* ActionShareHandler.swift */,
|
|
);
|
|
path = ActionHandling;
|
|
sourceTree = "<group>";
|
|
};
|
|
AFBB96D11FBA44410008D868 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AF43A6FE1FBE2FEE008E9347 /* SystemConfiguration.framework */,
|
|
AF43A6F31FBCE21D008E9347 /* libsqlite3.0.tbd */,
|
|
AF43A6FC1FBE2F2A008E9347 /* Reachability */,
|
|
AF43A5C01FBB76D5008E9347 /* CoreGraphics.framework */,
|
|
AF43A5BF1FBB76C3008E9347 /* UIKit.framework */,
|
|
AFBB96D21FBA44420008D868 /* VZWAuthentication.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
AFBB96D41FBA48240008D868 /* OtherHandlers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AF43A7091FC4F415008E9347 /* MVMCoreCache.h */,
|
|
AF43A7081FC4F415008E9347 /* MVMCoreCache.m */,
|
|
AF4955E12BAB1EB200567276 /* MVMCoreCache+Extension.swift */,
|
|
605A9A292ABD712F00487E47 /* MVMCoreLoggingHandler.swift */,
|
|
6042E8FB2B3094680031644B /* MVMCoreLoggingHandlerHelper.h */,
|
|
D288D5F426C6EFE000A5C365 /* MVMCoreLoggingHandler+Extension.swift */,
|
|
2723337A28BD534D004EAEE0 /* MVMCoreEvent.swift */,
|
|
);
|
|
path = OtherHandlers;
|
|
sourceTree = "<group>";
|
|
};
|
|
AFBB96DE1FBA48CE0008D868 /* Singletons */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AF3A3F3E2ACC716A005094B2 /* MVMCoreObject.swift */,
|
|
);
|
|
path = Singletons;
|
|
sourceTree = "<group>";
|
|
};
|
|
AFBB96E71FBA4A260008D868 /* HardCodedServerResponse */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AFBB96E91FBA4A260008D868 /* MFHardCodedServerResponse.h */,
|
|
AFBB96EA1FBA4A260008D868 /* MFHardCodedServerResponse.m */,
|
|
);
|
|
path = HardCodedServerResponse;
|
|
sourceTree = "<group>";
|
|
};
|
|
AFFCFA601FCCC0D600FD0730 /* LoadingOverlay */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AFFCFA611FCCC0D600FD0730 /* MVMCoreLoadingOverlayDelegateProtocol.h */,
|
|
AFFCFA621FCCC0D600FD0730 /* MVMCoreLoadingOverlayHandler.h */,
|
|
AFFCFA631FCCC0D600FD0730 /* MVMCoreLoadingOverlayHandler.m */,
|
|
AFFCFA641FCCC0D600FD0730 /* MVMCoreLoadingViewControllerProtocol.h */,
|
|
);
|
|
path = LoadingOverlay;
|
|
sourceTree = "<group>";
|
|
};
|
|
D2DEDCB523C63F1800C44CC4 /* PropertyWrappers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D2DEDCB623C63F3B00C44CC4 /* Clamping.swift */,
|
|
D2DEDCB823C6400600C44CC4 /* UnitInterval.swift */,
|
|
D2DEDCBA23C65BC300C44CC4 /* Percent.swift */,
|
|
EA09CD98282BF83600A7835F /* DecodableDefault.swift */,
|
|
);
|
|
path = PropertyWrappers;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
8876D5C61FB50A9E00EB2E3D /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
AF43A7411FC5FA6F008E9347 /* MVMCoreViewProtocol.h in Headers */,
|
|
AFBB96EC1FBA4A260008D868 /* MFHardCodedServerResponse.h in Headers */,
|
|
AFBB96B21FBA3B590008D868 /* MVMCoreGetterUtility.h in Headers */,
|
|
6042E8FC2B317B190031644B /* MVMCoreLoggingHandlerHelper.h in Headers */,
|
|
8876D5F21FB50AB000EB2E3D /* UIFont+MFSpacing.h in Headers */,
|
|
8876D5EC1FB50AB000EB2E3D /* NSDictionary+MFConvenience.h in Headers */,
|
|
AFFCFA651FCCC0D700FD0730 /* MVMCoreLoadingOverlayDelegateProtocol.h in Headers */,
|
|
AF1201832108C9B400E2F592 /* MVMCoreViewManagerViewControllerProtocol.h in Headers */,
|
|
881D26961FCC9D180079C521 /* MVMCoreOperation.h in Headers */,
|
|
8876D5EA1FB50AB000EB2E3D /* NSDecimalNumber+MFConvenience.h in Headers */,
|
|
AF43A7201FC5D2BA008E9347 /* MVMCoreViewManagerProtocol.h in Headers */,
|
|
881D26951FCC9D180079C521 /* MVMCoreErrorObject.h in Headers */,
|
|
AFBB96341FBA34310008D868 /* MVMCoreErrorConstants.h in Headers */,
|
|
A332F33F20C7231700DCD9D9 /* MVMCoreViewControllerAnimatedTransitioning.h in Headers */,
|
|
AFBB96951FBA3A9A0008D868 /* MVMCorePresentationDelegateProtocol.h in Headers */,
|
|
AFED77A51FCCA29400BAE689 /* MVMCoreViewControllerProgrammaticMappingObject.h in Headers */,
|
|
AF43A5871FBB67D6008E9347 /* MVMCoreActionUtility.h in Headers */,
|
|
AF43A6FD1FBE2F65008E9347 /* Reachability.h in Headers */,
|
|
AFBB96601FBA3A570008D868 /* MVMCoreLoadObject.h in Headers */,
|
|
AFED77A11FCCA29400BAE689 /* MVMCoreViewControllerNibMappingObject.h in Headers */,
|
|
AF43A71B1FC5BEBB008E9347 /* MVMCoreViewControllerProtocol.h in Headers */,
|
|
AFBB96381FBA39E70008D868 /* MVMCoreLoadDelegateProtocol.h in Headers */,
|
|
AFBB96B01FBA3B590008D868 /* MVMCoreDispatchUtility.h in Headers */,
|
|
8876D5E81FB50AB000EB2E3D /* NSArray+MFConvenience.h in Headers */,
|
|
AFBB96621FBA3A570008D868 /* MVMCoreRequestParameters.h in Headers */,
|
|
AFBB96531FBA3A570008D868 /* MVMCoreLoadHandler.h in Headers */,
|
|
AF43A7011FC4B227008E9347 /* MVMCoreGlobalLoadProtocol.h in Headers */,
|
|
AF43A5771FBA5B7C008E9347 /* MVMCoreJSONConstants.h in Headers */,
|
|
AFBB96631FBA3A570008D868 /* MVMCoreLoadRequestOperation.h in Headers */,
|
|
D268D82B26700292008BD413 /* MVMCoreViewManagerViewControllerProtocolHelper.h in Headers */,
|
|
8876D5CE1FB50A9E00EB2E3D /* MVMCore.h in Headers */,
|
|
AF43A57B1FBA5E6A008E9347 /* MVMCoreHardcodedStringsConstants.h in Headers */,
|
|
AFBB96B81FBA3CEC0008D868 /* MVMCoreActionDelegateProtocol.h in Headers */,
|
|
AF43A70B1FC4F415008E9347 /* MVMCoreCache.h in Headers */,
|
|
AFEA17A8209B6A1C00BC6740 /* MVMCoreBlockOperation.h in Headers */,
|
|
AF43A5831FBB66DE008E9347 /* MVMCoreConstants.h in Headers */,
|
|
AFED77A81FCCA29400BAE689 /* MVMCoreViewControllerStoryBoardMappingObject.h in Headers */,
|
|
AF43A74C1FC6109F008E9347 /* MVMCoreSessionObject.h in Headers */,
|
|
8876D5F41FB50AB000EB2E3D /* UILabel+MFCustom.h in Headers */,
|
|
AFFCFA681FCCC0D700FD0730 /* MVMCoreLoadingViewControllerProtocol.h in Headers */,
|
|
AFED77A21FCCA29400BAE689 /* MVMCoreViewControllerMappingObject.h in Headers */,
|
|
AFFCFA661FCCC0D700FD0730 /* MVMCoreLoadingOverlayHandler.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
8876D5C81FB50A9E00EB2E3D /* MVMCore */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 8876D5D11FB50A9E00EB2E3D /* Build configuration list for PBXNativeTarget "MVMCore" */;
|
|
buildPhases = (
|
|
8876D5C61FB50A9E00EB2E3D /* Headers */,
|
|
8876D5C41FB50A9E00EB2E3D /* Sources */,
|
|
8876D5C51FB50A9E00EB2E3D /* Frameworks */,
|
|
8876D5C71FB50A9E00EB2E3D /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = MVMCore;
|
|
productName = MVMCore;
|
|
productReference = 8876D5C91FB50A9E00EB2E3D /* MVMCore.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
8876D5C01FB50A9E00EB2E3D /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 1320;
|
|
ORGANIZATIONNAME = myverizon;
|
|
TargetAttributes = {
|
|
8876D5C81FB50A9E00EB2E3D = {
|
|
CreatedOnToolsVersion = 9.1;
|
|
LastSwiftMigration = 1010;
|
|
ProvisioningStyle = Automatic;
|
|
};
|
|
AF954914206EAEAD000095EC = {
|
|
CreatedOnToolsVersion = 9.2;
|
|
ProvisioningStyle = Automatic;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 8876D5C31FB50A9E00EB2E3D /* Build configuration list for PBXProject "MVMCore" */;
|
|
compatibilityVersion = "Xcode 8.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
es,
|
|
"es-MX",
|
|
Base,
|
|
);
|
|
mainGroup = 8876D5BF1FB50A9E00EB2E3D;
|
|
productRefGroup = 8876D5CA1FB50A9E00EB2E3D /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
8876D5C81FB50A9E00EB2E3D /* MVMCore */,
|
|
AF954914206EAEAD000095EC /* FatLibrary */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
8876D5C71FB50A9E00EB2E3D /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
AF26DDAE1FCE6A37004E8F65 /* Localizable.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
AF954918206EAF1A000095EC /* ShellScript */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "unset TOOLCHAINS #Xcode 7.3 BUG FIX http://stackoverflow.com/questions/36184930/xcodebuild-7-3-cant-enable-bitcode\n\n# define output folder environment variable\nC_PROJECT_NAME=\"MVMCore\"\nPHONE_CONFIGURATION=\"Release\"\nPHONE_ARCHIVE_PATH=\"${BUILD_DIR}/${PHONE_CONFIGURATION}-iphoneos/${C_PROJECT_NAME}.xcarchive\"\nSIMULATOR_CONFIGURATION=\"Debug\"\nSIMULATOR_ARCHIVE_PATH=\"${BUILD_DIR}/${SIMULATOR_CONFIGURATION}-iphonesimulator/${C_PROJECT_NAME}.xcarchive\"\nUNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/universal\n\n# Build device archive\nxcodebuild archive \\\n -scheme \"${C_PROJECT_NAME}\" \\\n -configuration ${PHONE_CONFIGURATION} \\\n -archivePath \"${PHONE_ARCHIVE_PATH}\" \\\n -sdk iphoneos \\\n -destination 'generic/platform=iOS' \\\n SKIP_INSTALL=NO \\\n ONLY_ACTIVE_ARCH=NO\n \n# Build simulator archive\nxcodebuild archive \\\n -scheme \"${C_PROJECT_NAME}\" \\\n -configuration ${SIMULATOR_CONFIGURATION} \\\n -archivePath \"${SIMULATOR_ARCHIVE_PATH}\" \\\n -sdk iphonesimulator \\\n -destination 'generic/platform=iOS Simulator' \\\n SKIP_INSTALL=NO \\\n ONLY_ACTIVE_ARCH=NO\n\nmkdir -p \"${UNIVERSAL_OUTPUTFOLDER}\"\n\n# Remove any existing xc framework.\nrm -rf ${UNIVERSAL_OUTPUTFOLDER}/${C_PROJECT_NAME}.xcframework\n\n# Create the xcframework in the universal output folder.\nxcodebuild -create-xcframework \\\n -framework \"${PHONE_ARCHIVE_PATH}/Products/Library/Frameworks/${C_PROJECT_NAME}.framework\" \\\n -framework \"${SIMULATOR_ARCHIVE_PATH}/Products/Library/Frameworks/${C_PROJECT_NAME}.framework\" \\\n -output ${UNIVERSAL_OUTPUTFOLDER}/${C_PROJECT_NAME}.xcframework\n\n# Copy the dSYM file as well.\nditto \"${PHONE_ARCHIVE_PATH}/dSYMs/${C_PROJECT_NAME}.framework.dSYM\" \"${UNIVERSAL_OUTPUTFOLDER}/${C_PROJECT_NAME}.xcframework.dSYM\"\n";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
8876D5C41FB50A9E00EB2E3D /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
AF69D4ED286E5D8C00BC6862 /* ActionCancelHandler.swift in Sources */,
|
|
AFED77A71FCCA29400BAE689 /* MVMCoreViewControllerProgrammaticMappingObject.m in Sources */,
|
|
946EE1A7237B5B1C0036751F /* ModelRegistry.swift in Sources */,
|
|
AFBB96641FBA3A570008D868 /* MVMCoreLoadHandler.m in Sources */,
|
|
AFFCFA671FCCC0D700FD0730 /* MVMCoreLoadingOverlayHandler.m in Sources */,
|
|
AF8D13392774EA1D008AF4A9 /* ActionOpenUrlHandler.swift in Sources */,
|
|
AF925DEE28BD35A2008E8677 /* NavigationHandler.swift in Sources */,
|
|
AF130B8E2788DF6E00C6C03C /* OpenURLOptionsModel.swift in Sources */,
|
|
AF69D4EB286E586200BC6862 /* ActionRestartHandler.swift in Sources */,
|
|
BB780ADF250F8C890030BD2F /* ActionNoopModel.swift in Sources */,
|
|
D2E1FAD92260C3E400AEFD8C /* DelegateObject.swift in Sources */,
|
|
01F2A03623A80A7300D954D8 /* ActionModelProtocol.swift in Sources */,
|
|
881D26941FCC9D180079C521 /* MVMCoreOperation.m in Sources */,
|
|
AFED77A41FCCA29400BAE689 /* MVMCoreViewControllerMappingObject.m in Sources */,
|
|
01C851CF23CF7B260021F976 /* JSONMap.swift in Sources */,
|
|
01F2A04C23A82B1B00D954D8 /* ActionCallModel.swift in Sources */,
|
|
8876D5ED1FB50AB000EB2E3D /* NSDictionary+MFConvenience.m in Sources */,
|
|
AF686FDA2A8A876A008F666A /* NavigationOperation.swift in Sources */,
|
|
605A9A2A2ABD712F00487E47 /* MVMCoreLoggingHandler.swift in Sources */,
|
|
AFBB96ED1FBA4A260008D868 /* MFHardCodedServerResponse.m in Sources */,
|
|
AF43A74D1FC6109F008E9347 /* MVMCoreSessionObject.m in Sources */,
|
|
D282AAB62240085300C46919 /* MVMCoreGetterUtility+Extension.swift in Sources */,
|
|
AFA4931E29E5C988001A9663 /* MVMCoreActionUtility+Extension.swift in Sources */,
|
|
1DAD0FFE26AAB40000216E83 /* ActionRunJavaScriptModel.swift in Sources */,
|
|
946EE1AB237B5C940036751F /* Decoder.swift in Sources */,
|
|
2723337D28BD53C2004EAEE0 /* Date+Extension.swift in Sources */,
|
|
AF70699A287DD02400077CF6 /* ActionContactHandler.swift in Sources */,
|
|
AF69D4F3286E9DCE00BC6862 /* ActionActionsHandler.swift in Sources */,
|
|
946EE1BC237B691A0036751F /* ActionOpenPageModel.swift in Sources */,
|
|
0A42538F23F3414800554656 /* Codable+Helpers.swift in Sources */,
|
|
881D26931FCC9D180079C521 /* MVMCoreErrorObject.m in Sources */,
|
|
94C014D124211869005811A9 /* ActionRestartModel.swift in Sources */,
|
|
D288D5F526C6EFE000A5C365 /* MVMCoreLoggingHandler+Extension.swift in Sources */,
|
|
946EE1B0237B5EF70036751F /* JSONHelper.swift in Sources */,
|
|
D2DEDCB923C6400600C44CC4 /* UnitInterval.swift in Sources */,
|
|
94C014D3242119E6005811A9 /* ActionPreviousSubmitModel.swift in Sources */,
|
|
6079EDCE2AD97AA5004B7A85 /* MVMCoreLoggingDelegateProtocol.swift in Sources */,
|
|
AF60A7F2289212CA00919EEB /* MVMError.swift in Sources */,
|
|
8876D5E91FB50AB000EB2E3D /* NSArray+MFConvenience.m in Sources */,
|
|
D27073B725BB45C4001C7246 /* ActionActionsModel.swift in Sources */,
|
|
946EE1B2237B5F260036751F /* JSONValue.swift in Sources */,
|
|
0ACC81A22613C73800A9C886 /* ActionContactModel.swift in Sources */,
|
|
AF69D4EF286E612800BC6862 /* ActionOpenSMSHandler.swift in Sources */,
|
|
AF43A5781FBA5B7C008E9347 /* MVMCoreJSONConstants.m in Sources */,
|
|
AFBB96691FBA3A570008D868 /* MVMCoreRequestParameters.m in Sources */,
|
|
AFED77A31FCCA29400BAE689 /* MVMCoreViewControllerNibMappingObject.m in Sources */,
|
|
8876D5EB1FB50AB000EB2E3D /* NSDecimalNumber+MFConvenience.m in Sources */,
|
|
01F2A03923A812DD00D954D8 /* ActionOpenUrlModel.swift in Sources */,
|
|
01934FE725A4FFC2003DCD67 /* ClientParameterActionProtocol.swift in Sources */,
|
|
AF69D4E9286E54D500BC6862 /* ActionCallHandler.swift in Sources */,
|
|
AFBB96351FBA34310008D868 /* MVMCoreErrorConstants.m in Sources */,
|
|
AF43A5881FBB67D6008E9347 /* MVMCoreActionUtility.m in Sources */,
|
|
AFED77A61FCCA29400BAE689 /* MVMCoreViewControllerStoryBoardMappingObject.m in Sources */,
|
|
AF4955E22BAB1EB200567276 /* MVMCoreCache+Extension.swift in Sources */,
|
|
016CF36925FA6DD400B82A1F /* ClientParameterHandler.swift in Sources */,
|
|
5846ABF42B44BB9000FA6C76 /* Collection+Safe.swift in Sources */,
|
|
AF69D4F7286EA0B800BC6862 /* ActionPreviousSubmitHandler.swift in Sources */,
|
|
AF43A57C1FBA5E6A008E9347 /* MVMCoreHardcodedStringsConstants.m in Sources */,
|
|
0AFF597A23FC6E60005C24E8 /* ActionShareModel.swift in Sources */,
|
|
AF69D4F5286E9F5900BC6862 /* ActionSettingHandler.swift in Sources */,
|
|
D27073CD25BB4CEF001C7246 /* MVMCoreActionHandler.swift in Sources */,
|
|
01F2A05223A8325100D954D8 /* ModelMapping.swift in Sources */,
|
|
8876D5F51FB50AB000EB2E3D /* UILabel+MFCustom.m in Sources */,
|
|
AFBB96B31FBA3B590008D868 /* MVMCoreGetterUtility.m in Sources */,
|
|
2723337B28BD534D004EAEE0 /* MVMCoreEvent.swift in Sources */,
|
|
94C014D924212360005811A9 /* ActionSettingModel.swift in Sources */,
|
|
D2DEDCB723C63F3B00C44CC4 /* Clamping.swift in Sources */,
|
|
AF70699E2880D01400077CF6 /* ActionShareHandler.swift in Sources */,
|
|
01DF561421F90ADC00CC099B /* Dictionary+MFConvenience.swift in Sources */,
|
|
EA3B264C25FC0B7600008074 /* ModelHandlerProtocol.swift in Sources */,
|
|
AF7069A02880F0EB00077CF6 /* ActionOpenPageHandler.swift in Sources */,
|
|
AFBB96B11FBA3B590008D868 /* MVMCoreDispatchUtility.m in Sources */,
|
|
946EE1A3237B59C30036751F /* ModelProtocol.swift in Sources */,
|
|
AF6870292A9CD0E9008F666A /* MVMCoreLoadHandler.swift in Sources */,
|
|
AFEA17A9209B6A1C00BC6740 /* MVMCoreBlockOperation.m in Sources */,
|
|
AF43A70A1FC4F415008E9347 /* MVMCoreCache.m in Sources */,
|
|
AF43A6FF1FBE3252008E9347 /* Reachability.m in Sources */,
|
|
AF3A3F3F2ACC716A005094B2 /* MVMCoreObject.swift in Sources */,
|
|
EA09CD62282ACDDB00A7835F /* Decoder+UserInfo.swift in Sources */,
|
|
EA09CD99282BF83600A7835F /* DecodableDefault.swift in Sources */,
|
|
01C851D123CF97FE0021F976 /* ActionBackModel.swift in Sources */,
|
|
D27073D125BB844B001C7246 /* ActionDelegateProtocol.swift in Sources */,
|
|
AFBB96611FBA3A570008D868 /* MVMCoreLoadObject.m in Sources */,
|
|
AF787413286DEF8B00670588 /* ActionBackHandler.swift in Sources */,
|
|
946EE1B4237B619D0036751F /* Encoder.swift in Sources */,
|
|
AF60A7F4289212EB00919EEB /* MVMCoreError.swift in Sources */,
|
|
94C014D524211AF0005811A9 /* ActionCancelModel.swift in Sources */,
|
|
AF43A5841FBB66DE008E9347 /* MVMCoreConstants.m in Sources */,
|
|
AF69D4F1286E9D8000BC6862 /* ActionNoopHandler.swift in Sources */,
|
|
016FF6F2259A4FCC00F5E4AA /* ClientParameterModel.swift in Sources */,
|
|
D2DEDCBB23C65BC300C44CC4 /* Percent.swift in Sources */,
|
|
AF686FDE2A8D29CD008F666A /* MVMCoreLoadRequestOperation+Extension.swift in Sources */,
|
|
60CBD0542A02397A00056CB0 /* MVMCoreSessionTimeHandler.swift in Sources */,
|
|
AFBB966A1FBA3A570008D868 /* MVMCoreLoadRequestOperation.m in Sources */,
|
|
D268D82C26700292008BD413 /* MVMCoreViewManagerViewControllerProtocolHelper.m in Sources */,
|
|
0AEBB84625FA75C000EA80EE /* ActionOpenSMSModel.swift in Sources */,
|
|
016FF6FC259BA27E00F5E4AA /* ClientParameterProtocol.swift in Sources */,
|
|
01DB1F2B26444F7F000F1AF4 /* ActionOpenPageProtocol.swift in Sources */,
|
|
8876D5F31FB50AB000EB2E3D /* UIFont+MFSpacing.m in Sources */,
|
|
D282AAB82240342D00C46919 /* NSNumber+Extension.swift in Sources */,
|
|
016FF6EE259A4E6300F5E4AA /* ClientParameterModelProtocol.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
AF26DDB01FCE6A37004E8F65 /* Localizable.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
AF26DDAF1FCE6A37004E8F65 /* en */,
|
|
0A11030B20864F94008ADD90 /* es */,
|
|
0A11030C20864F9A008ADD90 /* es-MX */,
|
|
);
|
|
name = Localizable.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
8876D5CF1FB50A9E00EB2E3D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 581FABEE2A71D0E6003A8508 /* mvmcore_dev.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
8876D5D01FB50A9E00EB2E3D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 5836B8E22A4338DF002553D9 /* mvmcore.xcconfig */;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
VALIDATE_PRODUCT = YES;
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
8876D5D21FB50A9E00EB2E3D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_IDENTITY = "";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEFINES_MODULE = YES;
|
|
DEVELOPMENT_TEAM = "";
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../../SharedFrameworks";
|
|
INFOPLIST_FILE = MVMCore/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
MARKETING_VERSION = 3.1;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.vzw.MVMCore;
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
8876D5D31FB50A9E00EB2E3D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_IDENTITY = "";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEFINES_MODULE = YES;
|
|
DEVELOPMENT_TEAM = "";
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../../SharedFrameworks";
|
|
INFOPLIST_FILE = MVMCore/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
MARKETING_VERSION = 3.1;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.vzw.MVMCore;
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
AF954915206EAEAD000095EC /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
AF954916206EAEAD000095EC /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
8876D5C31FB50A9E00EB2E3D /* Build configuration list for PBXProject "MVMCore" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
8876D5CF1FB50A9E00EB2E3D /* Debug */,
|
|
8876D5D01FB50A9E00EB2E3D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
8876D5D11FB50A9E00EB2E3D /* Build configuration list for PBXNativeTarget "MVMCore" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
8876D5D21FB50A9E00EB2E3D /* Debug */,
|
|
8876D5D31FB50A9E00EB2E3D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
AF954917206EAEAD000095EC /* Build configuration list for PBXAggregateTarget "FatLibrary" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
AF954915206EAEAD000095EC /* Debug */,
|
|
AF954916206EAEAD000095EC /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 8876D5C01FB50A9E00EB2E3D /* Project object */;
|
|
}
|