Skip to content

Commit

Permalink
Credentials changed
Browse files Browse the repository at this point in the history
  • Loading branch information
joespla committed Nov 26, 2018
1 parent 710fd55 commit e2a52c8
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
Binary file modified .DS_Store
Binary file not shown.
16 changes: 8 additions & 8 deletions Musgravite.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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";
Expand All @@ -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";
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
<key>Musgravite.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>3</integer>
</dict>
<key>WMusgravite (Complication).xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
<integer>0</integer>
</dict>
<key>WMusgravite (Notification).xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
<integer>1</integer>
</dict>
<key>WMusgravite.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>4</integer>
</dict>
</dict>
</dict>
Expand Down
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion WMusgravite Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<key>NSExtensionAttributes</key>
<dict>
<key>WKAppBundleIdentifier</key>
<string>com.jorgeelara.Musgravite.watchkitapp</string>
<string>com.aabotech.Musgravite.watchkitapp</string>
</dict>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.watchkit</string>
Expand Down
2 changes: 1 addition & 1 deletion WMusgravite Extension/WMusgravite Extension.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.jorgeelara</string>
<string>group.com.aabotech</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion WMusgravite/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>WKCompanionAppBundleIdentifier</key>
<string>com.jorgeelara.Musgravite</string>
<string>com.aabotech.Musgravite</string>
<key>WKWatchKitApp</key>
<true/>
</dict>
Expand Down

0 comments on commit e2a52c8

Please sign in to comment.