Skip to content

Commit

Permalink
App Store Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmeteminkartal committed Jan 19, 2017
1 parent d3d622d commit a1aebac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions ipValidator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
TargetAttributes = {
D17306D21D8D867E000EFDDA = {
CreatedOnToolsVersion = 8.0;
DevelopmentTeam = MEDK2J2T37;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -296,7 +297,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = MEDK2J2T37;
INFOPLIST_FILE = ipValidator/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.mehmet.ipValidator;
Expand All @@ -309,7 +310,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = MEDK2J2T37;
INFOPLIST_FILE = ipValidator/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.mehmet.ipValidator;
Expand Down
6 changes: 3 additions & 3 deletions ipValidator/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand All @@ -37,7 +39,5 @@
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>

0 comments on commit a1aebac

Please sign in to comment.