Archive Project
This commit is contained in:
88
Kara Quick View.xcodeproj/project.pbxproj
Normal file → Executable file
88
Kara Quick View.xcodeproj/project.pbxproj
Normal file → Executable file
@@ -7,17 +7,50 @@
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
3B05222A15DD9486004E705C /* Kara.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3B05222615DD9486004E705C /* Kara.tiff */; };
|
||||
3B05222B15DD9486004E705C /* Mushroom.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3B05222715DD9486004E705C /* Mushroom.tiff */; };
|
||||
3B05222C15DD9486004E705C /* Shamrock.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3B05222815DD9486004E705C /* Shamrock.tiff */; };
|
||||
3B05222D15DD9486004E705C /* Tree.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3B05222915DD9486004E705C /* Tree.tiff */; };
|
||||
3B05223615DDAD85004E705C /* Kara1.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3B05223215DDAD85004E705C /* Kara1.tiff */; };
|
||||
3B05223715DDAD85004E705C /* Kara2.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3B05223315DDAD85004E705C /* Kara2.tiff */; };
|
||||
3B05223815DDAD85004E705C /* Kara3.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3B05223415DDAD85004E705C /* Kara3.tiff */; };
|
||||
3B05223915DDAD85004E705C /* Kara0.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3B05223515DDAD85004E705C /* Kara0.tiff */; };
|
||||
3B19AB2515DC06BF00A9737D /* QuickLook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B19AB2415DC06BF00A9737D /* QuickLook.framework */; };
|
||||
3B19AB2715DC06BF00A9737D /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B19AB2615DC06BF00A9737D /* ApplicationServices.framework */; };
|
||||
3B19AB2915DC06BF00A9737D /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B19AB2815DC06BF00A9737D /* CoreServices.framework */; };
|
||||
3B19AB2B15DC06BF00A9737D /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B19AB2A15DC06BF00A9737D /* CoreFoundation.framework */; };
|
||||
3B19AB3115DC06BF00A9737D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3B19AB2F15DC06BF00A9737D /* InfoPlist.strings */; };
|
||||
3B19AB3315DC06BF00A9737D /* GenerateThumbnailForURL.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B19AB3215DC06BF00A9737D /* GenerateThumbnailForURL.c */; };
|
||||
3B19AB3515DC06BF00A9737D /* GeneratePreviewForURL.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B19AB3415DC06BF00A9737D /* GeneratePreviewForURL.c */; };
|
||||
3B19AB3315DC06BF00A9737D /* GenerateThumbnailForURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B19AB3215DC06BF00A9737D /* GenerateThumbnailForURL.m */; };
|
||||
3B19AB3515DC06BF00A9737D /* GeneratePreviewForURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B19AB3415DC06BF00A9737D /* GeneratePreviewForURL.m */; };
|
||||
3B19AB3715DC06BF00A9737D /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B19AB3615DC06BF00A9737D /* main.c */; };
|
||||
3B19AB4315DC3E6500A9737D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B19AB4215DC3E6500A9737D /* Cocoa.framework */; };
|
||||
3B19AB4915DC41DC00A9737D /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B19AB4815DC41DC00A9737D /* AppKit.framework */; };
|
||||
3B19AB4B15DC41E200A9737D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B19AB4A15DC41E200A9737D /* Foundation.framework */; };
|
||||
3B19AB5115DC493300A9737D /* Kara Quick View.qlgenerator in CopyFiles */ = {isa = PBXBuildFile; fileRef = 3B19AB2115DC06BF00A9737D /* Kara Quick View.qlgenerator */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
3B19AB4F15DC491500A9737D /* CopyFiles */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = "~/Library/QuickLook";
|
||||
dstSubfolderSpec = 0;
|
||||
files = (
|
||||
3B19AB5115DC493300A9737D /* Kara Quick View.qlgenerator in CopyFiles */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
3B05222615DD9486004E705C /* Kara.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Kara.tiff; sourceTree = "<group>"; };
|
||||
3B05222715DD9486004E705C /* Mushroom.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Mushroom.tiff; sourceTree = "<group>"; };
|
||||
3B05222815DD9486004E705C /* Shamrock.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Shamrock.tiff; sourceTree = "<group>"; };
|
||||
3B05222915DD9486004E705C /* Tree.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Tree.tiff; sourceTree = "<group>"; };
|
||||
3B05223215DDAD85004E705C /* Kara1.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Kara1.tiff; sourceTree = "<group>"; };
|
||||
3B05223315DDAD85004E705C /* Kara2.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Kara2.tiff; sourceTree = "<group>"; };
|
||||
3B05223415DDAD85004E705C /* Kara3.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Kara3.tiff; sourceTree = "<group>"; };
|
||||
3B05223515DDAD85004E705C /* Kara0.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = Kara0.tiff; sourceTree = "<group>"; };
|
||||
3B19AB2115DC06BF00A9737D /* Kara Quick View.qlgenerator */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Kara Quick View.qlgenerator"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
3B19AB2415DC06BF00A9737D /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = System/Library/Frameworks/QuickLook.framework; sourceTree = SDKROOT; };
|
||||
3B19AB2615DC06BF00A9737D /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; };
|
||||
@@ -25,10 +58,14 @@
|
||||
3B19AB2A15DC06BF00A9737D /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
|
||||
3B19AB2E15DC06BF00A9737D /* Kara Quick View-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Kara Quick View-Info.plist"; sourceTree = "<group>"; };
|
||||
3B19AB3015DC06BF00A9737D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
3B19AB3215DC06BF00A9737D /* GenerateThumbnailForURL.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GenerateThumbnailForURL.c; sourceTree = "<group>"; };
|
||||
3B19AB3415DC06BF00A9737D /* GeneratePreviewForURL.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = GeneratePreviewForURL.c; sourceTree = "<group>"; };
|
||||
3B19AB3215DC06BF00A9737D /* GenerateThumbnailForURL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GenerateThumbnailForURL.m; sourceTree = "<group>"; };
|
||||
3B19AB3415DC06BF00A9737D /* GeneratePreviewForURL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GeneratePreviewForURL.m; sourceTree = "<group>"; };
|
||||
3B19AB3615DC06BF00A9737D /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
|
||||
3B19AB3815DC06BF00A9737D /* Kara Quick View-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Kara Quick View-Prefix.pch"; sourceTree = "<group>"; };
|
||||
3B19AB4215DC3E6500A9737D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
||||
3B19AB4815DC41DC00A9737D /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
||||
3B19AB4A15DC41E200A9737D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
3BB78A0B15DE82D900DA6913 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -36,6 +73,9 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
3B19AB4B15DC41E200A9737D /* Foundation.framework in Frameworks */,
|
||||
3B19AB4915DC41DC00A9737D /* AppKit.framework in Frameworks */,
|
||||
3B19AB4315DC3E6500A9737D /* Cocoa.framework in Frameworks */,
|
||||
3B19AB2515DC06BF00A9737D /* QuickLook.framework in Frameworks */,
|
||||
3B19AB2715DC06BF00A9737D /* ApplicationServices.framework in Frameworks */,
|
||||
3B19AB2915DC06BF00A9737D /* CoreServices.framework in Frameworks */,
|
||||
@@ -46,6 +86,21 @@
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
3B05222515DD9486004E705C /* Icons */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3B05222615DD9486004E705C /* Kara.tiff */,
|
||||
3B05223215DDAD85004E705C /* Kara1.tiff */,
|
||||
3B05223315DDAD85004E705C /* Kara2.tiff */,
|
||||
3B05223415DDAD85004E705C /* Kara3.tiff */,
|
||||
3B05223515DDAD85004E705C /* Kara0.tiff */,
|
||||
3B05222715DD9486004E705C /* Mushroom.tiff */,
|
||||
3B05222815DD9486004E705C /* Shamrock.tiff */,
|
||||
3B05222915DD9486004E705C /* Tree.tiff */,
|
||||
);
|
||||
path = Icons;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3B19AB1415DC06BF00A9737D = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -66,6 +121,9 @@
|
||||
3B19AB2315DC06BF00A9737D /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3B19AB4A15DC41E200A9737D /* Foundation.framework */,
|
||||
3B19AB4815DC41DC00A9737D /* AppKit.framework */,
|
||||
3B19AB4215DC3E6500A9737D /* Cocoa.framework */,
|
||||
3B19AB2415DC06BF00A9737D /* QuickLook.framework */,
|
||||
3B19AB2615DC06BF00A9737D /* ApplicationServices.framework */,
|
||||
3B19AB2815DC06BF00A9737D /* CoreServices.framework */,
|
||||
@@ -77,8 +135,9 @@
|
||||
3B19AB2C15DC06BF00A9737D /* Kara Quick View */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3B19AB3215DC06BF00A9737D /* GenerateThumbnailForURL.c */,
|
||||
3B19AB3415DC06BF00A9737D /* GeneratePreviewForURL.c */,
|
||||
3B19AB3215DC06BF00A9737D /* GenerateThumbnailForURL.m */,
|
||||
3B19AB3415DC06BF00A9737D /* GeneratePreviewForURL.m */,
|
||||
3B05222515DD9486004E705C /* Icons */,
|
||||
3B19AB3615DC06BF00A9737D /* main.c */,
|
||||
3B19AB2D15DC06BF00A9737D /* Supporting Files */,
|
||||
);
|
||||
@@ -117,6 +176,7 @@
|
||||
3B19AB1D15DC06BF00A9737D /* Headers */,
|
||||
3B19AB1E15DC06BF00A9737D /* Resources */,
|
||||
3B19AB1F15DC06BF00A9737D /* Rez */,
|
||||
3B19AB4F15DC491500A9737D /* CopyFiles */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
@@ -158,6 +218,14 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
3B19AB3115DC06BF00A9737D /* InfoPlist.strings in Resources */,
|
||||
3B05222A15DD9486004E705C /* Kara.tiff in Resources */,
|
||||
3B05222B15DD9486004E705C /* Mushroom.tiff in Resources */,
|
||||
3B05222C15DD9486004E705C /* Shamrock.tiff in Resources */,
|
||||
3B05222D15DD9486004E705C /* Tree.tiff in Resources */,
|
||||
3B05223615DDAD85004E705C /* Kara1.tiff in Resources */,
|
||||
3B05223715DDAD85004E705C /* Kara2.tiff in Resources */,
|
||||
3B05223815DDAD85004E705C /* Kara3.tiff in Resources */,
|
||||
3B05223915DDAD85004E705C /* Kara0.tiff in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -178,8 +246,8 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
3B19AB3315DC06BF00A9737D /* GenerateThumbnailForURL.c in Sources */,
|
||||
3B19AB3515DC06BF00A9737D /* GeneratePreviewForURL.c in Sources */,
|
||||
3B19AB3315DC06BF00A9737D /* GenerateThumbnailForURL.m in Sources */,
|
||||
3B19AB3515DC06BF00A9737D /* GeneratePreviewForURL.m in Sources */,
|
||||
3B19AB3715DC06BF00A9737D /* main.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@@ -191,6 +259,7 @@
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
3B19AB3015DC06BF00A9737D /* en */,
|
||||
3BB78A0B15DE82D900DA6913 /* de */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
@@ -250,6 +319,7 @@
|
||||
3B19AB3C15DC06BF00A9737D /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "Kara Quick View/Kara Quick View-Prefix.pch";
|
||||
@@ -263,6 +333,7 @@
|
||||
3B19AB3D15DC06BF00A9737D /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "Kara Quick View/Kara Quick View-Prefix.pch";
|
||||
@@ -292,6 +363,7 @@
|
||||
3B19AB3D15DC06BF00A9737D /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
|
||||
7
Kara Quick View.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Executable file
7
Kara Quick View.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Executable file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:Kara Quick View.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
BIN
Kara Quick View.xcodeproj/project.xcworkspace/xcuserdata/kim.xcuserdatad/UserInterfaceState.xcuserstate
generated
Executable file
BIN
Kara Quick View.xcodeproj/project.xcworkspace/xcuserdata/kim.xcuserdatad/UserInterfaceState.xcuserstate
generated
Executable file
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
<?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>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
|
||||
<true/>
|
||||
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Bucket
|
||||
type = "1"
|
||||
version = "1.0">
|
||||
</Bucket>
|
||||
@@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "0440"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "3B19AB2015DC06BF00A9737D"
|
||||
BuildableName = "Kara Quick View.qlgenerator"
|
||||
BlueprintName = "Kara Quick View"
|
||||
ReferencedContainer = "container:Kara Quick View.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
buildConfiguration = "Debug">
|
||||
<Testables>
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Debug"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
allowLocationSimulation = "YES">
|
||||
<PathRunnable
|
||||
FilePath = "/Users/kim/Entwickler/Cocoa/Xcode/Kara Quick View/qlmanage">
|
||||
</PathRunnable>
|
||||
<CommandLineArguments>
|
||||
<CommandLineArgument
|
||||
argument = "-p test.world"
|
||||
isEnabled = "YES">
|
||||
</CommandLineArgument>
|
||||
</CommandLineArguments>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Release"
|
||||
debugDocumentVersioning = "YES">
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>Kara Quick View.xcscheme</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>SuppressBuildableAutocreation</key>
|
||||
<dict>
|
||||
<key>3B19AB2015DC06BF00A9737D</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user