Skip to content

Commit

Permalink
and these
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Urena authored and Frank Urena committed May 13, 2017
1 parent a194470 commit ad4702e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Binary file modified RealRealFinal /.DS_Store
Binary file not shown.
6 changes: 4 additions & 2 deletions RealRealFinal /Assignment4/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Frank FInal Project</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleVersion</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(PRODUCT_NAME)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
4 changes: 2 additions & 2 deletions RealRealFinal /Frank Final .xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
INFOPLIST_FILE = Assignment4/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = edu.harvard.Assignment4;
PRODUCT_BUNDLE_IDENTIFIER = "edu.harvard.final-";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
Expand All @@ -300,7 +300,7 @@
INFOPLIST_FILE = Assignment4/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = edu.harvard.Assignment4;
PRODUCT_BUNDLE_IDENTIFIER = "edu.harvard.final-";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
Expand Down

0 comments on commit ad4702e

Please sign in to comment.