Commit cc1668fc by Daniel Dahan

updated Examples to be Universal, as well as, added CaptureView example for development

parent b88f05f3
...@@ -65,9 +65,9 @@ ...@@ -65,9 +65,9 @@
</Group> </Group>
<Group <Group
location = "container:" location = "container:"
name = "Capture"> name = "CaptureView">
<FileRef <FileRef
location = "group:Programmatic/Capture/Capture.xcodeproj"> location = "group:Programmatic/CaptureView/CaptureView.xcodeproj">
</FileRef> </FileRef>
</Group> </Group>
<Group <Group
......
...@@ -7,22 +7,22 @@ ...@@ -7,22 +7,22 @@
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
9642F9F91C1B3BAA00022BC6 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9642F9F81C1B3BAA00022BC6 /* AppDelegate.swift */; }; 967C0E5A1C1CB980005175A6 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967C0E591C1CB980005175A6 /* AppDelegate.swift */; };
9642F9FB1C1B3BAA00022BC6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9642F9FA1C1B3BAA00022BC6 /* ViewController.swift */; }; 967C0E5C1C1CB980005175A6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967C0E5B1C1CB980005175A6 /* ViewController.swift */; };
9642FA001C1B3BAA00022BC6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9642F9FF1C1B3BAA00022BC6 /* Assets.xcassets */; }; 967C0E611C1CB980005175A6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 967C0E601C1CB980005175A6 /* Assets.xcassets */; };
9642FA031C1B3BAA00022BC6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9642FA011C1B3BAA00022BC6 /* LaunchScreen.storyboard */; }; 967C0E641C1CB980005175A6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 967C0E621C1CB980005175A6 /* LaunchScreen.storyboard */; };
9642FA0B1C1B3C7A00022BC6 /* MaterialKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9642FA0A1C1B3C7A00022BC6 /* MaterialKit.framework */; }; 967C0E6C1C1CBEDE005175A6 /* MaterialKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 967C0E6B1C1CBEDE005175A6 /* MaterialKit.framework */; };
9642FA0C1C1B3C7A00022BC6 /* MaterialKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9642FA0A1C1B3C7A00022BC6 /* MaterialKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 967C0E6D1C1CBEDE005175A6 /* MaterialKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 967C0E6B1C1CBEDE005175A6 /* MaterialKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */ /* Begin PBXCopyFilesBuildPhase section */
9642FA0D1C1B3C7B00022BC6 /* Embed Frameworks */ = { 967C0E6E1C1CBEDE005175A6 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase; isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
dstPath = ""; dstPath = "";
dstSubfolderSpec = 10; dstSubfolderSpec = 10;
files = ( files = (
9642FA0C1C1B3C7A00022BC6 /* MaterialKit.framework in Embed Frameworks */, 967C0E6D1C1CBEDE005175A6 /* MaterialKit.framework in Embed Frameworks */,
); );
name = "Embed Frameworks"; name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
...@@ -30,93 +30,93 @@ ...@@ -30,93 +30,93 @@
/* End PBXCopyFilesBuildPhase section */ /* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
9642F9F51C1B3BAA00022BC6 /* Capture.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Capture.app; sourceTree = BUILT_PRODUCTS_DIR; }; 967C0E561C1CB980005175A6 /* CaptureView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CaptureView.app; sourceTree = BUILT_PRODUCTS_DIR; };
9642F9F81C1B3BAA00022BC6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; 967C0E591C1CB980005175A6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
9642F9FA1C1B3BAA00022BC6 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; 967C0E5B1C1CB980005175A6 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
9642F9FF1C1B3BAA00022BC6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 967C0E601C1CB980005175A6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
9642FA021C1B3BAA00022BC6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 967C0E631C1CB980005175A6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
9642FA041C1B3BAA00022BC6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 967C0E651C1CB980005175A6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9642FA0A1C1B3C7A00022BC6 /* MaterialKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = MaterialKit.framework; path = "/Users/danieldahan/Library/Developer/Xcode/DerivedData/MaterialKit-anypxbsecgdqqxevbavirvnffqxd/Build/Products/Debug-iphoneos/MaterialKit.framework"; sourceTree = "<absolute>"; }; 967C0E6B1C1CBEDE005175A6 /* MaterialKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; name = MaterialKit.framework; path = "/Users/danieldahan/Library/Developer/Xcode/DerivedData/MaterialKit-anypxbsecgdqqxevbavirvnffqxd/Build/Products/Debug-iphoneos/MaterialKit.framework"; sourceTree = "<absolute>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
9642F9F21C1B3BAA00022BC6 /* Frameworks */ = { 967C0E531C1CB980005175A6 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
9642FA0B1C1B3C7A00022BC6 /* MaterialKit.framework in Frameworks */, 967C0E6C1C1CBEDE005175A6 /* MaterialKit.framework in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
/* End PBXFrameworksBuildPhase section */ /* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */ /* Begin PBXGroup section */
9642F9EC1C1B3BAA00022BC6 = { 967C0E4D1C1CB980005175A6 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
9642FA0A1C1B3C7A00022BC6 /* MaterialKit.framework */, 967C0E6B1C1CBEDE005175A6 /* MaterialKit.framework */,
9642F9F71C1B3BAA00022BC6 /* Capture */, 967C0E581C1CB980005175A6 /* CaptureView */,
9642F9F61C1B3BAA00022BC6 /* Products */, 967C0E571C1CB980005175A6 /* Products */,
); );
sourceTree = "<group>"; sourceTree = "<group>";
}; };
9642F9F61C1B3BAA00022BC6 /* Products */ = { 967C0E571C1CB980005175A6 /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
9642F9F51C1B3BAA00022BC6 /* Capture.app */, 967C0E561C1CB980005175A6 /* CaptureView.app */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
9642F9F71C1B3BAA00022BC6 /* Capture */ = { 967C0E581C1CB980005175A6 /* CaptureView */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
9642F9F81C1B3BAA00022BC6 /* AppDelegate.swift */, 967C0E591C1CB980005175A6 /* AppDelegate.swift */,
9642F9FA1C1B3BAA00022BC6 /* ViewController.swift */, 967C0E5B1C1CB980005175A6 /* ViewController.swift */,
9642F9FF1C1B3BAA00022BC6 /* Assets.xcassets */, 967C0E601C1CB980005175A6 /* Assets.xcassets */,
9642FA011C1B3BAA00022BC6 /* LaunchScreen.storyboard */, 967C0E621C1CB980005175A6 /* LaunchScreen.storyboard */,
9642FA041C1B3BAA00022BC6 /* Info.plist */, 967C0E651C1CB980005175A6 /* Info.plist */,
); );
path = Capture; path = CaptureView;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
9642F9F41C1B3BAA00022BC6 /* Capture */ = { 967C0E551C1CB980005175A6 /* CaptureView */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 9642FA071C1B3BAA00022BC6 /* Build configuration list for PBXNativeTarget "Capture" */; buildConfigurationList = 967C0E681C1CB980005175A6 /* Build configuration list for PBXNativeTarget "CaptureView" */;
buildPhases = ( buildPhases = (
9642F9F11C1B3BAA00022BC6 /* Sources */, 967C0E521C1CB980005175A6 /* Sources */,
9642F9F21C1B3BAA00022BC6 /* Frameworks */, 967C0E531C1CB980005175A6 /* Frameworks */,
9642F9F31C1B3BAA00022BC6 /* Resources */, 967C0E541C1CB980005175A6 /* Resources */,
9642FA0D1C1B3C7B00022BC6 /* Embed Frameworks */, 967C0E6E1C1CBEDE005175A6 /* Embed Frameworks */,
); );
buildRules = ( buildRules = (
); );
dependencies = ( dependencies = (
); );
name = Capture; name = CaptureView;
productName = Capture; productName = CaptureView;
productReference = 9642F9F51C1B3BAA00022BC6 /* Capture.app */; productReference = 967C0E561C1CB980005175A6 /* CaptureView.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
/* End PBXNativeTarget section */ /* End PBXNativeTarget section */
/* Begin PBXProject section */ /* Begin PBXProject section */
9642F9ED1C1B3BAA00022BC6 /* Project object */ = { 967C0E4E1C1CB980005175A6 /* Project object */ = {
isa = PBXProject; isa = PBXProject;
attributes = { attributes = {
LastSwiftUpdateCheck = 0710; LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 0710; LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "CosmicMind, Inc."; ORGANIZATIONNAME = "CosmicMind, Inc.";
TargetAttributes = { TargetAttributes = {
9642F9F41C1B3BAA00022BC6 = { 967C0E551C1CB980005175A6 = {
CreatedOnToolsVersion = 7.1.1; CreatedOnToolsVersion = 7.2;
}; };
}; };
}; };
buildConfigurationList = 9642F9F01C1B3BAA00022BC6 /* Build configuration list for PBXProject "Capture" */; buildConfigurationList = 967C0E511C1CB980005175A6 /* Build configuration list for PBXProject "CaptureView" */;
compatibilityVersion = "Xcode 3.2"; compatibilityVersion = "Xcode 3.2";
developmentRegion = English; developmentRegion = English;
hasScannedForEncodings = 0; hasScannedForEncodings = 0;
...@@ -124,45 +124,45 @@ ...@@ -124,45 +124,45 @@
en, en,
Base, Base,
); );
mainGroup = 9642F9EC1C1B3BAA00022BC6; mainGroup = 967C0E4D1C1CB980005175A6;
productRefGroup = 9642F9F61C1B3BAA00022BC6 /* Products */; productRefGroup = 967C0E571C1CB980005175A6 /* Products */;
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
targets = ( targets = (
9642F9F41C1B3BAA00022BC6 /* Capture */, 967C0E551C1CB980005175A6 /* CaptureView */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */ /* Begin PBXResourcesBuildPhase section */
9642F9F31C1B3BAA00022BC6 /* Resources */ = { 967C0E541C1CB980005175A6 /* Resources */ = {
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
9642FA031C1B3BAA00022BC6 /* LaunchScreen.storyboard in Resources */, 967C0E641C1CB980005175A6 /* LaunchScreen.storyboard in Resources */,
9642FA001C1B3BAA00022BC6 /* Assets.xcassets in Resources */, 967C0E611C1CB980005175A6 /* Assets.xcassets in Resources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
/* End PBXResourcesBuildPhase section */ /* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */
9642F9F11C1B3BAA00022BC6 /* Sources */ = { 967C0E521C1CB980005175A6 /* Sources */ = {
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
9642F9FB1C1B3BAA00022BC6 /* ViewController.swift in Sources */, 967C0E5C1C1CB980005175A6 /* ViewController.swift in Sources */,
9642F9F91C1B3BAA00022BC6 /* AppDelegate.swift in Sources */, 967C0E5A1C1CB980005175A6 /* AppDelegate.swift in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
/* End PBXSourcesBuildPhase section */ /* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */ /* Begin PBXVariantGroup section */
9642FA011C1B3BAA00022BC6 /* LaunchScreen.storyboard */ = { 967C0E621C1CB980005175A6 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup; isa = PBXVariantGroup;
children = ( children = (
9642FA021C1B3BAA00022BC6 /* Base */, 967C0E631C1CB980005175A6 /* Base */,
); );
name = LaunchScreen.storyboard; name = LaunchScreen.storyboard;
sourceTree = "<group>"; sourceTree = "<group>";
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
/* End PBXVariantGroup section */ /* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */ /* Begin XCBuildConfiguration section */
9642FA051C1B3BAA00022BC6 /* Debug */ = { 967C0E661C1CB980005175A6 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
}; };
name = Debug; name = Debug;
}; };
9642FA061C1B3BAA00022BC6 /* Release */ = { 967C0E671C1CB980005175A6 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
...@@ -253,50 +253,52 @@ ...@@ -253,50 +253,52 @@
}; };
name = Release; name = Release;
}; };
9642FA081C1B3BAA00022BC6 /* Debug */ = { 967C0E691C1CB980005175A6 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = Capture/Info.plist; INFOPLIST_FILE = CaptureView/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.Capture; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.CaptureView;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Debug; name = Debug;
}; };
9642FA091C1B3BAA00022BC6 /* Release */ = { 967C0E6A1C1CB980005175A6 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = Capture/Info.plist; INFOPLIST_FILE = CaptureView/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.Capture; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.CaptureView;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Release; name = Release;
}; };
/* End XCBuildConfiguration section */ /* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */ /* Begin XCConfigurationList section */
9642F9F01C1B3BAA00022BC6 /* Build configuration list for PBXProject "Capture" */ = { 967C0E511C1CB980005175A6 /* Build configuration list for PBXProject "CaptureView" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
9642FA051C1B3BAA00022BC6 /* Debug */, 967C0E661C1CB980005175A6 /* Debug */,
9642FA061C1B3BAA00022BC6 /* Release */, 967C0E671C1CB980005175A6 /* Release */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
9642FA071C1B3BAA00022BC6 /* Build configuration list for PBXNativeTarget "Capture" */ = { 967C0E681C1CB980005175A6 /* Build configuration list for PBXNativeTarget "CaptureView" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
9642FA081C1B3BAA00022BC6 /* Debug */, 967C0E691C1CB980005175A6 /* Debug */,
9642FA091C1B3BAA00022BC6 /* Release */, 967C0E6A1C1CB980005175A6 /* Release */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
/* End XCConfigurationList section */ /* End XCConfigurationList section */
}; };
rootObject = 9642F9ED1C1B3BAA00022BC6 /* Project object */; rootObject = 967C0E4E1C1CB980005175A6 /* Project object */;
} }
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
<Workspace <Workspace
version = "1.0"> version = "1.0">
<FileRef <FileRef
location = "self:Capture.xcodeproj"> location = "self:CaptureView.xcodeproj">
</FileRef> </FileRef>
</Workspace> </Workspace>
...@@ -71,6 +71,12 @@ ...@@ -71,6 +71,12 @@
"idiom" : "ipad", "idiom" : "ipad",
"filename" : "Icon-76@2x.png", "filename" : "Icon-76@2x.png",
"scale" : "2x" "scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -24,10 +24,8 @@ class ViewController: UIViewController { ...@@ -24,10 +24,8 @@ class ViewController: UIViewController {
super.viewDidLoad() super.viewDidLoad()
prepareView() prepareView()
// Examples of using Capture. // Examples of using CaptureView.
// Uncomment different examples and read prepareGeneralCaptureViewExample()
// the comments below.
prepareGeneralCaptureExample()
} }
/** /**
...@@ -39,11 +37,11 @@ class ViewController: UIViewController { ...@@ -39,11 +37,11 @@ class ViewController: UIViewController {
} }
/** /**
:name: prepareGeneralCaptureExample :name: prepareGeneralCaptureViewExample
:description: General usage example. :description: General usage example.
*/ */
private func prepareGeneralCaptureExample() { private func prepareGeneralCaptureViewExample() {
} }
} }
...@@ -71,6 +71,12 @@ ...@@ -71,6 +71,12 @@
"idiom" : "ipad", "idiom" : "ipad",
"filename" : "Icon-76@2x.png", "filename" : "Icon-76@2x.png",
"scale" : "2x" "scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -71,6 +71,12 @@ ...@@ -71,6 +71,12 @@
"idiom" : "ipad", "idiom" : "ipad",
"filename" : "Icon-76@2x.png", "filename" : "Icon-76@2x.png",
"scale" : "2x" "scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -71,6 +71,12 @@ ...@@ -71,6 +71,12 @@
"idiom" : "ipad", "idiom" : "ipad",
"filename" : "Icon-76@2x.png", "filename" : "Icon-76@2x.png",
"scale" : "2x" "scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -71,6 +71,12 @@ ...@@ -71,6 +71,12 @@
"idiom" : "ipad", "idiom" : "ipad",
"filename" : "Icon-76@2x.png", "filename" : "Icon-76@2x.png",
"scale" : "2x" "scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -71,6 +71,12 @@ ...@@ -71,6 +71,12 @@
"idiom" : "ipad", "idiom" : "ipad",
"filename" : "Icon-76@2x.png", "filename" : "Icon-76@2x.png",
"scale" : "2x" "scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -71,6 +71,12 @@ ...@@ -71,6 +71,12 @@
"idiom" : "ipad", "idiom" : "ipad",
"filename" : "Icon-76@2x.png", "filename" : "Icon-76@2x.png",
"scale" : "2x" "scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -71,6 +71,12 @@ ...@@ -71,6 +71,12 @@
"idiom" : "ipad", "idiom" : "ipad",
"filename" : "Icon-76@2x.png", "filename" : "Icon-76@2x.png",
"scale" : "2x" "scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -71,6 +71,12 @@ ...@@ -71,6 +71,12 @@
"idiom" : "ipad", "idiom" : "ipad",
"filename" : "Icon-76@2x.png", "filename" : "Icon-76@2x.png",
"scale" : "2x" "scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -73,8 +73,9 @@ ...@@ -73,8 +73,9 @@
"scale" : "2x" "scale" : "2x"
}, },
{ {
"idiom" : "ipad",
"size" : "83.5x83.5", "size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x" "scale" : "2x"
} }
], ],
......
...@@ -265,6 +265,7 @@ ...@@ -265,6 +265,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.CardView; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.CardView;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Debug; name = Debug;
}; };
...@@ -276,6 +277,7 @@ ...@@ -276,6 +277,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.CardView; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.CardView;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Release; name = Release;
}; };
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{ {
"size" : "29x29", "size" : "29x29",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-29@2x.png", "filename" : "Icon-29@2x-1.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
{ {
"size" : "40x40", "size" : "40x40",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-40@2x.png", "filename" : "Icon-40@2x-1.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
...@@ -35,6 +35,48 @@ ...@@ -35,6 +35,48 @@
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-60@3x.png", "filename" : "Icon-60@3x.png",
"scale" : "3x" "scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40.png",
"scale" : "1x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40@2x.png",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76@2x.png",
"scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -271,6 +271,7 @@ ...@@ -271,6 +271,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.ImageCardView; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.ImageCardView;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Debug; name = Debug;
}; };
...@@ -282,6 +283,7 @@ ...@@ -282,6 +283,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.ImageCardView; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.ImageCardView;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Release; name = Release;
}; };
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{ {
"size" : "29x29", "size" : "29x29",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-29@2x.png", "filename" : "Icon-29@2x-1.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
{ {
"size" : "40x40", "size" : "40x40",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-40@2x.png", "filename" : "Icon-40@2x-1.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
...@@ -35,6 +35,48 @@ ...@@ -35,6 +35,48 @@
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-60@3x.png", "filename" : "Icon-60@3x.png",
"scale" : "3x" "scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40.png",
"scale" : "1x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40@2x.png",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76@2x.png",
"scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -271,6 +271,7 @@ ...@@ -271,6 +271,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.MaterialButton; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.MaterialButton;
PRODUCT_NAME = MaterialButton; PRODUCT_NAME = MaterialButton;
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Debug; name = Debug;
}; };
...@@ -282,6 +283,7 @@ ...@@ -282,6 +283,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.MaterialButton; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.MaterialButton;
PRODUCT_NAME = MaterialButton; PRODUCT_NAME = MaterialButton;
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Release; name = Release;
}; };
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{ {
"size" : "29x29", "size" : "29x29",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-29@2x.png", "filename" : "Icon-29@2x-1.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
{ {
"size" : "40x40", "size" : "40x40",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-40@2x.png", "filename" : "Icon-40@2x-1.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
...@@ -35,6 +35,48 @@ ...@@ -35,6 +35,48 @@
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-60@3x.png", "filename" : "Icon-60@3x.png",
"scale" : "3x" "scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40.png",
"scale" : "1x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40@2x.png",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76@2x.png",
"scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -273,6 +273,7 @@ ...@@ -273,6 +273,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.MaterialPulseView; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.MaterialPulseView;
PRODUCT_NAME = MaterialPulseView; PRODUCT_NAME = MaterialPulseView;
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Debug; name = Debug;
}; };
...@@ -284,6 +285,7 @@ ...@@ -284,6 +285,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.MaterialPulseView; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.MaterialPulseView;
PRODUCT_NAME = MaterialPulseView; PRODUCT_NAME = MaterialPulseView;
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Release; name = Release;
}; };
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{ {
"size" : "29x29", "size" : "29x29",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-29@2x.png", "filename" : "Icon-29@2x-1.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
{ {
"size" : "40x40", "size" : "40x40",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-40@2x.png", "filename" : "Icon-40@2x-1.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
...@@ -35,6 +35,48 @@ ...@@ -35,6 +35,48 @@
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-60@3x.png", "filename" : "Icon-60@3x.png",
"scale" : "3x" "scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40.png",
"scale" : "1x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40@2x.png",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76@2x.png",
"scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -265,6 +265,7 @@ ...@@ -265,6 +265,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.NavigationBarView; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.NavigationBarView;
PRODUCT_NAME = NavigationBarView; PRODUCT_NAME = NavigationBarView;
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Debug; name = Debug;
}; };
...@@ -276,6 +277,7 @@ ...@@ -276,6 +277,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.NavigationBarView; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.NavigationBarView;
PRODUCT_NAME = NavigationBarView; PRODUCT_NAME = NavigationBarView;
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Release; name = Release;
}; };
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{ {
"size" : "29x29", "size" : "29x29",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-29@2x.png", "filename" : "Icon-29@2x-1.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
{ {
"size" : "40x40", "size" : "40x40",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-40@2x.png", "filename" : "Icon-40@2x-1.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
...@@ -35,6 +35,48 @@ ...@@ -35,6 +35,48 @@
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-60@3x.png", "filename" : "Icon-60@3x.png",
"scale" : "3x" "scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40.png",
"scale" : "1x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40@2x.png",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76@2x.png",
"scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
...@@ -275,6 +275,7 @@ ...@@ -275,6 +275,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.SideNavigationViewController; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.SideNavigationViewController;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Debug; name = Debug;
}; };
...@@ -286,6 +287,7 @@ ...@@ -286,6 +287,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.SideNavigationViewController; PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.SideNavigationViewController;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
}; };
name = Release; name = Release;
}; };
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{ {
"size" : "29x29", "size" : "29x29",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-29@2x.png", "filename" : "Icon-29@2x-1.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
{ {
"size" : "40x40", "size" : "40x40",
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-40@2x.png", "filename" : "Icon-40@2x-1.png",
"scale" : "2x" "scale" : "2x"
}, },
{ {
...@@ -35,6 +35,48 @@ ...@@ -35,6 +35,48 @@
"idiom" : "iphone", "idiom" : "iphone",
"filename" : "Icon-60@3x.png", "filename" : "Icon-60@3x.png",
"scale" : "3x" "scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-29@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40.png",
"scale" : "1x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-40@2x.png",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-76@2x.png",
"scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "icon-83.5@2x.png",
"scale" : "2x"
} }
], ],
"info" : { "info" : {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment