[ABANDONED] Mastodon iOS client.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1036 lines
46 KiB

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
151AD4D8216899AD00F07403 /* AlamofireImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1517EA842159D72200DE80D6 /* AlamofireImage.framework */; };
151AD4D9216899AD00F07403 /* AlamofireImage.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 1517EA842159D72200DE80D6 /* AlamofireImage.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
151AD4DD216899E000F07403 /* OAuthSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15A79B13215B438C007A326E /* OAuthSwift.framework */; };
151AD4DE216899E000F07403 /* OAuthSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 15A79B13215B438C007A326E /* OAuthSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
151AD4E1216899F900F07403 /* MastodonKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15A79B02215B3CC5007A326E /* MastodonKit.framework */; };
151AD4E2216899F900F07403 /* MastodonKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 15A79B02215B3CC5007A326E /* MastodonKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
151AD4E521689A0F00F07403 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 157405C3215890BC00EEAAEB /* Alamofire.framework */; };
151AD4E621689A0F00F07403 /* Alamofire.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 157405C3215890BC00EEAAEB /* Alamofire.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
157405A82150588A00EEAAEB /* InstanceViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 157405A72150588A00EEAAEB /* InstanceViewController.swift */; };
157405B12151A5DA00EEAAEB /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 157405AF2151A5DA00EEAAEB /* README.md */; };
157405B42151A93E00EEAAEB /* InstancesDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 157405B32151A93E00EEAAEB /* InstancesDataManager.swift */; };
157405D1215890D700EEAAEB /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 157405C3215890BC00EEAAEB /* Alamofire.framework */; };
159026AE2162CF5600D362DD /* TimelineTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 159026AD2162CF5600D362DD /* TimelineTableViewCell.swift */; };
159026D02163069600D362DD /* Date+TimeAgo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 159026CF2163069600D362DD /* Date+TimeAgo.swift */; };
159048AF214F5015004F4014 /* InstancesTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 159048AE214F5015004F4014 /* InstancesTableViewCell.swift */; };
15960E5B213145E100C38CE9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E5A213145E100C38CE9 /* AppDelegate.swift */; };
15960E5F213145E100C38CE9 /* SecondViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E5E213145E100C38CE9 /* SecondViewController.swift */; };
15960E62213145E100C38CE9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 15960E60213145E100C38CE9 /* Main.storyboard */; };
15960E64213145E200C38CE9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 15960E63213145E200C38CE9 /* Assets.xcassets */; };
15960E67213145E200C38CE9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 15960E65213145E200C38CE9 /* LaunchScreen.storyboard */; };
15960E7021321FA500C38CE9 /* Elpha.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 15960E6E21321FA500C38CE9 /* Elpha.xcdatamodeld */; };
15960E7321322BC700C38CE9 /* KeychainItemAccessibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E7221322BC700C38CE9 /* KeychainItemAccessibility.swift */; };
15960E7521322BF800C38CE9 /* KeychainWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E7421322BF800C38CE9 /* KeychainWrapper.swift */; };
15960E7721322C6F00C38CE9 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E7621322C6F00C38CE9 /* Configuration.swift */; };
15960E7A2132387A00C38CE9 /* MainTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E792132387A00C38CE9 /* MainTabBarController.swift */; };
15960E7C213272CD00C38CE9 /* AuthenticationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E7B213272CD00C38CE9 /* AuthenticationManager.swift */; };
15960E7E21329FED00C38CE9 /* AuthenticateViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E7D21329FED00C38CE9 /* AuthenticateViewController.swift */; };
15960E822136668500C38CE9 /* TimelinesNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E812136668500C38CE9 /* TimelinesNavigationController.swift */; };
15960E84213774FC00C38CE9 /* InstancesTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15960E83213774FC00C38CE9 /* InstancesTableViewController.swift */; };
15A79B07215B3CD5007A326E /* MastodonKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15A79B02215B3CC5007A326E /* MastodonKit.framework */; };
15A79B20215B439A007A326E /* OAuthSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15A79B13215B438C007A326E /* OAuthSwift.framework */; };
15A79B2E215C63B6007A326E /* AlamofireImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1517EA842159D72200DE80D6 /* AlamofireImage.framework */; };
15A79B43215EB959007A326E /* CoreDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15A79B42215EB959007A326E /* CoreDataManager.swift */; };
15F9981721629965009E58DA /* TimelineTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15F9981621629965009E58DA /* TimelineTableViewController.swift */; };
15F998352162C0E8009E58DA /* MastodonDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15F998342162C0E8009E58DA /* MastodonDataManager.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
1517EA832159D72200DE80D6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1517EA6F2159D72200DE80D6 /* AlamofireImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4C9043771AABBFC5001B4E60;
remoteInfo = "AlamofireImage iOS";
};
1517EA852159D72200DE80D6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1517EA6F2159D72200DE80D6 /* AlamofireImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4C9043821AABBFC5001B4E60;
remoteInfo = "AlamofireImage iOS Tests";
};
1517EA872159D72200DE80D6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1517EA6F2159D72200DE80D6 /* AlamofireImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4CE611321AABC24E00D35044;
remoteInfo = "AlamofireImage macOS";
};
1517EA892159D72200DE80D6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1517EA6F2159D72200DE80D6 /* AlamofireImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4CE611471AABC5C900D35044;
remoteInfo = "AlamofireImage macOS Tests";
};
1517EA8B2159D72200DE80D6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1517EA6F2159D72200DE80D6 /* AlamofireImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4C16B37D1BA9399500A66EF0;
remoteInfo = "AlamofireImage tvOS";
};
1517EA8D2159D72200DE80D6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1517EA6F2159D72200DE80D6 /* AlamofireImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4C16B3861BA9399500A66EF0;
remoteInfo = "AlamofireImage tvOS Tests";
};
1517EA8F2159D72200DE80D6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1517EA6F2159D72200DE80D6 /* AlamofireImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4C4D4EC11B92976900C96855;
remoteInfo = "AlamofireImage watchOS";
};
1517EA912159D72200DE80D6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1517EA6F2159D72200DE80D6 /* AlamofireImage.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4C11830B2150517E007A8298;
remoteInfo = "iOS Example";
};
151AD4DA216899AD00F07403 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1517EA6F2159D72200DE80D6 /* AlamofireImage.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 4C9043761AABBFC5001B4E60;
remoteInfo = "AlamofireImage iOS";
};
151AD4DF216899E000F07403 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 15A79B08215B438C007A326E /* OAuthSwift.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = F43502791A6791B200038A29;
remoteInfo = OAuthSwift;
};
151AD4E3216899F900F07403 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 15A79AE7215B3CC5007A326E /* MastodonKit.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 629A4ACC213AF5B100A6386E;
remoteInfo = "MastodonKit-iOS";
};
151AD4E721689A0F00F07403 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 157405B7215890BC00EEAAEB /* Alamofire.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = F8111E3219A95C8B0040E7D1;
remoteInfo = "Alamofire iOS";
};
157405C2215890BC00EEAAEB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 157405B7215890BC00EEAAEB /* Alamofire.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = F8111E3319A95C8B0040E7D1;
remoteInfo = "Alamofire iOS";
};
157405C4215890BC00EEAAEB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 157405B7215890BC00EEAAEB /* Alamofire.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = F8111E3E19A95C8B0040E7D1;
remoteInfo = "Alamofire iOS Tests";
};
157405C6215890BC00EEAAEB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 157405B7215890BC00EEAAEB /* Alamofire.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4DD67C0B1A5C55C900ED2280;
remoteInfo = "Alamofire macOS";
};
157405C8215890BC00EEAAEB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 157405B7215890BC00EEAAEB /* Alamofire.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = F829C6B21A7A94F100A2CD59;
remoteInfo = "Alamofire macOS Tests";
};
157405CA215890BC00EEAAEB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 157405B7215890BC00EEAAEB /* Alamofire.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4CF626EF1BA7CB3E0011A099;
remoteInfo = "Alamofire tvOS";
};
157405CC215890BC00EEAAEB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 157405B7215890BC00EEAAEB /* Alamofire.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 4CF626F81BA7CB3E0011A099;
remoteInfo = "Alamofire tvOS Tests";
};
157405CE215890BC00EEAAEB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 157405B7215890BC00EEAAEB /* Alamofire.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = E4202FE01B667AA100C997FB;
remoteInfo = "Alamofire watchOS";
};
15A79AFF215B3CC5007A326E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 15A79AE7215B3CC5007A326E /* MastodonKit.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = "MastodonKit::MastodonKit::Product";
remoteInfo = MastodonKit;
};
15A79B01215B3CC5007A326E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 15A79AE7215B3CC5007A326E /* MastodonKit.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 629A4B0E213AF5B100A6386E;
remoteInfo = "MastodonKit-iOS";
};
15A79B03215B3CC5007A326E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 15A79AE7215B3CC5007A326E /* MastodonKit.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 62864F50213AF68900823C8A;
remoteInfo = "MastodonKit-tvOS";
};
15A79B05215B3CC5007A326E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 15A79AE7215B3CC5007A326E /* MastodonKit.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = "MastodonKit::MastodonKitTests::Product";
remoteInfo = MastodonKitTests;
};
15A79B12215B438C007A326E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 15A79B08215B438C007A326E /* OAuthSwift.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = F435027A1A6791B200038A29;
remoteInfo = OAuthSwift;
};
15A79B14215B438C007A326E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 15A79B08215B438C007A326E /* OAuthSwift.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = C48B28021AFA598D00C7DEF6;
remoteInfo = OAuthSwiftOSX;
};
15A79B16215B438C007A326E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 15A79B08215B438C007A326E /* OAuthSwift.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = C4B6EE1E1BF74CE300443596;
remoteInfo = OAuthSwiftTVOS;
};
15A79B18215B438C007A326E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 15A79B08215B438C007A326E /* OAuthSwift.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = C40890C01C11B37000E3146A;
remoteInfo = OAuthSwiftWatchOS;
};
15A79B1A215B438C007A326E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 15A79B08215B438C007A326E /* OAuthSwift.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = F451E3C5195B8CD80051434C;
remoteInfo = OAuthSwiftDemo;
};
15A79B1C215B438C007A326E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 15A79B08215B438C007A326E /* OAuthSwift.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = C49FD5241AFB5DF500791E1A;
remoteInfo = OAuthSwiftOSXDemo;
};
15A79B1E215B438C007A326E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 15A79B08215B438C007A326E /* OAuthSwift.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = C4D50DF71BFB693F0053B624;
remoteInfo = OAuthSwiftTests;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
151AD4DC216899AD00F07403 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
151AD4DE216899E000F07403 /* OAuthSwift.framework in Embed Frameworks */,
151AD4D9216899AD00F07403 /* AlamofireImage.framework in Embed Frameworks */,
151AD4E2216899F900F07403 /* MastodonKit.framework in Embed Frameworks */,
151AD4E621689A0F00F07403 /* Alamofire.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
1517EA6F2159D72200DE80D6 /* AlamofireImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AlamofireImage.xcodeproj; path = Frameworks/AlamofireImage/AlamofireImage.xcodeproj; sourceTree = "<group>"; };
157405A72150588A00EEAAEB /* InstanceViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstanceViewController.swift; sourceTree = "<group>"; };
157405AF2151A5DA00EEAAEB /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
157405B32151A93E00EEAAEB /* InstancesDataManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstancesDataManager.swift; sourceTree = "<group>"; };
157405B7215890BC00EEAAEB /* Alamofire.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Alamofire.xcodeproj; path = Frameworks/Alamofire/Alamofire.xcodeproj; sourceTree = "<group>"; };
159026AD2162CF5600D362DD /* TimelineTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimelineTableViewCell.swift; sourceTree = "<group>"; };
159026CF2163069600D362DD /* Date+TimeAgo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+TimeAgo.swift"; sourceTree = "<group>"; };
159048AE214F5015004F4014 /* InstancesTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstancesTableViewCell.swift; sourceTree = "<group>"; };
15960E57213145E100C38CE9 /* elpha-ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "elpha-ios.app"; sourceTree = BUILT_PRODUCTS_DIR; };
15960E5A213145E100C38CE9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
15960E5E213145E100C38CE9 /* SecondViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecondViewController.swift; sourceTree = "<group>"; };
15960E61213145E100C38CE9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
15960E63213145E200C38CE9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
15960E66213145E200C38CE9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
15960E68213145E200C38CE9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
15960E6F21321FA500C38CE9 /* Elpha.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Elpha.xcdatamodel; sourceTree = "<group>"; };
15960E7221322BC700C38CE9 /* KeychainItemAccessibility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainItemAccessibility.swift; sourceTree = "<group>"; };
15960E7421322BF800C38CE9 /* KeychainWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainWrapper.swift; sourceTree = "<group>"; };
15960E7621322C6F00C38CE9 /* Configuration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Configuration.swift; sourceTree = "<group>"; };
15960E792132387A00C38CE9 /* MainTabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainTabBarController.swift; sourceTree = "<group>"; };
15960E7B213272CD00C38CE9 /* AuthenticationManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationManager.swift; sourceTree = "<group>"; };
15960E7D21329FED00C38CE9 /* AuthenticateViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticateViewController.swift; sourceTree = "<group>"; };
15960E812136668500C38CE9 /* TimelinesNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimelinesNavigationController.swift; sourceTree = "<group>"; };
15960E83213774FC00C38CE9 /* InstancesTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstancesTableViewController.swift; sourceTree = "<group>"; };
15A79AE7215B3CC5007A326E /* MastodonKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = MastodonKit.xcodeproj; path = Frameworks/MastodonKit/MastodonKit.xcodeproj; sourceTree = "<group>"; };
15A79B08215B438C007A326E /* OAuthSwift.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OAuthSwift.xcodeproj; path = Frameworks/OAuthSwift/OAuthSwift.xcodeproj; sourceTree = "<group>"; };
15A79B42215EB959007A326E /* CoreDataManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataManager.swift; sourceTree = "<group>"; };
15F9981621629965009E58DA /* TimelineTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimelineTableViewController.swift; sourceTree = "<group>"; };
15F998342162C0E8009E58DA /* MastodonDataManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MastodonDataManager.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
15960E54213145E100C38CE9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
15A79B2E215C63B6007A326E /* AlamofireImage.framework in Frameworks */,
151AD4D8216899AD00F07403 /* AlamofireImage.framework in Frameworks */,
151AD4DD216899E000F07403 /* OAuthSwift.framework in Frameworks */,
151AD4E1216899F900F07403 /* MastodonKit.framework in Frameworks */,
15A79B20215B439A007A326E /* OAuthSwift.framework in Frameworks */,
15A79B07215B3CD5007A326E /* MastodonKit.framework in Frameworks */,
157405D1215890D700EEAAEB /* Alamofire.framework in Frameworks */,
151AD4E521689A0F00F07403 /* Alamofire.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
1517EA702159D72200DE80D6 /* Products */ = {
isa = PBXGroup;
children = (
1517EA842159D72200DE80D6 /* AlamofireImage.framework */,
1517EA862159D72200DE80D6 /* AlamofireImage iOS Tests.xctest */,
1517EA882159D72200DE80D6 /* AlamofireImage.framework */,
1517EA8A2159D72200DE80D6 /* AlamofireImage macOS Tests.xctest */,
1517EA8C2159D72200DE80D6 /* AlamofireImage.framework */,
1517EA8E2159D72200DE80D6 /* AlamofireImage tvOS Tests.xctest */,
1517EA902159D72200DE80D6 /* AlamofireImage.framework */,
1517EA922159D72200DE80D6 /* iOS Example.app */,
);
name = Products;
sourceTree = "<group>";
};
151AD4AB2166DCEE00F07403 /* Storyboards */ = {
isa = PBXGroup;
children = (
15960E60213145E100C38CE9 /* Main.storyboard */,
15960E65213145E200C38CE9 /* LaunchScreen.storyboard */,
);
name = Storyboards;
sourceTree = "<group>";
};
151AD4AC2166DD0200F07403 /* Managers */ = {
isa = PBXGroup;
children = (
15960E7B213272CD00C38CE9 /* AuthenticationManager.swift */,
15A79B42215EB959007A326E /* CoreDataManager.swift */,
157405B32151A93E00EEAAEB /* InstancesDataManager.swift */,
15F998342162C0E8009E58DA /* MastodonDataManager.swift */,
);
name = Managers;
sourceTree = "<group>";
};
151AD4AD2166DD1B00F07403 /* Reusable Views */ = {
isa = PBXGroup;
children = (
);
name = "Reusable Views";
sourceTree = "<group>";
};
151AD4AE2166DD3500F07403 /* Views */ = {
isa = PBXGroup;
children = (
159048AE214F5015004F4014 /* InstancesTableViewCell.swift */,
159026AD2162CF5600D362DD /* TimelineTableViewCell.swift */,
);
name = Views;
sourceTree = "<group>";
};
151AD4AF2166DDA000F07403 /* Extensions */ = {
isa = PBXGroup;
children = (
159026CF2163069600D362DD /* Date+TimeAgo.swift */,
);
name = Extensions;
sourceTree = "<group>";
};
157405B8215890BC00EEAAEB /* Products */ = {
isa = PBXGroup;
children = (
157405C3215890BC00EEAAEB /* Alamofire.framework */,
157405C5215890BC00EEAAEB /* Alamofire iOS Tests.xctest */,
157405C7215890BC00EEAAEB /* Alamofire.framework */,
157405C9215890BC00EEAAEB /* Alamofire macOS Tests.xctest */,
157405CB215890BC00EEAAEB /* Alamofire.framework */,
157405CD215890BC00EEAAEB /* Alamofire tvOS Tests.xctest */,
157405CF215890BC00EEAAEB /* Alamofire.framework */,
);
name = Products;
sourceTree = "<group>";
};
157405D0215890D700EEAAEB /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
15960E4E213145E100C38CE9 = {
isa = PBXGroup;
children = (
157405AF2151A5DA00EEAAEB /* README.md */,
157405B7215890BC00EEAAEB /* Alamofire.xcodeproj */,
1517EA6F2159D72200DE80D6 /* AlamofireImage.xcodeproj */,
15A79AE7215B3CC5007A326E /* MastodonKit.xcodeproj */,
15A79B08215B438C007A326E /* OAuthSwift.xcodeproj */,
15960E59213145E100C38CE9 /* elpha-ios */,
15960E58213145E100C38CE9 /* Products */,
157405D0215890D700EEAAEB /* Frameworks */,
);
sourceTree = "<group>";
};
15960E58213145E100C38CE9 /* Products */ = {
isa = PBXGroup;
children = (
15960E57213145E100C38CE9 /* elpha-ios.app */,
);
name = Products;
sourceTree = "<group>";
};
15960E59213145E100C38CE9 /* elpha-ios */ = {
isa = PBXGroup;
children = (
15960E68213145E200C38CE9 /* Info.plist */,
15960E5A213145E100C38CE9 /* AppDelegate.swift */,
15960E7621322C6F00C38CE9 /* Configuration.swift */,
15960E63213145E200C38CE9 /* Assets.xcassets */,
15960E6E21321FA500C38CE9 /* Elpha.xcdatamodeld */,
151AD4AF2166DDA000F07403 /* Extensions */,
15960E7121322B9F00C38CE9 /* Keychain Helper */,
151AD4AC2166DD0200F07403 /* Managers */,
151AD4AD2166DD1B00F07403 /* Reusable Views */,
151AD4AB2166DCEE00F07403 /* Storyboards */,
15960E782132383600C38CE9 /* View Controllers */,
151AD4AE2166DD3500F07403 /* Views */,
);
path = "elpha-ios";
sourceTree = "<group>";
};
15960E7121322B9F00C38CE9 /* Keychain Helper */ = {
isa = PBXGroup;
children = (
15960E7221322BC700C38CE9 /* KeychainItemAccessibility.swift */,
15960E7421322BF800C38CE9 /* KeychainWrapper.swift */,
);
name = "Keychain Helper";
sourceTree = "<group>";
};
15960E782132383600C38CE9 /* View Controllers */ = {
isa = PBXGroup;
children = (
15960E7D21329FED00C38CE9 /* AuthenticateViewController.swift */,
15960E83213774FC00C38CE9 /* InstancesTableViewController.swift */,
157405A72150588A00EEAAEB /* InstanceViewController.swift */,
15960E792132387A00C38CE9 /* MainTabBarController.swift */,
15960E5E213145E100C38CE9 /* SecondViewController.swift */,
15960E812136668500C38CE9 /* TimelinesNavigationController.swift */,
15F9981621629965009E58DA /* TimelineTableViewController.swift */,
);
name = "View Controllers";
sourceTree = "<group>";
};
15A79AE8215B3CC5007A326E /* Products */ = {
isa = PBXGroup;
children = (
15A79B00215B3CC5007A326E /* MastodonKit.framework */,
15A79B02215B3CC5007A326E /* MastodonKit.framework */,
15A79B04215B3CC5007A326E /* MastodonKit.framework */,
15A79B06215B3CC5007A326E /* MastodonKitTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
15A79B09215B438C007A326E /* Products */ = {
isa = PBXGroup;
children = (
15A79B13215B438C007A326E /* OAuthSwift.framework */,
15A79B15215B438C007A326E /* OAuthSwift.framework */,
15A79B17215B438C007A326E /* OAuthSwift.framework */,
15A79B19215B438C007A326E /* OAuthSwift.framework */,
15A79B1B215B438C007A326E /* OAuthSwiftDemo.app */,
15A79B1D215B438C007A326E /* OAuthSwiftOSXDemo.app */,
15A79B1F215B438C007A326E /* OAuthSwiftTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
15960E56213145E100C38CE9 /* elpha-ios */ = {
isa = PBXNativeTarget;
buildConfigurationList = 15960E6B213145E200C38CE9 /* Build configuration list for PBXNativeTarget "elpha-ios" */;
buildPhases = (
15960E53213145E100C38CE9 /* Sources */,
15960E54213145E100C38CE9 /* Frameworks */,
15960E55213145E100C38CE9 /* Resources */,
151AD4DC216899AD00F07403 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
151AD4DB216899AD00F07403 /* PBXTargetDependency */,
151AD4E0216899E000F07403 /* PBXTargetDependency */,
151AD4E4216899F900F07403 /* PBXTargetDependency */,
151AD4E821689A0F00F07403 /* PBXTargetDependency */,
);
name = "elpha-ios";
productName = "elpha-ios";
productReference = 15960E57213145E100C38CE9 /* elpha-ios.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
15960E4F213145E100C38CE9 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0940;
LastUpgradeCheck = 0940;
ORGANIZATIONNAME = Elpha;
TargetAttributes = {
15960E56213145E100C38CE9 = {
CreatedOnToolsVersion = 9.4.1;
LastSwiftMigration = 1000;
};
};
};
buildConfigurationList = 15960E52213145E100C38CE9 /* Build configuration list for PBXProject "elpha-ios" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 15960E4E213145E100C38CE9;
productRefGroup = 15960E58213145E100C38CE9 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 157405B8215890BC00EEAAEB /* Products */;
ProjectRef = 157405B7215890BC00EEAAEB /* Alamofire.xcodeproj */;
},
{
ProductGroup = 1517EA702159D72200DE80D6 /* Products */;
ProjectRef = 1517EA6F2159D72200DE80D6 /* AlamofireImage.xcodeproj */;
},
{
ProductGroup = 15A79AE8215B3CC5007A326E /* Products */;
ProjectRef = 15A79AE7215B3CC5007A326E /* MastodonKit.xcodeproj */;
},
{
ProductGroup = 15A79B09215B438C007A326E /* Products */;
ProjectRef = 15A79B08215B438C007A326E /* OAuthSwift.xcodeproj */;
},
);
projectRoot = "";
targets = (
15960E56213145E100C38CE9 /* elpha-ios */,
);
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
1517EA842159D72200DE80D6 /* AlamofireImage.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = AlamofireImage.framework;
remoteRef = 1517EA832159D72200DE80D6 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
1517EA862159D72200DE80D6 /* AlamofireImage iOS Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "AlamofireImage iOS Tests.xctest";
remoteRef = 1517EA852159D72200DE80D6 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
1517EA882159D72200DE80D6 /* AlamofireImage.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = AlamofireImage.framework;
remoteRef = 1517EA872159D72200DE80D6 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
1517EA8A2159D72200DE80D6 /* AlamofireImage macOS Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "AlamofireImage macOS Tests.xctest";
remoteRef = 1517EA892159D72200DE80D6 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
1517EA8C2159D72200DE80D6 /* AlamofireImage.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = AlamofireImage.framework;
remoteRef = 1517EA8B2159D72200DE80D6 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
1517EA8E2159D72200DE80D6 /* AlamofireImage tvOS Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "AlamofireImage tvOS Tests.xctest";
remoteRef = 1517EA8D2159D72200DE80D6 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
1517EA902159D72200DE80D6 /* AlamofireImage.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = AlamofireImage.framework;
remoteRef = 1517EA8F2159D72200DE80D6 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
1517EA922159D72200DE80D6 /* iOS Example.app */ = {
isa = PBXReferenceProxy;
fileType = wrapper.application;
path = "iOS Example.app";
remoteRef = 1517EA912159D72200DE80D6 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
157405C3215890BC00EEAAEB /* Alamofire.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Alamofire.framework;
remoteRef = 157405C2215890BC00EEAAEB /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
157405C5215890BC00EEAAEB /* Alamofire iOS Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "Alamofire iOS Tests.xctest";
remoteRef = 157405C4215890BC00EEAAEB /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
157405C7215890BC00EEAAEB /* Alamofire.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Alamofire.framework;
remoteRef = 157405C6215890BC00EEAAEB /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
157405C9215890BC00EEAAEB /* Alamofire macOS Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "Alamofire macOS Tests.xctest";
remoteRef = 157405C8215890BC00EEAAEB /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
157405CB215890BC00EEAAEB /* Alamofire.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Alamofire.framework;
remoteRef = 157405CA215890BC00EEAAEB /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
157405CD215890BC00EEAAEB /* Alamofire tvOS Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "Alamofire tvOS Tests.xctest";
remoteRef = 157405CC215890BC00EEAAEB /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
157405CF215890BC00EEAAEB /* Alamofire.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Alamofire.framework;
remoteRef = 157405CE215890BC00EEAAEB /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
15A79B00215B3CC5007A326E /* MastodonKit.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = MastodonKit.framework;
remoteRef = 15A79AFF215B3CC5007A326E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
15A79B02215B3CC5007A326E /* MastodonKit.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = MastodonKit.framework;
remoteRef = 15A79B01215B3CC5007A326E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
15A79B04215B3CC5007A326E /* MastodonKit.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = MastodonKit.framework;
remoteRef = 15A79B03215B3CC5007A326E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
15A79B06215B3CC5007A326E /* MastodonKitTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = MastodonKitTests.xctest;
remoteRef = 15A79B05215B3CC5007A326E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
15A79B13215B438C007A326E /* OAuthSwift.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = OAuthSwift.framework;
remoteRef = 15A79B12215B438C007A326E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
15A79B15215B438C007A326E /* OAuthSwift.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = OAuthSwift.framework;
remoteRef = 15A79B14215B438C007A326E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
15A79B17215B438C007A326E /* OAuthSwift.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = OAuthSwift.framework;
remoteRef = 15A79B16215B438C007A326E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
15A79B19215B438C007A326E /* OAuthSwift.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = OAuthSwift.framework;
remoteRef = 15A79B18215B438C007A326E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
15A79B1B215B438C007A326E /* OAuthSwiftDemo.app */ = {
isa = PBXReferenceProxy;
fileType = wrapper.application;
path = OAuthSwiftDemo.app;
remoteRef = 15A79B1A215B438C007A326E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
15A79B1D215B438C007A326E /* OAuthSwiftOSXDemo.app */ = {
isa = PBXReferenceProxy;
fileType = wrapper.application;
path = OAuthSwiftOSXDemo.app;
remoteRef = 15A79B1C215B438C007A326E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
15A79B1F215B438C007A326E /* OAuthSwiftTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = OAuthSwiftTests.xctest;
remoteRef = 15A79B1E215B438C007A326E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
15960E55213145E100C38CE9 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
15960E67213145E200C38CE9 /* LaunchScreen.storyboard in Resources */,
15960E64213145E200C38CE9 /* Assets.xcassets in Resources */,
157405B12151A5DA00EEAAEB /* README.md in Resources */,
15960E62213145E100C38CE9 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
15960E53213145E100C38CE9 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
159048AF214F5015004F4014 /* InstancesTableViewCell.swift in Sources */,
15960E84213774FC00C38CE9 /* InstancesTableViewController.swift in Sources */,
15960E7021321FA500C38CE9 /* Elpha.xcdatamodeld in Sources */,
15F9981721629965009E58DA /* TimelineTableViewController.swift in Sources */,
157405B42151A93E00EEAAEB /* InstancesDataManager.swift in Sources */,
15960E5F213145E100C38CE9 /* SecondViewController.swift in Sources */,
15F998352162C0E8009E58DA /* MastodonDataManager.swift in Sources */,
15960E7A2132387A00C38CE9 /* MainTabBarController.swift in Sources */,
15960E7C213272CD00C38CE9 /* AuthenticationManager.swift in Sources */,
15960E7E21329FED00C38CE9 /* AuthenticateViewController.swift in Sources */,
15960E5B213145E100C38CE9 /* AppDelegate.swift in Sources */,
15960E7721322C6F00C38CE9 /* Configuration.swift in Sources */,
15960E7521322BF800C38CE9 /* KeychainWrapper.swift in Sources */,
157405A82150588A00EEAAEB /* InstanceViewController.swift in Sources */,
15960E7321322BC700C38CE9 /* KeychainItemAccessibility.swift in Sources */,
159026D02163069600D362DD /* Date+TimeAgo.swift in Sources */,
15A79B43215EB959007A326E /* CoreDataManager.swift in Sources */,
15960E822136668500C38CE9 /* TimelinesNavigationController.swift in Sources */,
159026AE2162CF5600D362DD /* TimelineTableViewCell.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
151AD4DB216899AD00F07403 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "AlamofireImage iOS";
targetProxy = 151AD4DA216899AD00F07403 /* PBXContainerItemProxy */;
};
151AD4E0216899E000F07403 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = OAuthSwift;
targetProxy = 151AD4DF216899E000F07403 /* PBXContainerItemProxy */;
};
151AD4E4216899F900F07403 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "MastodonKit-iOS";
targetProxy = 151AD4E3216899F900F07403 /* PBXContainerItemProxy */;
};
151AD4E821689A0F00F07403 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Alamofire iOS";
targetProxy = 151AD4E721689A0F00F07403 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
15960E60213145E100C38CE9 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
15960E61213145E100C38CE9 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
15960E65213145E200C38CE9 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
15960E66213145E200C38CE9 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
15960E69213145E200C38CE9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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_ENABLE_OBJC_WEAK = 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_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;
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 = 11.4;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
15960E6A213145E200C38CE9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
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_ENABLE_OBJC_WEAK = 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_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;
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 = 11.4;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
15960E6C213145E200C38CE9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = R9PMLQGTGZ;
INFOPLIST_FILE = "elpha-ios/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "xyz.elpha.elpha-ios";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
15960E6D213145E200C38CE9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = R9PMLQGTGZ;
INFOPLIST_FILE = "elpha-ios/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "xyz.elpha.elpha-ios";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
15960E52213145E100C38CE9 /* Build configuration list for PBXProject "elpha-ios" */ = {
isa = XCConfigurationList;
buildConfigurations = (
15960E69213145E200C38CE9 /* Debug */,
15960E6A213145E200C38CE9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
15960E6B213145E200C38CE9 /* Build configuration list for PBXNativeTarget "elpha-ios" */ = {
isa = XCConfigurationList;
buildConfigurations = (
15960E6C213145E200C38CE9 /* Debug */,
15960E6D213145E200C38CE9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCVersionGroup section */
15960E6E21321FA500C38CE9 /* Elpha.xcdatamodeld */ = {
isa = XCVersionGroup;
children = (
15960E6F21321FA500C38CE9 /* Elpha.xcdatamodel */,
);
currentVersion = 15960E6F21321FA500C38CE9 /* Elpha.xcdatamodel */;
path = Elpha.xcdatamodeld;
sourceTree = "<group>";
versionGroupType = wrapper.xcdatamodel;
};
/* End XCVersionGroup section */
};
rootObject = 15960E4F213145E100C38CE9 /* Project object */;
}