{"id":6462,"date":"2020-12-16T11:46:44","date_gmt":"2020-12-16T06:16:44","guid":{"rendered":"https:\/\/www.innovationm.com\/blog\/?p=6462"},"modified":"2023-01-20T18:55:10","modified_gmt":"2023-01-20T13:25:10","slug":"changes-in-xcode-12-and-ios-14","status":"publish","type":"post","link":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/","title":{"rendered":"Changes in XCode 12 and iOS 14"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">WWDC,2020 which was held in June this year. Apple has announced all the new features and improvements that will be available for the developers all around the globe. As expected, many new features and advancements were rolled out. This has created a lot of excitement in the developer&#8217;s community.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">I will discuss the changes made in Xcode and Swift in this article. The latest Xcode has many new features which will greatly help developers in the development process.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The Swift language updates make coding better and much safer too.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>1.<\/strong> When we run the Xcode, the option to create a Playground is now removed from the Xcode\u2019s Welcome window. To create a new Playground, developers would have to open it from File \u2014&gt; New \u2014&gt; Playground menu options.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>2.<\/strong> The Xcode 12 look, feel and styling is made to match the look and feel of the new macOS. There are many changes that add to the overall developer&#8217;s experience, will increase the usability of Xcode and productivity of developers. Now, any file when double-clicked will open in a new tab.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>3.<\/strong> Code Completion suggestions by Xcode have also improved. The new UI for code completions is now more informative and concise. Also, non-matching items are not included in the suggestions. Also, it has become much faster now. Apple claims that repeated code completion invocations inside Swift function bodies are now up to 12 times faster as compared to Xcode 11.5<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>4.<\/strong> SwiftUI Previews have changed too, now there are buttons to run a live preview of current SwiftUI view, run preview on the device, add\/edit modifiers whose code gets automatically created and can be reviewed, and a button to duplicate the preview. Previews now even allow adding controls and media.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>5.<\/strong> Xcode 12 now also makes it possible to add SwiftUI views and modifiers to Xcode\u2019s library in addition to code. These can be reused later in other projects.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>6.<\/strong> When using SwiftUI in the new project menu, a new menu of Life Cycle is rendered. There are two options to choose from in this menu, either \u201cUIKit App Delegate\u201d or \u201cSwiftUI App\u201d can be selected. If the latter option is selected, a file &lt;ProjectName&gt;App is created by Xcode to handle the application life cycle. The \u201cApp\u201d framework represents the structure and behaviour of an application. The Structure in this file is having @main attribute marking. This marking indicates that this Structure is the entry point of this application. It is not possible to have more than one Structure marked with @main attribute. This Structure has a variable named body of type Scene. Scene Protocol acts as a container for views. Inside the Scene of type WindowGroup, there\u2019s an object of the view(ContentView) that is displayed to the user after the app starts.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>7.<\/strong> For the developers, who use storyboards, a minimum is provided by the Apple team in the latest Xcode 12. This minimum can be used to get an overview of the entire canvas. This will be really helpful when navigating between many views and View Controllers. Developers also have the option to on or off this Minimap. (Editor \u2014&gt; Canvas \u2014&gt; Minimap)<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>8.<\/strong> Xcode 12\u2019s additional support for SVG image assets in Asset Catalog is something everyone is very excited about.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>9.<\/strong> Simulators provided with Xcode 12 can now be used for full-screen modes. Also, these simulators will always remain on top of all windows. Developers will also have the option to switch on or off this feature. (Window \u2014&gt; Stay On Top)<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>10.<\/strong> Simulators now also support Nearby Interactions. For this feature, more than one simulator should be running at a time on your system.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>11.<\/strong> Now, from Xcode 12, any Swift package created using Swift 5.3 tools, can contain resources along with the source code. Resources can include asset catalogues, storyboards, images, plist files etc.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>12.<\/strong> Swift 5.3, introduces a multi-pattern catch block. This will be of great help in handling various error cases. It&#8217;s no longer required to write separate catch blocks.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>13.<\/strong> It\u2019s no more compulsory to repeatedly mention the self-keyword inside closures marked with @escaping attribute.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>14.<\/strong> For enum, which earlier required conformance to Comparable protocol, Swift now will synthesise conformance to this protocol automatically. This is valid for all cases, as long as value type conforms to Comparable protocol.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>15.<\/strong> Before, Swift 5.3, if an enum conformed to a protocol, which has a get-only static property of type Self, and a static function with an argument returning Self, it was necessary to rename identical property and functions. Also, protocol implementation requirements were mandatory. Now, this restriction is removed, this will remove the unnecessary code in the enum.<\/span><\/p>\n<h3><b>iOS 14 changes<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Apple has tried to reimagine the iOS experience with its new iOS 14.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">These changes also bring a lot of opportunities for developers. Developers also need to adapt to these changes and make their apps compatible with iOS 14.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In this article, I will try to cover a few important changes in iOS 14 which are important from a developer\u2019s perspective.<\/span><\/p>\n<p><b>Changes related to User Privacy:<\/b><\/p>\n<p><span style=\"font-weight: 400;\"><strong>i.<\/strong> Describe app data usage: Now the app will be required to disclose what kind of data the app is using. Also, there is a need to disclose whether these data are used to track the user.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>ii.<\/strong> This information will also be published on the app&#8217;s App Store page.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>iii.<\/strong> To make these changes use App Store connect while submitting apps for review.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>iv.<\/strong> Asking permission to track any user: The app needs to explicitly ask for user\u2019s consent via ATT framework, when it is displaying targeted advertisements in the app, sharing personal data with a third-party or using third party analytics SDK.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>v.<\/strong> There is also a need for user\u2019s permission, if any data is persisted in the device and is collected by your app, even if it\u2019s for fraud prevention or security purposes.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>vi.<\/strong> Photo Library Changes: In the past, you could simply present a UIImagePickerController and access the user\u2019s photo library. But, some of the apps required even more access to the user&#8217;s photo library like reading\/writing access. This was a privacy concern for users. Some apps even used this to show the users targeted ads as per the data they picked, using this access.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>vii.<\/strong> Now, from iOS 14 onwards, UIImageControllerPicker is replaced by PHPicker. Now the need for custom photo pickers is eliminated because of the features of this PHPicker. The new standard permission dialogue for photo library access is also changed. Apps using older SDKs will also keep working, but the user experience may be affected.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>viii.<\/strong> New Feature of Approximate location: From iOS 14 onwards, users can give an approximate location to some apps. This will vary from app to app, as not all apps require precise location of the user. Also, the approximate locations will be refreshed less frequently. Users will be able to change the settings for each app from the Setting App.<\/span><\/p>\n<h3><b>App Clips<\/b><span style=\"font-weight: 400;\">\u00a0<\/span><\/h3>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">App clips are a smaller version of your app, which will run without installing. These should be capable of performing a single task, and users will interact with these for the service it provides.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">This article covers, few changes of Xcode 12, Swift 5.3 and iOS 14 only, there is still a lot more to read and share. I would recommend all the developers to read about those changes, as they will help us in becoming better and efficient in coding.\u00a0<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WWDC,2020 which was held in June this year. Apple has announced all the new features and improvements that will be available for the developers all around the globe. As expected, many new features and advancements were rolled out. This has created a lot of excitement in the developer&#8217;s community. I will discuss the changes made [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6469,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,380],"tags":[14,561],"class_list":["post-6462","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ios","category-swift-5","tag-innovationm","tag-xcode-12-and-swift-5-3-changes"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Changes in XCode 12 and iOS 14 - InnovationM - Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Changes in XCode 12 and iOS 14 - InnovationM - Blog\" \/>\n<meta property=\"og:description\" content=\"WWDC,2020 which was held in June this year. Apple has announced all the new features and improvements that will be available for the developers all around the globe. As expected, many new features and advancements were rolled out. This has created a lot of excitement in the developer&#8217;s community. I will discuss the changes made [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/\" \/>\n<meta property=\"og:site_name\" content=\"InnovationM - Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-16T06:16:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-20T13:25:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/Changes-in-Xcode-12-and-iOS-14.png\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"InnovationM Admin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InnovationM Admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/changes-in-xcode-12-and-ios-14\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/changes-in-xcode-12-and-ios-14\\\/\"},\"author\":{\"name\":\"InnovationM Admin\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#\\\/schema\\\/person\\\/a831bf4602d69d1fa452e3de0c8862ed\"},\"headline\":\"Changes in XCode 12 and iOS 14\",\"datePublished\":\"2020-12-16T06:16:44+00:00\",\"dateModified\":\"2023-01-20T13:25:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/changes-in-xcode-12-and-ios-14\\\/\"},\"wordCount\":1232,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/changes-in-xcode-12-and-ios-14\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Changes-in-Xcode-12-and-iOS-14.png\",\"keywords\":[\"InnovationM\",\"Xcode 12 and Swift 5.3 Changes\"],\"articleSection\":[\"iOS\",\"Swift 5\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/changes-in-xcode-12-and-ios-14\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/changes-in-xcode-12-and-ios-14\\\/\",\"url\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/changes-in-xcode-12-and-ios-14\\\/\",\"name\":\"Changes in XCode 12 and iOS 14 - InnovationM - Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/changes-in-xcode-12-and-ios-14\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/changes-in-xcode-12-and-ios-14\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Changes-in-Xcode-12-and-iOS-14.png\",\"datePublished\":\"2020-12-16T06:16:44+00:00\",\"dateModified\":\"2023-01-20T13:25:10+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#\\\/schema\\\/person\\\/a831bf4602d69d1fa452e3de0c8862ed\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/changes-in-xcode-12-and-ios-14\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/changes-in-xcode-12-and-ios-14\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/changes-in-xcode-12-and-ios-14\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Changes-in-Xcode-12-and-iOS-14.png\",\"contentUrl\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Changes-in-Xcode-12-and-iOS-14.png\",\"width\":960,\"height\":540},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/changes-in-xcode-12-and-ios-14\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Changes in XCode 12 and iOS 14\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/\",\"name\":\"InnovationM - Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/#\\\/schema\\\/person\\\/a831bf4602d69d1fa452e3de0c8862ed\",\"name\":\"InnovationM Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g\",\"caption\":\"InnovationM Admin\"},\"sameAs\":[\"http:\\\/\\\/www.innovationm.com\\\/\"],\"url\":\"https:\\\/\\\/www.innovationm.com\\\/blog\\\/author\\\/innovationmadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Changes in XCode 12 and iOS 14 - InnovationM - Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/","og_locale":"en_US","og_type":"article","og_title":"Changes in XCode 12 and iOS 14 - InnovationM - Blog","og_description":"WWDC,2020 which was held in June this year. Apple has announced all the new features and improvements that will be available for the developers all around the globe. As expected, many new features and advancements were rolled out. This has created a lot of excitement in the developer&#8217;s community. I will discuss the changes made [&hellip;]","og_url":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/","og_site_name":"InnovationM - Blog","article_published_time":"2020-12-16T06:16:44+00:00","article_modified_time":"2023-01-20T13:25:10+00:00","og_image":[{"width":960,"height":540,"url":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/Changes-in-Xcode-12-and-iOS-14.png","type":"image\/png"}],"author":"InnovationM Admin","twitter_misc":{"Written by":"InnovationM Admin","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/#article","isPartOf":{"@id":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/"},"author":{"name":"InnovationM Admin","@id":"https:\/\/www.innovationm.com\/blog\/#\/schema\/person\/a831bf4602d69d1fa452e3de0c8862ed"},"headline":"Changes in XCode 12 and iOS 14","datePublished":"2020-12-16T06:16:44+00:00","dateModified":"2023-01-20T13:25:10+00:00","mainEntityOfPage":{"@id":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/"},"wordCount":1232,"commentCount":0,"image":{"@id":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/#primaryimage"},"thumbnailUrl":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/Changes-in-Xcode-12-and-iOS-14.png","keywords":["InnovationM","Xcode 12 and Swift 5.3 Changes"],"articleSection":["iOS","Swift 5"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/","url":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/","name":"Changes in XCode 12 and iOS 14 - InnovationM - Blog","isPartOf":{"@id":"https:\/\/www.innovationm.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/#primaryimage"},"image":{"@id":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/#primaryimage"},"thumbnailUrl":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/Changes-in-Xcode-12-and-iOS-14.png","datePublished":"2020-12-16T06:16:44+00:00","dateModified":"2023-01-20T13:25:10+00:00","author":{"@id":"https:\/\/www.innovationm.com\/blog\/#\/schema\/person\/a831bf4602d69d1fa452e3de0c8862ed"},"breadcrumb":{"@id":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/#primaryimage","url":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/Changes-in-Xcode-12-and-iOS-14.png","contentUrl":"https:\/\/www.innovationm.com\/blog\/wp-content\/uploads\/2020\/12\/Changes-in-Xcode-12-and-iOS-14.png","width":960,"height":540},{"@type":"BreadcrumbList","@id":"https:\/\/www.innovationm.com\/blog\/changes-in-xcode-12-and-ios-14\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.innovationm.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Changes in XCode 12 and iOS 14"}]},{"@type":"WebSite","@id":"https:\/\/www.innovationm.com\/blog\/#website","url":"https:\/\/www.innovationm.com\/blog\/","name":"InnovationM - Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.innovationm.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.innovationm.com\/blog\/#\/schema\/person\/a831bf4602d69d1fa452e3de0c8862ed","name":"InnovationM Admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5c99d9eece9dfbc82297cf34ddd58e9fe05bb52fe66c8f6bf6c0a45bfb6d7629?s=96&r=g","caption":"InnovationM Admin"},"sameAs":["http:\/\/www.innovationm.com\/"],"url":"https:\/\/www.innovationm.com\/blog\/author\/innovationmadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/posts\/6462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/comments?post=6462"}],"version-history":[{"count":0,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/posts\/6462\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/media\/6469"}],"wp:attachment":[{"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/media?parent=6462"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/categories?post=6462"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.innovationm.com\/blog\/wp-json\/wp\/v2\/tags?post=6462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}