Skip to content

Commit

Permalink
1.0.0 201310131550
Browse files Browse the repository at this point in the history
  • Loading branch information
twocentstudios committed Oct 23, 2015
1 parent 2ce02d9 commit ce93b52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions tinykittenstv.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = "$(SRCROOT)/tinykittenstv/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = twocentstudios.tinykittenstv;
PRODUCT_BUNDLE_IDENTIFIER = com.twocentstudios.tinykittens;
PRODUCT_NAME = TinyKittens;
};
name = Debug;
Expand All @@ -428,11 +428,12 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_IDENTITY = "iPhone Distribution: Christopher Trott (YK25EF78NT)";
INFOPLIST_FILE = "$(SRCROOT)/tinykittenstv/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = twocentstudios.tinykittenstv;
PRODUCT_BUNDLE_IDENTIFIER = com.twocentstudios.tinykittens;
PRODUCT_NAME = TinyKittens;
PROVISIONING_PROFILE = "a524232e-d06b-40ca-ad2a-792a062e50dd";
};
name = Release;
};
Expand Down
4 changes: 2 additions & 2 deletions tinykittenstv/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>201510131550</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit ce93b52

Please sign in to comment.