forked from carlj/CJAMacros
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 48aa74e
Showing
17 changed files
with
849 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Xcode | ||
.DS_Store | ||
*/build/* | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata | ||
profile | ||
*.moved-aside | ||
DerivedData | ||
.idea/ | ||
*.hmap | ||
|
||
#CocoaPods | ||
Pods |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,327 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 46; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
FAD9F23217C3A00E004BF6A0 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = FAD9F23117C3A00E004BF6A0 /* [email protected] */; }; | ||
FADBC04017C394F4000EBDB9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FADBC03F17C394F4000EBDB9 /* Foundation.framework */; }; | ||
FADBC04217C394F4000EBDB9 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FADBC04117C394F4000EBDB9 /* CoreGraphics.framework */; }; | ||
FADBC04417C394F4000EBDB9 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FADBC04317C394F4000EBDB9 /* UIKit.framework */; }; | ||
FADBC07E17C39611000EBDB9 /* CJAMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = FADBC07D17C39611000EBDB9 /* CJAMacros.m */; }; | ||
FADBC07F17C396BD000EBDB9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = FADBC07517C39563000EBDB9 /* main.m */; }; | ||
FADBC08017C396CC000EBDB9 /* CJAAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = FADBC07117C39563000EBDB9 /* CJAAppDelegate.m */; }; | ||
FADBC08317C39B51000EBDB9 /* DemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FADBC08217C39B51000EBDB9 /* DemoViewController.m */; }; | ||
FADBC0C717C39F46000EBDB9 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = FADBC0C617C39F46000EBDB9 /* Localizable.strings */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
FAD9F23117C3A00E004BF6A0 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
FADBC03C17C394F4000EBDB9 /* CJAMacros.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CJAMacros.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
FADBC03F17C394F4000EBDB9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | ||
FADBC04117C394F4000EBDB9 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; | ||
FADBC04317C394F4000EBDB9 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; | ||
FADBC07017C39563000EBDB9 /* CJAAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CJAAppDelegate.h; sourceTree = "<group>"; }; | ||
FADBC07117C39563000EBDB9 /* CJAAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CJAAppDelegate.m; sourceTree = "<group>"; }; | ||
FADBC07317C39563000EBDB9 /* CJAMacros-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "CJAMacros-Info.plist"; sourceTree = "<group>"; }; | ||
FADBC07417C39563000EBDB9 /* CJAMacros-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CJAMacros-Prefix.pch"; sourceTree = "<group>"; }; | ||
FADBC07517C39563000EBDB9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; | ||
FADBC07C17C39611000EBDB9 /* CJAMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CJAMacros.h; path = CJAMacros/CJAMacros.h; sourceTree = "<group>"; }; | ||
FADBC07D17C39611000EBDB9 /* CJAMacros.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CJAMacros.m; path = CJAMacros/CJAMacros.m; sourceTree = "<group>"; }; | ||
FADBC08117C39B51000EBDB9 /* DemoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DemoViewController.h; sourceTree = "<group>"; }; | ||
FADBC08217C39B51000EBDB9 /* DemoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DemoViewController.m; sourceTree = "<group>"; }; | ||
FADBC0C617C39F46000EBDB9 /* Localizable.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = Localizable.strings; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
FADBC03917C394F4000EBDB9 /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
FADBC04217C394F4000EBDB9 /* CoreGraphics.framework in Frameworks */, | ||
FADBC04417C394F4000EBDB9 /* UIKit.framework in Frameworks */, | ||
FADBC04017C394F4000EBDB9 /* Foundation.framework in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
FADBC03317C394F4000EBDB9 = { | ||
isa = PBXGroup; | ||
children = ( | ||
FADBC07817C39583000EBDB9 /* CJAMacros */, | ||
FADBC06E17C39563000EBDB9 /* Example */, | ||
FADBC03E17C394F4000EBDB9 /* Frameworks */, | ||
FADBC03D17C394F4000EBDB9 /* Products */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
FADBC03D17C394F4000EBDB9 /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
FADBC03C17C394F4000EBDB9 /* CJAMacros.app */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
FADBC03E17C394F4000EBDB9 /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
FADBC03F17C394F4000EBDB9 /* Foundation.framework */, | ||
FADBC04117C394F4000EBDB9 /* CoreGraphics.framework */, | ||
FADBC04317C394F4000EBDB9 /* UIKit.framework */, | ||
); | ||
name = Frameworks; | ||
sourceTree = "<group>"; | ||
}; | ||
FADBC06E17C39563000EBDB9 /* Example */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
FADBC06F17C39563000EBDB9 /* Classes */, | ||
FADBC07217C39563000EBDB9 /* Other Sources */, | ||
FADBC07617C39563000EBDB9 /* Ressources */, | ||
); | ||
path = Example; | ||
sourceTree = "<group>"; | ||
}; | ||
FADBC06F17C39563000EBDB9 /* Classes */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
FADBC08117C39B51000EBDB9 /* DemoViewController.h */, | ||
FADBC08217C39B51000EBDB9 /* DemoViewController.m */, | ||
FADBC07017C39563000EBDB9 /* CJAAppDelegate.h */, | ||
FADBC07117C39563000EBDB9 /* CJAAppDelegate.m */, | ||
); | ||
path = Classes; | ||
sourceTree = "<group>"; | ||
}; | ||
FADBC07217C39563000EBDB9 /* Other Sources */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
FADBC07317C39563000EBDB9 /* CJAMacros-Info.plist */, | ||
FADBC07417C39563000EBDB9 /* CJAMacros-Prefix.pch */, | ||
FADBC07517C39563000EBDB9 /* main.m */, | ||
); | ||
path = "Other Sources"; | ||
sourceTree = "<group>"; | ||
}; | ||
FADBC07617C39563000EBDB9 /* Ressources */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
FAD9F23117C3A00E004BF6A0 /* [email protected] */, | ||
FADBC0C617C39F46000EBDB9 /* Localizable.strings */, | ||
); | ||
path = Ressources; | ||
sourceTree = "<group>"; | ||
}; | ||
FADBC07817C39583000EBDB9 /* CJAMacros */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
FADBC07C17C39611000EBDB9 /* CJAMacros.h */, | ||
FADBC07D17C39611000EBDB9 /* CJAMacros.m */, | ||
); | ||
name = CJAMacros; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
FADBC03B17C394F4000EBDB9 /* CJAMacros */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = FADBC06817C394F4000EBDB9 /* Build configuration list for PBXNativeTarget "CJAMacros" */; | ||
buildPhases = ( | ||
FADBC03817C394F4000EBDB9 /* Sources */, | ||
FADBC03917C394F4000EBDB9 /* Frameworks */, | ||
FADBC03A17C394F4000EBDB9 /* Resources */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
name = CJAMacros; | ||
productName = CJAMacros; | ||
productReference = FADBC03C17C394F4000EBDB9 /* CJAMacros.app */; | ||
productType = "com.apple.product-type.application"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
FADBC03417C394F4000EBDB9 /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
CLASSPREFIX = CJA; | ||
LastUpgradeCheck = 0500; | ||
ORGANIZATIONNAME = "Carl Jahn"; | ||
TargetAttributes = { | ||
FADBC05617C394F4000EBDB9 = { | ||
TestTargetID = FADBC03B17C394F4000EBDB9; | ||
}; | ||
}; | ||
}; | ||
buildConfigurationList = FADBC03717C394F4000EBDB9 /* Build configuration list for PBXProject "CJAMacros" */; | ||
compatibilityVersion = "Xcode 3.2"; | ||
developmentRegion = English; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
); | ||
mainGroup = FADBC03317C394F4000EBDB9; | ||
productRefGroup = FADBC03D17C394F4000EBDB9 /* Products */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
FADBC03B17C394F4000EBDB9 /* CJAMacros */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
FADBC03A17C394F4000EBDB9 /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
FADBC0C717C39F46000EBDB9 /* Localizable.strings in Resources */, | ||
FAD9F23217C3A00E004BF6A0 /* [email protected] in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
FADBC03817C394F4000EBDB9 /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
FADBC08017C396CC000EBDB9 /* CJAAppDelegate.m in Sources */, | ||
FADBC07F17C396BD000EBDB9 /* main.m in Sources */, | ||
FADBC07E17C39611000EBDB9 /* CJAMacros.m in Sources */, | ||
FADBC08317C39B51000EBDB9 /* DemoViewController.m in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
FADBC06617C394F4000EBDB9 /* 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__DUPLICATE_METHOD_MATCH = YES; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
COPY_PHASE_STRIP = NO; | ||
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_ABOUT_RETURN_TYPE = YES_ERROR; | ||
GCC_WARN_UNDECLARED_SELECTOR = YES; | ||
GCC_WARN_UNINITIALIZED_AUTOS = YES; | ||
GCC_WARN_UNUSED_FUNCTION = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IPHONEOS_DEPLOYMENT_TARGET = 7.0; | ||
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = iphoneos; | ||
}; | ||
name = Debug; | ||
}; | ||
FADBC06717C394F4000EBDB9 /* 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__DUPLICATE_METHOD_MATCH = YES; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
COPY_PHASE_STRIP = YES; | ||
ENABLE_NS_ASSERTIONS = NO; | ||
GCC_C_LANGUAGE_STANDARD = gnu99; | ||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | ||
GCC_WARN_UNDECLARED_SELECTOR = YES; | ||
GCC_WARN_UNINITIALIZED_AUTOS = YES; | ||
GCC_WARN_UNUSED_FUNCTION = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IPHONEOS_DEPLOYMENT_TARGET = 7.0; | ||
SDKROOT = iphoneos; | ||
VALIDATE_PRODUCT = YES; | ||
}; | ||
name = Release; | ||
}; | ||
FADBC06917C394F4000EBDB9 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = "Example/Other Sources/CJAMacros-Prefix.pch"; | ||
INFOPLIST_FILE = "$(SRCROOT)/Example/Other Sources/CJAMacros-Info.plist"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 6.0; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
TARGETED_DEVICE_FAMILY = 1; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
name = Debug; | ||
}; | ||
FADBC06A17C394F4000EBDB9 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = "Example/Other Sources/CJAMacros-Prefix.pch"; | ||
INFOPLIST_FILE = "$(SRCROOT)/Example/Other Sources/CJAMacros-Info.plist"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 6.0; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
TARGETED_DEVICE_FAMILY = 1; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
FADBC03717C394F4000EBDB9 /* Build configuration list for PBXProject "CJAMacros" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
FADBC06617C394F4000EBDB9 /* Debug */, | ||
FADBC06717C394F4000EBDB9 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
FADBC06817C394F4000EBDB9 /* Build configuration list for PBXNativeTarget "CJAMacros" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
FADBC06917C394F4000EBDB9 /* Debug */, | ||
FADBC06A17C394F4000EBDB9 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
rootObject = FADBC03417C394F4000EBDB9 /* Project object */; | ||
} |
7 changes: 7 additions & 0 deletions
7
CJAMacros.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
41 changes: 41 additions & 0 deletions
41
CJAMacros.xcodeproj/project.xcworkspace/xcshareddata/CJAMacros.xccheckout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDESourceControlProjectFavoriteDictionaryKey</key> | ||
<false/> | ||
<key>IDESourceControlProjectIdentifier</key> | ||
<string>D3513492-1D3F-4491-833F-6F6F4E4A3A71</string> | ||
<key>IDESourceControlProjectName</key> | ||
<string>CJAMacros</string> | ||
<key>IDESourceControlProjectOriginsDictionary</key> | ||
<dict> | ||
<key>448643EC-D1E3-47F5-B5AE-291AAB962BF7</key> | ||
<string>https://github.com/carlj/CJAMarcos.git</string> | ||
</dict> | ||
<key>IDESourceControlProjectPath</key> | ||
<string>CJAMacros.xcodeproj/project.xcworkspace</string> | ||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key> | ||
<dict> | ||
<key>448643EC-D1E3-47F5-B5AE-291AAB962BF7</key> | ||
<string>../..</string> | ||
</dict> | ||
<key>IDESourceControlProjectURL</key> | ||
<string>https://github.com/carlj/CJAMarcos.git</string> | ||
<key>IDESourceControlProjectVersion</key> | ||
<integer>110</integer> | ||
<key>IDESourceControlProjectWCCIdentifier</key> | ||
<string>448643EC-D1E3-47F5-B5AE-291AAB962BF7</string> | ||
<key>IDESourceControlProjectWCConfigurations</key> | ||
<array> | ||
<dict> | ||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key> | ||
<string>public.vcs.git</string> | ||
<key>IDESourceControlWCCIdentifierKey</key> | ||
<string>448643EC-D1E3-47F5-B5AE-291AAB962BF7</string> | ||
<key>IDESourceControlWCCName</key> | ||
<string>CJAMarcos</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Oops, something went wrong.