Skip to content

Commit

Permalink
Update Provisioning Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
dasmer committed Dec 29, 2015
1 parent e163fdf commit fb9bc52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Paste.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -318,14 +318,15 @@
"OTHER_SWIFT_FLAGS[arch=*]" = "-D DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = com.dastronics.Paste;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
};
name = Debug;
};
3A8F5EEF1C27285E00F394CA /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_IDENTITY = "iPhone Distribution";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand All @@ -337,6 +338,7 @@
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.dastronics.Paste;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "cd7e4655-d846-44c8-824f-7cbede054a6b";
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion Paste/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.0.1</string>
<string>1.0.0.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit fb9bc52

Please sign in to comment.