Skip to content

Commit

Permalink
versions;submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Shapiro committed Jan 5, 2016
1 parent d04e72b commit 327307f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Modules/WGW_Realm
Submodule WGW_Realm updated from 9ed503 to f6a77a
16 changes: 15 additions & 1 deletion Whatgoeswith.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@
9FF6AA5A1C288D7F00F0EF1B /* Embed Frameworks */,
0899BA840D3A16CC1C202E28 /* Embed Pods Frameworks */,
8FD1E7E77C69DA952D32614C /* Copy Pods Resources */,
9F7EBB961C3B5CFE00D6B296 /* ShellScript */,
9F4192011C2CF65D000ACD63 /* ShellScript */,
);
buildRules = (
Expand Down Expand Up @@ -838,6 +839,19 @@
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Fabric/run\" 44fbe476b568d8cbb95f5dda44ad8995e7d7b7bd 2291445b3a196cf614cf9e92265ce937db96398ac6a23126c7de5dabf68e9451";
};
9F7EBB961C3B5CFE00D6B296 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "bash \"${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework/strip-frameworks.sh\"";
};
E1F4E8DE2CFECE6E6755C504 /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -987,7 +1001,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.lunarpad.Whatgoeswith;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "14987e94-f38d-4ae4-8f4e-4beab56edc41";
PROVISIONING_PROFILE = "aff36569-0b18-430f-9791-a73ed6fe51ef";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Enterprise;
Expand Down
2 changes: 1 addition & 1 deletion Whatgoeswith/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>6</string>
<string>8</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit 327307f

Please sign in to comment.