Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Commit

Permalink
Remove tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
interstateone committed Sep 26, 2017
1 parent bee992c commit bf5dc15
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Jeff.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1014,9 +1014,9 @@
CODE_SIGN_ENTITLEMENTS = Jeff/Jeff.entitlements;
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: Robots and Pencils Inc. (PBH8V487HB)";
COMBINE_HIDPI_IMAGES = YES;
DROPBOX_CALLBACK_URI = "db-***REMOVED***";
DROPBOX_KEY = ***REMOVED***;
DROPBOX_SECRET = ***REMOVED***;
DROPBOX_CALLBACK_URI = "***REMOVED***";
DROPBOX_KEY = "***REMOVED***";
DROPBOX_SECRET = "***REMOVED***";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/**",
Expand All @@ -1031,7 +1031,7 @@
GCC_WARN_SHADOW = YES;
INFOPLIST_FILE = "Jeff/Jeff-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MIXPANEL_TOKEN = ***REMOVED***;
MIXPANEL_TOKEN = "***REMOVED***";
PRODUCT_NAME = "$(TARGET_NAME)";
USER_HEADER_SEARCH_PATHS = "\"${PROJECT_DIR}/Pods\"/**";
WARNING_CFLAGS = "-Wall";
Expand All @@ -1052,9 +1052,9 @@
CODE_SIGN_ENTITLEMENTS = Jeff/Jeff.entitlements;
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: Robots and Pencils Inc. (PBH8V487HB)";
COMBINE_HIDPI_IMAGES = YES;
DROPBOX_CALLBACK_URI = "db-***REMOVED***";
DROPBOX_KEY = ***REMOVED***;
DROPBOX_SECRET = ***REMOVED***;
DROPBOX_CALLBACK_URI = "***REMOVED***";
DROPBOX_KEY = "***REMOVED***";
DROPBOX_SECRET = "***REMOVED***";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/**",
Expand All @@ -1072,7 +1072,7 @@
GCC_WARN_SHADOW = YES;
INFOPLIST_FILE = "Jeff/Jeff-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MIXPANEL_TOKEN = ***REMOVED***;
MIXPANEL_TOKEN = "***REMOVED***";
PRODUCT_NAME = "$(TARGET_NAME)";
USER_HEADER_SEARCH_PATHS = "\"${PROJECT_DIR}/Pods\"/**";
WARNING_CFLAGS = "-Wall";
Expand Down Expand Up @@ -1169,9 +1169,9 @@
CODE_SIGN_ENTITLEMENTS = Jeff/Jeff.entitlements;
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: Robots and Pencils Inc. (PBH8V487HB)";
COMBINE_HIDPI_IMAGES = YES;
DROPBOX_CALLBACK_URI = "db-***REMOVED***";
DROPBOX_KEY = ***REMOVED***;
DROPBOX_SECRET = ***REMOVED***;
DROPBOX_CALLBACK_URI = "***REMOVED***";
DROPBOX_KEY = "***REMOVED***";
DROPBOX_SECRET = "***REMOVED***";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/**",
Expand All @@ -1189,7 +1189,7 @@
GCC_WARN_SHADOW = YES;
INFOPLIST_FILE = "Jeff/Jeff-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MIXPANEL_TOKEN = ***REMOVED***;
MIXPANEL_TOKEN = "***REMOVED***";
PRODUCT_NAME = "$(TARGET_NAME)";
USER_HEADER_SEARCH_PATHS = "\"${PROJECT_DIR}/Pods\"/**";
WARNING_CFLAGS = "-Wall";
Expand Down

0 comments on commit bf5dc15

Please sign in to comment.