diff --git a/.DS_Store b/.DS_Store index 9d95207..7b9c336 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Musgravite.xcodeproj/project.pbxproj b/Musgravite.xcodeproj/project.pbxproj index 39ffe86..88ca262 100644 --- a/Musgravite.xcodeproj/project.pbxproj +++ b/Musgravite.xcodeproj/project.pbxproj @@ -953,7 +953,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.jorgeelara.Musgravite; + PRODUCT_BUNDLE_IDENTIFIER = com.aabotech.Musgravite; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 4.2; @@ -974,7 +974,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.jorgeelara.Musgravite; + PRODUCT_BUNDLE_IDENTIFIER = com.aabotech.Musgravite; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 4.2; @@ -1036,7 +1036,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.jorgeelara.MusgraviteUITests; + PRODUCT_BUNDLE_IDENTIFIER = com.aabotech.MusgraviteUITests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; @@ -1056,7 +1056,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.jorgeelara.MusgraviteUITests; + PRODUCT_BUNDLE_IDENTIFIER = com.aabotech.MusgraviteUITests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; @@ -1073,7 +1073,7 @@ DEVELOPMENT_TEAM = R3KUK9JKD6; IBSC_MODULE = WMusgravite_Extension; INFOPLIST_FILE = WMusgravite/Info.plist; - PRODUCT_BUNDLE_IDENTIFIER = com.jorgeelara.Musgravite.watchkitapp; + PRODUCT_BUNDLE_IDENTIFIER = com.aabotech.Musgravite.watchkitapp; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = watchos; SKIP_INSTALL = YES; @@ -1092,7 +1092,7 @@ DEVELOPMENT_TEAM = R3KUK9JKD6; IBSC_MODULE = WMusgravite_Extension; INFOPLIST_FILE = WMusgravite/Info.plist; - PRODUCT_BUNDLE_IDENTIFIER = com.jorgeelara.Musgravite.watchkitapp; + PRODUCT_BUNDLE_IDENTIFIER = com.aabotech.Musgravite.watchkitapp; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = watchos; SKIP_INSTALL = YES; @@ -1115,7 +1115,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.jorgeelara.Musgravite.watchkitapp.watchkitextension; + PRODUCT_BUNDLE_IDENTIFIER = com.aabotech.Musgravite.watchkitapp.watchkitextension; PRODUCT_NAME = "${TARGET_NAME}"; SDKROOT = watchos; SKIP_INSTALL = YES; @@ -1138,7 +1138,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.jorgeelara.Musgravite.watchkitapp.watchkitextension; + PRODUCT_BUNDLE_IDENTIFIER = com.aabotech.Musgravite.watchkitapp.watchkitextension; PRODUCT_NAME = "${TARGET_NAME}"; SDKROOT = watchos; SKIP_INSTALL = YES; diff --git a/Musgravite.xcodeproj/xcuserdata/joespla.xcuserdatad/xcschemes/xcschememanagement.plist b/Musgravite.xcodeproj/xcuserdata/joespla.xcuserdatad/xcschemes/xcschememanagement.plist index 9d57bd2..cfad245 100644 --- a/Musgravite.xcodeproj/xcuserdata/joespla.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Musgravite.xcodeproj/xcuserdata/joespla.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,22 +7,22 @@ Musgravite.xcscheme_^#shared#^_ orderHint - 0 + 3 WMusgravite (Complication).xcscheme_^#shared#^_ orderHint - 3 + 0 WMusgravite (Notification).xcscheme_^#shared#^_ orderHint - 2 + 1 WMusgravite.xcscheme_^#shared#^_ orderHint - 1 + 4 diff --git a/Musgravite.xcworkspace/xcuserdata/joespla.xcuserdatad/UserInterfaceState.xcuserstate b/Musgravite.xcworkspace/xcuserdata/joespla.xcuserdatad/UserInterfaceState.xcuserstate index dd52b4e..ac0251a 100644 Binary files a/Musgravite.xcworkspace/xcuserdata/joespla.xcuserdatad/UserInterfaceState.xcuserstate and b/Musgravite.xcworkspace/xcuserdata/joespla.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Pods/Pods.xcodeproj/xcuserdata/joespla.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/joespla.xcuserdatad/xcschemes/xcschememanagement.plist index 3a45029..6e727e7 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/joespla.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/joespla.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,7 +7,7 @@ Alamofire.xcscheme_^#shared#^_ orderHint - 4 + 2 BulletinBoard.xcscheme_^#shared#^_ diff --git a/WMusgravite Extension/Info.plist b/WMusgravite Extension/Info.plist index 5c7938b..856c277 100644 --- a/WMusgravite Extension/Info.plist +++ b/WMusgravite Extension/Info.plist @@ -41,7 +41,7 @@ NSExtensionAttributes WKAppBundleIdentifier - com.jorgeelara.Musgravite.watchkitapp + com.aabotech.Musgravite.watchkitapp NSExtensionPointIdentifier com.apple.watchkit diff --git a/WMusgravite Extension/WMusgravite Extension.entitlements b/WMusgravite Extension/WMusgravite Extension.entitlements index 552afb8..44dc2f5 100644 --- a/WMusgravite Extension/WMusgravite Extension.entitlements +++ b/WMusgravite Extension/WMusgravite Extension.entitlements @@ -4,7 +4,7 @@ com.apple.security.application-groups - group.com.jorgeelara + group.com.aabotech diff --git a/WMusgravite/Info.plist b/WMusgravite/Info.plist index 872654d..34c1417 100644 --- a/WMusgravite/Info.plist +++ b/WMusgravite/Info.plist @@ -26,7 +26,7 @@ UIInterfaceOrientationPortraitUpsideDown WKCompanionAppBundleIdentifier - com.jorgeelara.Musgravite + com.aabotech.Musgravite WKWatchKitApp