element-ios/syMessaging/syMessaging.xcodeproj/project.pbxproj
2014-10-10 14:30:09 +02:00

562 lines
26 KiB
Text

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
B5BDF86A98AA08A193004CEC /* libPods-syMessaging.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EB4F087B767553CED2DEABB /* libPods-syMessaging.a */; };
F01628BA19E29A270071C473 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F01628B919E29A270071C473 /* LoginViewController.m */; };
F01628C119E29C660071C473 /* default-profile.png in Resources */ = {isa = PBXBuildFile; fileRef = F01628BC19E29C660071C473 /* default-profile.png */; };
F01628C319E29C660071C473 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = F01628BE19E29C660071C473 /* logo.png */; };
F024098219E7D177006E741B /* tab_recents@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F024098119E7D177006E741B /* tab_recents@2x.png */; };
F05B955919DEDCD9008761B0 /* HomeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F05B955219DEDCD9008761B0 /* HomeViewController.m */; };
F05B955A19DEDCD9008761B0 /* RecentsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F05B955419DEDCD9008761B0 /* RecentsViewController.m */; };
F05B955B19DEDCD9008761B0 /* RoomViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F05B955619DEDCD9008761B0 /* RoomViewController.m */; };
F05B955C19DEDCD9008761B0 /* SettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F05B955819DEDCD9008761B0 /* SettingsViewController.m */; };
F05B955F19DEED8A008761B0 /* MatrixHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F05B955E19DEED8A008761B0 /* MatrixHandler.m */; };
F072761819E54AB100CA306E /* MasterTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = F072761719E54AB100CA306E /* MasterTabBarController.m */; };
F07A80D819DD9DE700B621A1 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F07A80D719DD9DE700B621A1 /* main.m */; };
F07A80DB19DD9DE700B621A1 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F07A80DA19DD9DE700B621A1 /* AppDelegate.m */; };
F07A80E419DD9DE700B621A1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F07A80E219DD9DE700B621A1 /* Main.storyboard */; };
F07A80E619DD9DE700B621A1 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F07A80E519DD9DE700B621A1 /* Images.xcassets */; };
F07A80E919DD9DE700B621A1 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = F07A80E719DD9DE700B621A1 /* LaunchScreen.xib */; };
F07A80F519DD9DE700B621A1 /* syMessagingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F07A80F419DD9DE700B621A1 /* syMessagingTests.m */; };
F0CEA5AE19E6895E00E47915 /* logoHighRes.png in Resources */ = {isa = PBXBuildFile; fileRef = F0CEA5AC19E6895E00E47915 /* logoHighRes.png */; };
F0CEA5AF19E6895E00E47915 /* tab_recents.png in Resources */ = {isa = PBXBuildFile; fileRef = F0CEA5AD19E6895E00E47915 /* tab_recents.png */; };
F0CEA5B119E6898800E47915 /* tab_home.ico in Resources */ = {isa = PBXBuildFile; fileRef = F0CEA5B019E6898800E47915 /* tab_home.ico */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
F07A80EF19DD9DE700B621A1 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F07A80CA19DD9DE700B621A1 /* Project object */;
proxyType = 1;
remoteGlobalIDString = F07A80D119DD9DE700B621A1;
remoteInfo = syMessaging;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
1EB4F087B767553CED2DEABB /* libPods-syMessaging.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-syMessaging.a"; sourceTree = BUILT_PRODUCTS_DIR; };
477412429E0ABA7BC78E9A48 /* Pods-syMessaging.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-syMessaging.debug.xcconfig"; path = "Pods/Target Support Files/Pods-syMessaging/Pods-syMessaging.debug.xcconfig"; sourceTree = "<group>"; };
A2E42FBF1F066CD8150FDB2B /* Pods-syMessaging.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-syMessaging.release.xcconfig"; path = "Pods/Target Support Files/Pods-syMessaging/Pods-syMessaging.release.xcconfig"; sourceTree = "<group>"; };
F01628B819E29A270071C473 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
F01628B919E29A270071C473 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
F01628BC19E29C660071C473 /* default-profile.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "default-profile.png"; sourceTree = "<group>"; };
F01628BE19E29C660071C473 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = "<group>"; };
F024098119E7D177006E741B /* tab_recents@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tab_recents@2x.png"; sourceTree = "<group>"; };
F05B955119DEDCD9008761B0 /* HomeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomeViewController.h; sourceTree = "<group>"; };
F05B955219DEDCD9008761B0 /* HomeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeViewController.m; sourceTree = "<group>"; };
F05B955319DEDCD9008761B0 /* RecentsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecentsViewController.h; sourceTree = "<group>"; };
F05B955419DEDCD9008761B0 /* RecentsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RecentsViewController.m; sourceTree = "<group>"; };
F05B955519DEDCD9008761B0 /* RoomViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RoomViewController.h; sourceTree = "<group>"; };
F05B955619DEDCD9008761B0 /* RoomViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RoomViewController.m; sourceTree = "<group>"; };
F05B955719DEDCD9008761B0 /* SettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsViewController.h; sourceTree = "<group>"; };
F05B955819DEDCD9008761B0 /* SettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingsViewController.m; sourceTree = "<group>"; };
F05B955D19DEED8A008761B0 /* MatrixHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MatrixHandler.h; sourceTree = "<group>"; };
F05B955E19DEED8A008761B0 /* MatrixHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MatrixHandler.m; sourceTree = "<group>"; };
F072761619E54AB100CA306E /* MasterTabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MasterTabBarController.h; sourceTree = "<group>"; };
F072761719E54AB100CA306E /* MasterTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MasterTabBarController.m; sourceTree = "<group>"; };
F07A80D219DD9DE700B621A1 /* syMessaging.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = syMessaging.app; sourceTree = BUILT_PRODUCTS_DIR; };
F07A80D619DD9DE700B621A1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F07A80D719DD9DE700B621A1 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
F07A80D919DD9DE700B621A1 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
F07A80DA19DD9DE700B621A1 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
F07A80E319DD9DE700B621A1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
F07A80E519DD9DE700B621A1 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
F07A80E819DD9DE700B621A1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
F07A80EE19DD9DE700B621A1 /* syMessagingTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = syMessagingTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
F07A80F319DD9DE700B621A1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F07A80F419DD9DE700B621A1 /* syMessagingTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = syMessagingTests.m; sourceTree = "<group>"; };
F0CEA5AC19E6895E00E47915 /* logoHighRes.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logoHighRes.png; sourceTree = "<group>"; };
F0CEA5AD19E6895E00E47915 /* tab_recents.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tab_recents.png; sourceTree = "<group>"; };
F0CEA5B019E6898800E47915 /* tab_home.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = tab_home.ico; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
F07A80CF19DD9DE700B621A1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B5BDF86A98AA08A193004CEC /* libPods-syMessaging.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
F07A80EB19DD9DE700B621A1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
B18A10A9FB884DD357EBD414 /* Pods */ = {
isa = PBXGroup;
children = (
477412429E0ABA7BC78E9A48 /* Pods-syMessaging.debug.xcconfig */,
A2E42FBF1F066CD8150FDB2B /* Pods-syMessaging.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
EAA71E3C2B16D1D86B3F5100 /* Frameworks */ = {
isa = PBXGroup;
children = (
1EB4F087B767553CED2DEABB /* libPods-syMessaging.a */,
);
name = Frameworks;
sourceTree = "<group>";
};
F01628B519E298710071C473 /* Assets */ = {
isa = PBXGroup;
children = (
F024098119E7D177006E741B /* tab_recents@2x.png */,
F0CEA5B019E6898800E47915 /* tab_home.ico */,
F0CEA5AD19E6895E00E47915 /* tab_recents.png */,
F01628BC19E29C660071C473 /* default-profile.png */,
F01628BE19E29C660071C473 /* logo.png */,
F0CEA5AC19E6895E00E47915 /* logoHighRes.png */,
);
path = Assets;
sourceTree = "<group>";
};
F07A80C919DD9DE700B621A1 = {
isa = PBXGroup;
children = (
F07A80D419DD9DE700B621A1 /* syMessaging */,
F07A80F119DD9DE700B621A1 /* syMessagingTests */,
F07A80D319DD9DE700B621A1 /* Products */,
B18A10A9FB884DD357EBD414 /* Pods */,
EAA71E3C2B16D1D86B3F5100 /* Frameworks */,
);
sourceTree = "<group>";
};
F07A80D319DD9DE700B621A1 /* Products */ = {
isa = PBXGroup;
children = (
F07A80D219DD9DE700B621A1 /* syMessaging.app */,
F07A80EE19DD9DE700B621A1 /* syMessagingTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
F07A80D419DD9DE700B621A1 /* syMessaging */ = {
isa = PBXGroup;
children = (
F07A80D919DD9DE700B621A1 /* AppDelegate.h */,
F07A80DA19DD9DE700B621A1 /* AppDelegate.m */,
F05B955119DEDCD9008761B0 /* HomeViewController.h */,
F05B955219DEDCD9008761B0 /* HomeViewController.m */,
F01628B819E29A270071C473 /* LoginViewController.h */,
F01628B919E29A270071C473 /* LoginViewController.m */,
F072761619E54AB100CA306E /* MasterTabBarController.h */,
F072761719E54AB100CA306E /* MasterTabBarController.m */,
F05B955D19DEED8A008761B0 /* MatrixHandler.h */,
F05B955E19DEED8A008761B0 /* MatrixHandler.m */,
F05B955319DEDCD9008761B0 /* RecentsViewController.h */,
F05B955419DEDCD9008761B0 /* RecentsViewController.m */,
F05B955519DEDCD9008761B0 /* RoomViewController.h */,
F05B955619DEDCD9008761B0 /* RoomViewController.m */,
F05B955719DEDCD9008761B0 /* SettingsViewController.h */,
F05B955819DEDCD9008761B0 /* SettingsViewController.m */,
F07A80E219DD9DE700B621A1 /* Main.storyboard */,
F07A80E519DD9DE700B621A1 /* Images.xcassets */,
F07A80E719DD9DE700B621A1 /* LaunchScreen.xib */,
F01628B519E298710071C473 /* Assets */,
F07A80D519DD9DE700B621A1 /* Supporting Files */,
);
path = syMessaging;
sourceTree = "<group>";
};
F07A80D519DD9DE700B621A1 /* Supporting Files */ = {
isa = PBXGroup;
children = (
F07A80D619DD9DE700B621A1 /* Info.plist */,
F07A80D719DD9DE700B621A1 /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
F07A80F119DD9DE700B621A1 /* syMessagingTests */ = {
isa = PBXGroup;
children = (
F07A80F419DD9DE700B621A1 /* syMessagingTests.m */,
F07A80F219DD9DE700B621A1 /* Supporting Files */,
);
path = syMessagingTests;
sourceTree = "<group>";
};
F07A80F219DD9DE700B621A1 /* Supporting Files */ = {
isa = PBXGroup;
children = (
F07A80F319DD9DE700B621A1 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
F07A80D119DD9DE700B621A1 /* syMessaging */ = {
isa = PBXNativeTarget;
buildConfigurationList = F07A80F819DD9DE700B621A1 /* Build configuration list for PBXNativeTarget "syMessaging" */;
buildPhases = (
A063750719371855C7755702 /* Check Pods Manifest.lock */,
F07A80CE19DD9DE700B621A1 /* Sources */,
F07A80CF19DD9DE700B621A1 /* Frameworks */,
F07A80D019DD9DE700B621A1 /* Resources */,
3496B335A95D95AB2A8DCEF4 /* Copy Pods Resources */,
);
buildRules = (
);
dependencies = (
);
name = syMessaging;
productName = syMessaging;
productReference = F07A80D219DD9DE700B621A1 /* syMessaging.app */;
productType = "com.apple.product-type.application";
};
F07A80ED19DD9DE700B621A1 /* syMessagingTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = F07A80FB19DD9DE700B621A1 /* Build configuration list for PBXNativeTarget "syMessagingTests" */;
buildPhases = (
F07A80EA19DD9DE700B621A1 /* Sources */,
F07A80EB19DD9DE700B621A1 /* Frameworks */,
F07A80EC19DD9DE700B621A1 /* Resources */,
);
buildRules = (
);
dependencies = (
F07A80F019DD9DE700B621A1 /* PBXTargetDependency */,
);
name = syMessagingTests;
productName = syMessagingTests;
productReference = F07A80EE19DD9DE700B621A1 /* syMessagingTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
F07A80CA19DD9DE700B621A1 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0600;
ORGANIZATIONNAME = matrix.org;
TargetAttributes = {
F07A80D119DD9DE700B621A1 = {
CreatedOnToolsVersion = 6.0;
};
F07A80ED19DD9DE700B621A1 = {
CreatedOnToolsVersion = 6.0;
TestTargetID = F07A80D119DD9DE700B621A1;
};
};
};
buildConfigurationList = F07A80CD19DD9DE700B621A1 /* Build configuration list for PBXProject "syMessaging" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = F07A80C919DD9DE700B621A1;
productRefGroup = F07A80D319DD9DE700B621A1 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
F07A80D119DD9DE700B621A1 /* syMessaging */,
F07A80ED19DD9DE700B621A1 /* syMessagingTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
F07A80D019DD9DE700B621A1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F024098219E7D177006E741B /* tab_recents@2x.png in Resources */,
F07A80E419DD9DE700B621A1 /* Main.storyboard in Resources */,
F07A80E919DD9DE700B621A1 /* LaunchScreen.xib in Resources */,
F0CEA5AF19E6895E00E47915 /* tab_recents.png in Resources */,
F01628C319E29C660071C473 /* logo.png in Resources */,
F01628C119E29C660071C473 /* default-profile.png in Resources */,
F0CEA5AE19E6895E00E47915 /* logoHighRes.png in Resources */,
F0CEA5B119E6898800E47915 /* tab_home.ico in Resources */,
F07A80E619DD9DE700B621A1 /* Images.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
F07A80EC19DD9DE700B621A1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
3496B335A95D95AB2A8DCEF4 /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-syMessaging/Pods-syMessaging-resources.sh\"\n";
showEnvVarsInLog = 0;
};
A063750719371855C7755702 /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
F07A80CE19DD9DE700B621A1 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F01628BA19E29A270071C473 /* LoginViewController.m in Sources */,
F05B955A19DEDCD9008761B0 /* RecentsViewController.m in Sources */,
F05B955B19DEDCD9008761B0 /* RoomViewController.m in Sources */,
F07A80DB19DD9DE700B621A1 /* AppDelegate.m in Sources */,
F07A80D819DD9DE700B621A1 /* main.m in Sources */,
F05B955919DEDCD9008761B0 /* HomeViewController.m in Sources */,
F05B955F19DEED8A008761B0 /* MatrixHandler.m in Sources */,
F072761819E54AB100CA306E /* MasterTabBarController.m in Sources */,
F05B955C19DEDCD9008761B0 /* SettingsViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
F07A80EA19DD9DE700B621A1 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F07A80F519DD9DE700B621A1 /* syMessagingTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
F07A80F019DD9DE700B621A1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = F07A80D119DD9DE700B621A1 /* syMessaging */;
targetProxy = F07A80EF19DD9DE700B621A1 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
F07A80E219DD9DE700B621A1 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
F07A80E319DD9DE700B621A1 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
F07A80E719DD9DE700B621A1 /* LaunchScreen.xib */ = {
isa = PBXVariantGroup;
children = (
F07A80E819DD9DE700B621A1 /* Base */,
);
name = LaunchScreen.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
F07A80F619DD9DE700B621A1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
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 = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
F07A80F719DD9DE700B621A1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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 = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
F07A80F919DD9DE700B621A1 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 477412429E0ABA7BC78E9A48 /* Pods-syMessaging.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = syMessaging/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
F07A80FA19DD9DE700B621A1 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = A2E42FBF1F066CD8150FDB2B /* Pods-syMessaging.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = syMessaging/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
F07A80FC19DD9DE700B621A1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = syMessagingTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/syMessaging.app/syMessaging";
};
name = Debug;
};
F07A80FD19DD9DE700B621A1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = syMessagingTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/syMessaging.app/syMessaging";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
F07A80CD19DD9DE700B621A1 /* Build configuration list for PBXProject "syMessaging" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F07A80F619DD9DE700B621A1 /* Debug */,
F07A80F719DD9DE700B621A1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F07A80F819DD9DE700B621A1 /* Build configuration list for PBXNativeTarget "syMessaging" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F07A80F919DD9DE700B621A1 /* Debug */,
F07A80FA19DD9DE700B621A1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F07A80FB19DD9DE700B621A1 /* Build configuration list for PBXNativeTarget "syMessagingTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F07A80FC19DD9DE700B621A1 /* Debug */,
F07A80FD19DD9DE700B621A1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = F07A80CA19DD9DE700B621A1 /* Project object */;
}