Skip to content

Commit

Permalink
Merge pull request #138 from diogot/updates
Browse files Browse the repository at this point in the history
Fix sign issues and bump build to 18
  • Loading branch information
diogot authored Oct 30, 2017
2 parents e31b848 + cc573b6 commit 9b147e8
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 29 deletions.
30 changes: 10 additions & 20 deletions MyWeight.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -932,12 +932,15 @@
TargetAttributes = {
D92D38D01E904DF800D9E9ED = {
DevelopmentTeam = MQRRG9G4R7;
ProvisioningStyle = Manual;
};
D92D390B1E904EC500D9E9ED = {
DevelopmentTeam = MQRRG9G4R7;
ProvisioningStyle = Manual;
};
D92D39191E904EE500D9E9ED = {
DevelopmentTeam = MQRRG9G4R7;
ProvisioningStyle = Manual;
};
D95050F71E7DE30B00519138 = {
CreatedOnToolsVersion = 8.2.1;
Expand Down Expand Up @@ -971,12 +974,14 @@
CreatedOnToolsVersion = 7.3;
DevelopmentTeam = MQRRG9G4R7;
LastSwiftMigration = 0900;
ProvisioningStyle = Manual;
TestTargetID = D97F43FF1CAB5E50000F4E12;
};
D97F441E1CAB5E51000F4E12 = {
CreatedOnToolsVersion = 7.3;
DevelopmentTeam = MQRRG9G4R7;
LastSwiftMigration = 0900;
ProvisioningStyle = Manual;
TestTargetID = D97F43FF1CAB5E50000F4E12;
};
};
Expand Down Expand Up @@ -1514,7 +1519,6 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.diogot.health.My-Weight.dev";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "f45dad29-a575-4bf5-b2e5-60f583a1e3ef";
PROVISIONING_PROFILE_SPECIFIER = "My Weight Dev Development";
};
name = Debug;
Expand All @@ -1528,7 +1532,6 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.diogot.health.My-Weight.dev";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "bdffd372-3dc5-4493-a688-75bfc103ce11";
PROVISIONING_PROFILE_SPECIFIER = "My Weight Dev";
};
name = Release;
Expand All @@ -1538,12 +1541,10 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = MQRRG9G4R7;
IBSC_MODULE = Watch_Extension_Dev;
INFOPLIST_FILE = "Watch/Info-Dev.plist";
PRODUCT_BUNDLE_IDENTIFIER = "com.diogot.health.My-Weight.dev.watchkitapp";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "404fbe1a-3e81-4ec4-84c1-a4ef08408b0a";
PROVISIONING_PROFILE_SPECIFIER = "My Weight Watch Dev Development";
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand All @@ -1556,12 +1557,10 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = MQRRG9G4R7;
IBSC_MODULE = Watch_Extension_Dev;
INFOPLIST_FILE = "Watch/Info-Dev.plist";
PRODUCT_BUNDLE_IDENTIFIER = "com.diogot.health.My-Weight.dev.watchkitapp";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "3c442195-4bd1-4920-99b4-20a4eeb1e195";
PROVISIONING_PROFILE_SPECIFIER = "My Weight Watch Dev";
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand All @@ -1574,12 +1573,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
CODE_SIGN_ENTITLEMENTS = "Watch Extension/Resources/Watch Extension.entitlements";
DEVELOPMENT_TEAM = MQRRG9G4R7;
INFOPLIST_FILE = "Watch Extension/Resources/Info-Dev.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.diogot.health.My-Weight.dev.watchkitapp.watchkitextension";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "13fcf6de-c8ab-4e0d-a020-e3ad83b150b8";
PROVISIONING_PROFILE_SPECIFIER = "My Weight Watch Extension Dev Development";
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand All @@ -1592,12 +1589,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
CODE_SIGN_ENTITLEMENTS = "Watch Extension/Resources/Watch Extension.entitlements";
DEVELOPMENT_TEAM = MQRRG9G4R7;
INFOPLIST_FILE = "Watch Extension/Resources/Info-Dev.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.diogot.health.My-Weight.dev.watchkitapp.watchkitextension";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "682a3523-1820-46c3-93a0-b0dd0331e476";
PROVISIONING_PROFILE_SPECIFIER = "My Weight Watch Extension Dev";
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand All @@ -1610,12 +1605,10 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = MQRRG9G4R7;
IBSC_MODULE = Watch_Extension;
INFOPLIST_FILE = Watch/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.diogot.health.My-Weight.watchkitapp";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "59400446-9ff7-4a10-8b01-37405c0a623b";
PROVISIONING_PROFILE_SPECIFIER = "My Weight Watch Development";
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand All @@ -1628,12 +1621,10 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = MQRRG9G4R7;
IBSC_MODULE = Watch_Extension;
INFOPLIST_FILE = Watch/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = "com.diogot.health.My-Weight.watchkitapp";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "58cf14ca-dde8-4962-8d22-8a73dd430e5f";
PROVISIONING_PROFILE_SPECIFIER = "My Weight Watch";
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand All @@ -1650,7 +1641,6 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.diogot.health.My-Weight.watchkitapp.watchkitextension";
PRODUCT_NAME = "${TARGET_NAME}";
PROVISIONING_PROFILE = "9ca21a09-e357-47d6-895c-994cb2594d4f";
PROVISIONING_PROFILE_SPECIFIER = "My Weight Watch Extension Development";
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand All @@ -1667,7 +1657,6 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.diogot.health.My-Weight.watchkitapp.watchkitextension";
PRODUCT_NAME = "${TARGET_NAME}";
PROVISIONING_PROFILE = "46b0a7aa-7759-47dc-be7f-30c10ffddcf6";
PROVISIONING_PROFILE_SPECIFIER = "My Weight Watch Extension";
SDKROOT = watchos;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1708,8 +1697,9 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 17;
CURRENT_PROJECT_VERSION = 18;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = MQRRG9G4R7;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1787,8 +1777,9 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 17;
CURRENT_PROJECT_VERSION = 18;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = MQRRG9G4R7;
ENABLE_NS_ASSERTIONS = NO;
Expand Down Expand Up @@ -1836,7 +1827,6 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.diogot.health.My-Weight";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "48b72cf9-9e79-453f-99c5-c9bfbc10b057";
PROVISIONING_PROFILE_SPECIFIER = "My Weight Development";
};
name = Debug;
Expand All @@ -1847,11 +1837,11 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = MyWeight/Resources/MyWeight.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
INFOPLIST_FILE = MyWeight/Resources/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.diogot.health.My-Weight";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "68471f20-c7ac-4f6a-afdc-2741f0cad759";
PROVISIONING_PROFILE_SPECIFIER = "My Weight";
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
"idiom" : "iphone",
"filename" : "icon-180.png",
"scale" : "3x"
},
{
"size" : "1024x1024",
"idiom" : "ios-marketing",
"filename" : "icon-1024.png",
"scale" : "1x"
}
],
"info" : {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion MyWeight/Resources/Info-Dev.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>17</string>
<string>18</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion MyWeight/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>17</string>
<string>18</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion MyWeightTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>17</string>
<string>18</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion MyWeightUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>17</string>
<string>18</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Watch Extension/Resources/Info-Dev.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<key>CFBundleVersion</key>
<string>17</string>
<string>18</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
2 changes: 1 addition & 1 deletion Watch Extension/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<key>CFBundleVersion</key>
<string>17</string>
<string>18</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
2 changes: 1 addition & 1 deletion Watch/Info-Dev.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<key>CFBundleVersion</key>
<string>17</string>
<string>18</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down
2 changes: 1 addition & 1 deletion Watch/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<key>CFBundleVersion</key>
<string>17</string>
<string>18</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down
12 changes: 12 additions & 0 deletions rake-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,19 @@ xcode:
scheme: MyWeight
configuration: Release
output: MyWeight
sign:
signingCertificate: 'iPhone Distribution: Diogo Tridapalli'
provisioningProfiles:
com.diogot.health.My-Weight: 'My Weight'
com.diogot.health.My-Weight.watchkitapp: 'My Weight Watch'
com.diogot.health.My-Weight.watchkitapp.watchkitextension: 'My Weight Watch Extension'
dev:
scheme: 'MyWeight Dev'
configuration: Release
output: 'MyWeight Dev'
sign:
signingCertificate: 'iPhone Distribution: Diogo Tridapalli'
provisioningProfiles:
com.diogot.health.My-Weight.dev: 'My Weight Dev'
com.diogot.health.My-Weight.dev.watchkitapp: 'My Weight Watch Dev'
com.diogot.health.My-Weight.dev.watchkitapp.watchkitextension: 'My Weight Watch Extension Dev'
2 changes: 1 addition & 1 deletion rakelib
Submodule rakelib updated 1 files
+5 −3 xcode.rake

0 comments on commit 9b147e8

Please sign in to comment.