diff --git a/TGPControlsDemo/TGPControlsDemo.xcodeproj/project.pbxproj b/TGPControlsDemo/TGPControlsDemo.xcodeproj/project.pbxproj index b021570..2aca661 100644 --- a/TGPControlsDemo/TGPControlsDemo.xcodeproj/project.pbxproj +++ b/TGPControlsDemo/TGPControlsDemo.xcodeproj/project.pbxproj @@ -36,8 +36,6 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - AAC8B6A62AC80D5AA9C78FD5 /* Pods-TGPControlsDemo-Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TGPControlsDemo-Pods.release.xcconfig"; path = "Pods/Target Support Files/Pods-TGPControlsDemo-Pods/Pods-TGPControlsDemo-Pods.release.xcconfig"; sourceTree = ""; }; - AC5A730919678470F6218420 /* Pods-TGPControlsDemo-Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TGPControlsDemo-Pods.debug.xcconfig"; path = "Pods/Target Support Files/Pods-TGPControlsDemo-Pods/Pods-TGPControlsDemo-Pods.debug.xcconfig"; sourceTree = ""; }; DC4FF6501EA2E08C00BBF8E4 /* TGPControlsDemo-Cart.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "TGPControlsDemo-Cart.app"; sourceTree = BUILT_PRODUCTS_DIR; }; DC4FF6511EA2E08C00BBF8E4 /* TGPControlsDemo-Cart-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TGPControlsDemo-Cart-Info.plist"; sourceTree = ""; }; DC4FF6521EA2E2E700BBF8E4 /* TGPControls.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = TGPControls.framework; path = Carthage/Build/iOS/TGPControls.framework; sourceTree = ""; }; @@ -77,22 +75,12 @@ name = Frameworks; sourceTree = ""; }; - CAD470F3B93952B4FF7CBB0A /* Pods */ = { - isa = PBXGroup; - children = ( - AC5A730919678470F6218420 /* Pods-TGPControlsDemo-Pods.debug.xcconfig */, - AAC8B6A62AC80D5AA9C78FD5 /* Pods-TGPControlsDemo-Pods.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; DC56BDBA1E46DEB900AAD0D9 = { isa = PBXGroup; children = ( DC56BDC51E46DEB900AAD0D9 /* TGPControlsDemo */, DC56BDC41E46DEB900AAD0D9 /* Products */, 10EC92099730DF4A939701BE /* Frameworks */, - CAD470F3B93952B4FF7CBB0A /* Pods */, ); sourceTree = ""; }; @@ -440,7 +428,6 @@ }; DC56BDD61E46DEB900AAD0D9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AC5A730919678470F6218420 /* Pods-TGPControlsDemo-Pods.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -455,7 +442,6 @@ }; DC56BDD71E46DEB900AAD0D9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AAC8B6A62AC80D5AA9C78FD5 /* Pods-TGPControlsDemo-Pods.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; diff --git a/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/Contents.json b/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/Contents.json index 1d060ed..f04f616 100644 --- a/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -31,8 +31,9 @@ "scale" : "3x" }, { - "idiom" : "iphone", "size" : "60x60", + "idiom" : "iphone", + "filename" : "icon120.png", "scale" : "2x" }, { @@ -71,18 +72,21 @@ "scale" : "2x" }, { - "idiom" : "ipad", "size" : "76x76", + "idiom" : "ipad", + "filename" : "icon76.png", "scale" : "1x" }, { - "idiom" : "ipad", "size" : "76x76", + "idiom" : "ipad", + "filename" : "icon152.png", "scale" : "2x" }, { - "idiom" : "ipad", "size" : "83.5x83.5", + "idiom" : "ipad", + "filename" : "icon167.png", "scale" : "2x" } ], diff --git a/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/icon120.png b/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/icon120.png new file mode 100644 index 0000000..974be77 Binary files /dev/null and b/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/icon120.png differ diff --git a/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/icon152.png b/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/icon152.png new file mode 100644 index 0000000..bfe6952 Binary files /dev/null and b/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/icon152.png differ diff --git a/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/icon167.png b/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/icon167.png new file mode 100644 index 0000000..87313e5 Binary files /dev/null and b/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/icon167.png differ diff --git a/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/icon76.png b/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/icon76.png new file mode 100644 index 0000000..af9c220 Binary files /dev/null and b/TGPControlsDemo/TGPControlsDemo/Assets.xcassets/AppIcon.appiconset/icon76.png differ diff --git a/TGPControlsDemo/icon-1024x1024.png b/TGPControlsDemo/icon-1024x1024.png new file mode 100644 index 0000000..dcfa0ae Binary files /dev/null and b/TGPControlsDemo/icon-1024x1024.png differ